blob: e219dd33a2ab99bb4ce34447beb95f6284b0b6ec [file] [log] [blame]
Elliott Hughes2faa5f12012-01-30 14:42:07 -08001/*
2 * Copyright (C) 2011 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
Brian Carlstrom78128a62011-09-15 17:21:19 -070016
17#include <stdio.h>
18#include <stdlib.h>
19
Brian Carlstrom27ec9612011-09-19 20:20:38 -070020#include <fstream>
21#include <iostream>
Brian Carlstrom78128a62011-09-15 17:21:19 -070022#include <string>
23#include <vector>
24
Elliott Hughese222ee02012-12-13 14:41:43 -080025#include "base/stringpiece.h"
Elliott Hughes76160052012-12-12 16:31:20 -080026#include "base/unix_file/fd_file.h"
Brian Carlstrom78128a62011-09-15 17:21:19 -070027#include "class_linker.h"
Ian Rogers2dd0e2c2013-01-24 12:42:14 -080028#include "class_linker-inl.h"
Ian Rogers4f6ad8a2013-03-18 15:27:28 -070029#include "dex_file-inl.h"
Elliott Hughese3c845c2012-02-28 17:23:01 -080030#include "dex_instruction.h"
Ian Rogers3a5c1ce2012-02-29 10:06:46 -080031#include "disassembler.h"
Ian Rogers2bcb4a42012-11-08 10:39:18 -080032#include "gc_map.h"
Ian Rogers1d54e732013-05-02 21:10:01 -070033#include "gc/space/image_space.h"
34#include "gc/space/large_object_space.h"
35#include "gc/space/space-inl.h"
Brian Carlstrom78128a62011-09-15 17:21:19 -070036#include "image.h"
Ian Rogers2bcb4a42012-11-08 10:39:18 -080037#include "indenter.h"
Ian Rogers1809a722013-08-09 22:05:32 -070038#include "mapping_table.h"
Brian Carlstromea46f952013-07-30 01:26:50 -070039#include "mirror/art_field-inl.h"
40#include "mirror/art_method-inl.h"
Ian Rogers2dd0e2c2013-01-24 12:42:14 -080041#include "mirror/array-inl.h"
42#include "mirror/class-inl.h"
Ian Rogers2dd0e2c2013-01-24 12:42:14 -080043#include "mirror/object-inl.h"
44#include "mirror/object_array-inl.h"
Brian Carlstrom700c8d32012-11-05 10:42:02 -080045#include "oat.h"
Ian Rogers6d4d9fc2011-11-30 16:24:48 -080046#include "object_utils.h"
Elliott Hughese5448b52012-01-18 16:44:06 -080047#include "os.h"
Brian Carlstrom78128a62011-09-15 17:21:19 -070048#include "runtime.h"
Elliott Hughesa0e18062012-04-13 15:59:59 -070049#include "safe_map.h"
Ian Rogers00f7d0e2012-07-19 15:28:27 -070050#include "scoped_thread_state_change.h"
Ian Rogers2bcb4a42012-11-08 10:39:18 -080051#include "verifier/method_verifier.h"
Ian Rogers1809a722013-08-09 22:05:32 -070052#include "vmap_table.h"
Brian Carlstrom78128a62011-09-15 17:21:19 -070053
54namespace art {
55
56static void usage() {
57 fprintf(stderr,
58 "Usage: oatdump [options] ...\n"
Brian Carlstrom29e7ac72011-12-05 23:42:57 -080059 " Example: oatdump --image=$ANDROID_PRODUCT_OUT/system/framework/boot.art --host-prefix=$ANDROID_PRODUCT_OUT\n"
60 " Example: adb shell oatdump --image=/system/framework/boot.art\n"
Brian Carlstrom78128a62011-09-15 17:21:19 -070061 "\n");
62 fprintf(stderr,
Brian Carlstroma6cc8932012-01-04 14:44:07 -080063 " --oat-file=<file.oat>: specifies an input oat filename.\n"
TDYa127a0a2a6c2012-10-16 22:47:38 -070064 " Example: --oat-file=/system/framework/boot.oat\n"
Brian Carlstromaded5f72011-10-07 17:15:04 -070065 "\n");
66 fprintf(stderr,
67 " --image=<file.art>: specifies an input image filename.\n"
Brian Carlstrom29e7ac72011-12-05 23:42:57 -080068 " Example: --image=/system/framework/boot.art\n"
Brian Carlstrome24fa612011-09-29 00:53:55 -070069 "\n");
Brian Carlstrom78128a62011-09-15 17:21:19 -070070 fprintf(stderr,
Brian Carlstrome24fa612011-09-29 00:53:55 -070071 " --boot-image=<file.art>: provide the image file for the boot class path.\n"
Brian Carlstrom29e7ac72011-12-05 23:42:57 -080072 " Example: --boot-image=/system/framework/boot.art\n"
Brian Carlstrom78128a62011-09-15 17:21:19 -070073 "\n");
Brian Carlstrome24fa612011-09-29 00:53:55 -070074 fprintf(stderr,
Brian Carlstrom58ae9412011-10-04 00:56:06 -070075 " --host-prefix may be used to translate host paths to target paths during\n"
76 " cross compilation.\n"
77 " Example: --host-prefix=out/target/product/crespo\n"
Brian Carlstromfe487d02012-02-29 18:49:16 -080078 " Default: $ANDROID_PRODUCT_OUT\n"
Brian Carlstrom78128a62011-09-15 17:21:19 -070079 "\n");
Brian Carlstrom27ec9612011-09-19 20:20:38 -070080 fprintf(stderr,
81 " --output=<file> may be used to send the output to a file.\n"
82 " Example: --output=/tmp/oatdump.txt\n"
83 "\n");
Brian Carlstrom78128a62011-09-15 17:21:19 -070084 exit(EXIT_FAILURE);
85}
86
Ian Rogersff1ed472011-09-20 13:46:24 -070087const char* image_roots_descriptions_[] = {
Ian Rogers19846512012-02-24 11:42:47 -080088 "kResolutionMethod",
Jeff Hao88474b42013-10-23 16:24:40 -070089 "kImtConflictMethod",
90 "kDefaultImt",
Brian Carlstrome24fa612011-09-29 00:53:55 -070091 "kCalleeSaveMethod",
Brian Carlstromaded5f72011-10-07 17:15:04 -070092 "kRefsOnlySaveMethod",
93 "kRefsAndArgsSaveMethod",
Brian Carlstrome24fa612011-09-29 00:53:55 -070094 "kOatLocation",
Brian Carlstrom58ae9412011-10-04 00:56:06 -070095 "kDexCaches",
Brian Carlstrom34f426c2011-10-04 12:58:02 -070096 "kClassRoots",
Brian Carlstrom78128a62011-09-15 17:21:19 -070097};
98
Elliott Hughese3c845c2012-02-28 17:23:01 -080099class OatDumper {
Brian Carlstromaded5f72011-10-07 17:15:04 -0700100 public:
Brian Carlstrom81f3ca12012-03-17 00:27:35 -0700101 explicit OatDumper(const std::string& host_prefix, const OatFile& oat_file)
102 : host_prefix_(host_prefix),
103 oat_file_(oat_file),
Elliott Hughesa72ec822012-03-05 17:12:22 -0800104 oat_dex_files_(oat_file.GetOatDexFiles()),
105 disassembler_(Disassembler::Create(oat_file_.GetOatHeader().GetInstructionSet())) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800106 AddAllOffsets();
107 }
108
109 void Dump(std::ostream& os) {
110 const OatHeader& oat_header = oat_file_.GetOatHeader();
Brian Carlstromaded5f72011-10-07 17:15:04 -0700111
112 os << "MAGIC:\n";
113 os << oat_header.GetMagic() << "\n\n";
114
115 os << "CHECKSUM:\n";
Elliott Hughesed2adb62012-02-29 14:41:01 -0800116 os << StringPrintf("0x%08x\n\n", oat_header.GetChecksum());
Brian Carlstromaded5f72011-10-07 17:15:04 -0700117
Elliott Hughesa72ec822012-03-05 17:12:22 -0800118 os << "INSTRUCTION SET:\n";
119 os << oat_header.GetInstructionSet() << "\n\n";
120
Dave Allison70202782013-10-22 17:52:19 -0700121 os << "INSTRUCTION SET FEATURES:\n";
122 os << oat_header.GetInstructionSetFeatures().GetFeatureString() << "\n\n";
123
Brian Carlstromaded5f72011-10-07 17:15:04 -0700124 os << "DEX FILE COUNT:\n";
125 os << oat_header.GetDexFileCount() << "\n\n";
126
127 os << "EXECUTABLE OFFSET:\n";
Elliott Hughesed2adb62012-02-29 14:41:01 -0800128 os << StringPrintf("0x%08x\n\n", oat_header.GetExecutableOffset());
Brian Carlstromaded5f72011-10-07 17:15:04 -0700129
Brian Carlstrom28db0122012-10-18 16:20:41 -0700130 os << "IMAGE FILE LOCATION OAT CHECKSUM:\n";
131 os << StringPrintf("0x%08x\n\n", oat_header.GetImageFileLocationOatChecksum());
132
133 os << "IMAGE FILE LOCATION OAT BEGIN:\n";
Brian Carlstrom700c8d32012-11-05 10:42:02 -0800134 os << StringPrintf("0x%08x\n\n", oat_header.GetImageFileLocationOatDataBegin());
Brian Carlstrom81f3ca12012-03-17 00:27:35 -0700135
136 os << "IMAGE FILE LOCATION:\n";
137 const std::string image_file_location(oat_header.GetImageFileLocation());
138 os << image_file_location;
139 if (!image_file_location.empty() && !host_prefix_.empty()) {
140 os << " (" << host_prefix_ << image_file_location << ")";
141 }
142 os << "\n\n";
143
Ian Rogers30fab402012-01-23 15:43:46 -0800144 os << "BEGIN:\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800145 os << reinterpret_cast<const void*>(oat_file_.Begin()) << "\n\n";
Brian Carlstromaded5f72011-10-07 17:15:04 -0700146
Ian Rogers30fab402012-01-23 15:43:46 -0800147 os << "END:\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800148 os << reinterpret_cast<const void*>(oat_file_.End()) << "\n\n";
Brian Carlstromaded5f72011-10-07 17:15:04 -0700149
150 os << std::flush;
151
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800152 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
153 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
Brian Carlstromaded5f72011-10-07 17:15:04 -0700154 CHECK(oat_dex_file != NULL);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800155 DumpOatDexFile(os, *oat_dex_file);
Brian Carlstromaded5f72011-10-07 17:15:04 -0700156 }
157 }
158
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800159 size_t ComputeSize(const void* oat_data) {
160 if (reinterpret_cast<const byte*>(oat_data) < oat_file_.Begin() ||
161 reinterpret_cast<const byte*>(oat_data) > oat_file_.End()) {
162 return 0; // Address not in oat file
163 }
164 uint32_t begin_offset = reinterpret_cast<size_t>(oat_data) -
165 reinterpret_cast<size_t>(oat_file_.Begin());
166 typedef std::set<uint32_t>::iterator It;
167 It it = offsets_.upper_bound(begin_offset);
168 CHECK(it != offsets_.end());
169 uint32_t end_offset = *it;
170 return end_offset - begin_offset;
171 }
172
Brian Carlstromf8bbb842012-03-14 03:01:42 -0700173 InstructionSet GetInstructionSet() {
174 return oat_file_.GetOatHeader().GetInstructionSet();
175 }
176
Brian Carlstromea46f952013-07-30 01:26:50 -0700177 const void* GetOatCode(mirror::ArtMethod* m) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800178 MethodHelper mh(m);
179 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
180 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
Ian Rogers8d31bbd2013-10-13 10:44:14 -0700181 CHECK(oat_dex_file != nullptr);
182 std::string error_msg;
183 UniquePtr<const DexFile> dex_file(oat_dex_file->OpenDexFile(&error_msg));
184 if (dex_file.get() == nullptr) {
185 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation()
186 << "': " << error_msg;
187 } else {
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700188 const DexFile::ClassDef* class_def =
189 dex_file->FindClassDef(mh.GetDeclaringClassDescriptor());
190 if (class_def != NULL) {
191 uint16_t class_def_index = dex_file->GetIndexForClassDef(*class_def);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800192 const OatFile::OatClass* oat_class = oat_dex_file->GetOatClass(class_def_index);
193 CHECK(oat_class != NULL);
194 size_t method_index = m->GetMethodIndex();
195 return oat_class->GetOatMethod(method_index).GetCode();
196 }
197 }
198 }
199 return NULL;
200 }
201
Brian Carlstromaded5f72011-10-07 17:15:04 -0700202 private:
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800203 void AddAllOffsets() {
Elliott Hughese3c845c2012-02-28 17:23:01 -0800204 // We don't know the length of the code for each method, but we need to know where to stop
205 // when disassembling. What we do know is that a region of code will be followed by some other
206 // region, so if we keep a sorted sequence of the start of each region, we can infer the length
207 // of a piece of code by using upper_bound to find the start of the next region.
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800208 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
209 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
Elliott Hughese3c845c2012-02-28 17:23:01 -0800210 CHECK(oat_dex_file != NULL);
Ian Rogers8d31bbd2013-10-13 10:44:14 -0700211 std::string error_msg;
212 UniquePtr<const DexFile> dex_file(oat_dex_file->OpenDexFile(&error_msg));
213 if (dex_file.get() == nullptr) {
214 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation()
215 << "': " << error_msg;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800216 continue;
Elliott Hughese3c845c2012-02-28 17:23:01 -0800217 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800218 offsets_.insert(reinterpret_cast<uint32_t>(&dex_file->GetHeader()));
Elliott Hughese3c845c2012-02-28 17:23:01 -0800219 for (size_t class_def_index = 0; class_def_index < dex_file->NumClassDefs(); class_def_index++) {
220 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index);
221 UniquePtr<const OatFile::OatClass> oat_class(oat_dex_file->GetOatClass(class_def_index));
222 const byte* class_data = dex_file->GetClassData(class_def);
223 if (class_data != NULL) {
224 ClassDataItemIterator it(*dex_file, class_data);
225 SkipAllFields(it);
226 uint32_t class_method_index = 0;
227 while (it.HasNextDirectMethod()) {
228 AddOffsets(oat_class->GetOatMethod(class_method_index++));
229 it.Next();
230 }
231 while (it.HasNextVirtualMethod()) {
232 AddOffsets(oat_class->GetOatMethod(class_method_index++));
233 it.Next();
234 }
235 }
236 }
237 }
238
239 // If the last thing in the file is code for a method, there won't be an offset for the "next"
240 // thing. Instead of having a special case in the upper_bound code, let's just add an entry
241 // for the end of the file.
Brian Carlstrom700c8d32012-11-05 10:42:02 -0800242 offsets_.insert(static_cast<uint32_t>(oat_file_.Size()));
Elliott Hughese3c845c2012-02-28 17:23:01 -0800243 }
244
245 void AddOffsets(const OatFile::OatMethod& oat_method) {
Brian Carlstrom95ba0dc2012-03-05 22:06:14 -0800246 uint32_t code_offset = oat_method.GetCodeOffset();
247 if (oat_file_.GetOatHeader().GetInstructionSet() == kThumb2) {
248 code_offset &= ~0x1;
249 }
250 offsets_.insert(code_offset);
Elliott Hughese3c845c2012-02-28 17:23:01 -0800251 offsets_.insert(oat_method.GetMappingTableOffset());
252 offsets_.insert(oat_method.GetVmapTableOffset());
Ian Rogers0c7abda2012-09-19 13:33:42 -0700253 offsets_.insert(oat_method.GetNativeGcMapOffset());
Elliott Hughese3c845c2012-02-28 17:23:01 -0800254 }
255
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800256 void DumpOatDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) {
Brian Carlstromaded5f72011-10-07 17:15:04 -0700257 os << "OAT DEX FILE:\n";
Brian Carlstroma004aa92012-02-08 18:05:09 -0800258 os << StringPrintf("location: %s\n", oat_dex_file.GetDexFileLocation().c_str());
Elliott Hughesed2adb62012-02-29 14:41:01 -0800259 os << StringPrintf("checksum: 0x%08x\n", oat_dex_file.GetDexFileLocationChecksum());
Mathieu Chartier590fee92013-09-13 13:46:47 -0700260
261 // Create the verifier early.
262
Ian Rogers8d31bbd2013-10-13 10:44:14 -0700263 std::string error_msg;
264 UniquePtr<const DexFile> dex_file(oat_dex_file.OpenDexFile(&error_msg));
Brian Carlstroma004aa92012-02-08 18:05:09 -0800265 if (dex_file.get() == NULL) {
Ian Rogers8d31bbd2013-10-13 10:44:14 -0700266 os << "NOT FOUND: " << error_msg << "\n\n";
Brian Carlstromaded5f72011-10-07 17:15:04 -0700267 return;
268 }
269 for (size_t class_def_index = 0; class_def_index < dex_file->NumClassDefs(); class_def_index++) {
270 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index);
271 const char* descriptor = dex_file->GetClassDescriptor(class_def);
Brian Carlstromaded5f72011-10-07 17:15:04 -0700272 UniquePtr<const OatFile::OatClass> oat_class(oat_dex_file.GetOatClass(class_def_index));
273 CHECK(oat_class.get() != NULL);
Brian Carlstromba150c32013-08-27 17:31:03 -0700274 os << StringPrintf("%zd: %s (type_idx=%d)", class_def_index, descriptor, class_def.class_idx_)
275 << " (" << oat_class->GetStatus() << ")"
276 << " (" << oat_class->GetType() << ")\n";
277 // TODO: include bitmap here if type is kOatClassBitmap?
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800278 Indenter indent_filter(os.rdbuf(), kIndentChar, kIndentBy1Count);
279 std::ostream indented_os(&indent_filter);
280 DumpOatClass(indented_os, *oat_class.get(), *(dex_file.get()), class_def);
Brian Carlstromaded5f72011-10-07 17:15:04 -0700281 }
282
283 os << std::flush;
284 }
285
Elliott Hughese3c845c2012-02-28 17:23:01 -0800286 static void SkipAllFields(ClassDataItemIterator& it) {
Ian Rogers0571d352011-11-03 19:51:38 -0700287 while (it.HasNextStaticField()) {
288 it.Next();
Brian Carlstromaded5f72011-10-07 17:15:04 -0700289 }
Ian Rogers0571d352011-11-03 19:51:38 -0700290 while (it.HasNextInstanceField()) {
291 it.Next();
Brian Carlstromaded5f72011-10-07 17:15:04 -0700292 }
Elliott Hughese3c845c2012-02-28 17:23:01 -0800293 }
Brian Carlstromaded5f72011-10-07 17:15:04 -0700294
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800295 void DumpOatClass(std::ostream& os, const OatFile::OatClass& oat_class, const DexFile& dex_file,
296 const DexFile::ClassDef& class_def) {
Elliott Hughese3c845c2012-02-28 17:23:01 -0800297 const byte* class_data = dex_file.GetClassData(class_def);
298 if (class_data == NULL) { // empty class such as a marker interface?
299 return;
300 }
301 ClassDataItemIterator it(dex_file, class_data);
302 SkipAllFields(it);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800303 uint32_t class_method_idx = 0;
Ian Rogers0571d352011-11-03 19:51:38 -0700304 while (it.HasNextDirectMethod()) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800305 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_idx);
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700306 DumpOatMethod(os, class_def, class_method_idx, oat_method, dex_file,
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800307 it.GetMemberIndex(), it.GetMethodCodeItem(), it.GetMemberAccessFlags());
308 class_method_idx++;
Ian Rogers0571d352011-11-03 19:51:38 -0700309 it.Next();
Brian Carlstromaded5f72011-10-07 17:15:04 -0700310 }
Ian Rogers0571d352011-11-03 19:51:38 -0700311 while (it.HasNextVirtualMethod()) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800312 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_idx);
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700313 DumpOatMethod(os, class_def, class_method_idx, oat_method, dex_file,
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800314 it.GetMemberIndex(), it.GetMethodCodeItem(), it.GetMemberAccessFlags());
315 class_method_idx++;
Ian Rogers0571d352011-11-03 19:51:38 -0700316 it.Next();
Brian Carlstromaded5f72011-10-07 17:15:04 -0700317 }
Ian Rogers0571d352011-11-03 19:51:38 -0700318 DCHECK(!it.HasNext());
Brian Carlstromaded5f72011-10-07 17:15:04 -0700319 os << std::flush;
320 }
Elliott Hughese3c845c2012-02-28 17:23:01 -0800321
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700322 void DumpOatMethod(std::ostream& os, const DexFile::ClassDef& class_def,
323 uint32_t class_method_index,
Elliott Hughese3c845c2012-02-28 17:23:01 -0800324 const OatFile::OatMethod& oat_method, const DexFile& dex_file,
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800325 uint32_t dex_method_idx, const DexFile::CodeItem* code_item,
326 uint32_t method_access_flags) {
327 os << StringPrintf("%d: %s (dex_method_idx=%d)\n",
Ian Rogersdb7bdc12012-04-09 21:27:15 -0700328 class_method_index, PrettyMethod(dex_method_idx, dex_file, true).c_str(),
329 dex_method_idx);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800330 Indenter indent1_filter(os.rdbuf(), kIndentChar, kIndentBy1Count);
331 std::ostream indent1_os(&indent1_filter);
332 {
333 indent1_os << "DEX CODE:\n";
334 Indenter indent2_filter(indent1_os.rdbuf(), kIndentChar, kIndentBy1Count);
335 std::ostream indent2_os(&indent2_filter);
336 DumpDexCode(indent2_os, dex_file, code_item);
Ian Rogersb23a7722012-10-09 16:54:26 -0700337 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800338 if (Runtime::Current() != NULL) {
339 indent1_os << "VERIFIER TYPE ANALYSIS:\n";
340 Indenter indent2_filter(indent1_os.rdbuf(), kIndentChar, kIndentBy1Count);
341 std::ostream indent2_os(&indent2_filter);
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700342 DumpVerifier(indent2_os, dex_method_idx, &dex_file, class_def, code_item,
343 method_access_flags);
Ian Rogersb23a7722012-10-09 16:54:26 -0700344 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800345 {
346 indent1_os << "OAT DATA:\n";
347 Indenter indent2_filter(indent1_os.rdbuf(), kIndentChar, kIndentBy1Count);
348 std::ostream indent2_os(&indent2_filter);
349
350 indent2_os << StringPrintf("frame_size_in_bytes: %zd\n", oat_method.GetFrameSizeInBytes());
351 indent2_os << StringPrintf("core_spill_mask: 0x%08x ", oat_method.GetCoreSpillMask());
352 DumpSpillMask(indent2_os, oat_method.GetCoreSpillMask(), false);
353 indent2_os << StringPrintf("\nfp_spill_mask: 0x%08x ", oat_method.GetFpSpillMask());
354 DumpSpillMask(indent2_os, oat_method.GetFpSpillMask(), true);
355 indent2_os << StringPrintf("\nvmap_table: %p (offset=0x%08x)\n",
356 oat_method.GetVmapTable(), oat_method.GetVmapTableOffset());
357 DumpVmap(indent2_os, oat_method);
358 indent2_os << StringPrintf("mapping_table: %p (offset=0x%08x)\n",
359 oat_method.GetMappingTable(), oat_method.GetMappingTableOffset());
360 const bool kDumpRawMappingTable = false;
361 if (kDumpRawMappingTable) {
362 Indenter indent3_filter(indent2_os.rdbuf(), kIndentChar, kIndentBy1Count);
363 std::ostream indent3_os(&indent3_filter);
364 DumpMappingTable(indent3_os, oat_method);
365 }
366 indent2_os << StringPrintf("gc_map: %p (offset=0x%08x)\n",
367 oat_method.GetNativeGcMap(), oat_method.GetNativeGcMapOffset());
368 const bool kDumpRawGcMap = false;
369 if (kDumpRawGcMap) {
370 Indenter indent3_filter(indent2_os.rdbuf(), kIndentChar, kIndentBy1Count);
371 std::ostream indent3_os(&indent3_filter);
372 DumpGcMap(indent3_os, oat_method, code_item);
373 }
374 }
375 {
376 indent1_os << StringPrintf("CODE: %p (offset=0x%08x size=%d)%s\n",
377 oat_method.GetCode(),
378 oat_method.GetCodeOffset(),
379 oat_method.GetCodeSize(),
380 oat_method.GetCode() != NULL ? "..." : "");
381 Indenter indent2_filter(indent1_os.rdbuf(), kIndentChar, kIndentBy1Count);
382 std::ostream indent2_os(&indent2_filter);
Mathieu Chartier590fee92013-09-13 13:46:47 -0700383
384 Runtime* runtime = Runtime::Current();
385 if (runtime != nullptr) {
386 ScopedObjectAccess soa(Thread::Current());
387 SirtRef<mirror::DexCache> dex_cache(
388 soa.Self(), runtime->GetClassLinker()->FindDexCache(dex_file));
389 SirtRef<mirror::ClassLoader> class_loader(soa.Self(), nullptr);
390 verifier::MethodVerifier verifier(&dex_file, &dex_cache, &class_loader, &class_def, code_item,
391 dex_method_idx, nullptr, method_access_flags, true, true);
392 verifier.Verify();
393 DumpCode(indent2_os, &verifier, oat_method, code_item);
394 } else {
395 DumpCode(indent2_os, nullptr, oat_method, code_item);
396 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800397 }
Brian Carlstromaded5f72011-10-07 17:15:04 -0700398 }
Elliott Hughese3c845c2012-02-28 17:23:01 -0800399
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800400 void DumpSpillMask(std::ostream& os, uint32_t spill_mask, bool is_float) {
401 if (spill_mask == 0) {
402 return;
403 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800404 os << "(";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800405 for (size_t i = 0; i < 32; i++) {
406 if ((spill_mask & (1 << i)) != 0) {
407 if (is_float) {
408 os << "fr" << i;
409 } else {
410 os << "r" << i;
411 }
412 spill_mask ^= 1 << i; // clear bit
413 if (spill_mask != 0) {
414 os << ", ";
415 } else {
416 break;
417 }
418 }
419 }
420 os << ")";
421 }
422
Ian Rogersb23a7722012-10-09 16:54:26 -0700423 void DumpVmap(std::ostream& os, const OatFile::OatMethod& oat_method) {
Ian Rogers1809a722013-08-09 22:05:32 -0700424 const uint8_t* raw_table = oat_method.GetVmapTable();
425 if (raw_table != NULL) {
426 const VmapTable vmap_table(raw_table);
427 bool first = true;
428 bool processing_fp = false;
429 uint32_t spill_mask = oat_method.GetCoreSpillMask();
430 for (size_t i = 0; i < vmap_table.Size(); i++) {
431 uint16_t dex_reg = vmap_table[i];
432 uint32_t cpu_reg = vmap_table.ComputeRegister(spill_mask, i,
433 processing_fp ? kFloatVReg : kIntVReg);
434 os << (first ? "v" : ", v") << dex_reg;
435 if (!processing_fp) {
436 os << "/r" << cpu_reg;
437 } else {
438 os << "/fr" << cpu_reg;
439 }
440 first = false;
441 if (!processing_fp && dex_reg == 0xFFFF) {
442 processing_fp = true;
443 spill_mask = oat_method.GetFpSpillMask();
444 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800445 }
Ian Rogers1809a722013-08-09 22:05:32 -0700446 os << "\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800447 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800448 }
449
Ian Rogersb23a7722012-10-09 16:54:26 -0700450 void DescribeVReg(std::ostream& os, const OatFile::OatMethod& oat_method,
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800451 const DexFile::CodeItem* code_item, size_t reg, VRegKind kind) {
Ian Rogers1809a722013-08-09 22:05:32 -0700452 const uint8_t* raw_table = oat_method.GetVmapTable();
Ian Rogersb23a7722012-10-09 16:54:26 -0700453 if (raw_table != NULL) {
454 const VmapTable vmap_table(raw_table);
455 uint32_t vmap_offset;
Ian Rogers1809a722013-08-09 22:05:32 -0700456 if (vmap_table.IsInContext(reg, kind, &vmap_offset)) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800457 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg);
458 uint32_t spill_mask = is_float ? oat_method.GetFpSpillMask()
459 : oat_method.GetCoreSpillMask();
460 os << (is_float ? "fr" : "r") << vmap_table.ComputeRegister(spill_mask, vmap_offset, kind);
Ian Rogersb23a7722012-10-09 16:54:26 -0700461 } else {
462 uint32_t offset = StackVisitor::GetVRegOffset(code_item, oat_method.GetCoreSpillMask(),
463 oat_method.GetFpSpillMask(),
464 oat_method.GetFrameSizeInBytes(), reg);
465 os << "[sp + #" << offset << "]";
466 }
467 }
468 }
469
470 void DumpGcMap(std::ostream& os, const OatFile::OatMethod& oat_method,
471 const DexFile::CodeItem* code_item) {
472 const uint8_t* gc_map_raw = oat_method.GetNativeGcMap();
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800473 if (gc_map_raw == NULL) {
474 return;
475 }
Ian Rogers0c7abda2012-09-19 13:33:42 -0700476 NativePcOffsetToReferenceMap map(gc_map_raw);
Ian Rogersb23a7722012-10-09 16:54:26 -0700477 const void* code = oat_method.GetCode();
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800478 for (size_t entry = 0; entry < map.NumEntries(); entry++) {
Ian Rogersbb6723f2012-09-21 09:49:06 -0700479 const uint8_t* native_pc = reinterpret_cast<const uint8_t*>(code) +
480 map.GetNativePcOffset(entry);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800481 os << StringPrintf("%p", native_pc);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800482 size_t num_regs = map.RegWidth() * 8;
483 const uint8_t* reg_bitmap = map.GetBitMap(entry);
484 bool first = true;
485 for (size_t reg = 0; reg < num_regs; reg++) {
486 if (((reg_bitmap[reg / 8] >> (reg % 8)) & 0x01) != 0) {
487 if (first) {
Ian Rogersb23a7722012-10-09 16:54:26 -0700488 os << " v" << reg << " (";
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800489 DescribeVReg(os, oat_method, code_item, reg, kReferenceVReg);
Ian Rogersb23a7722012-10-09 16:54:26 -0700490 os << ")";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800491 first = false;
492 } else {
Ian Rogersb23a7722012-10-09 16:54:26 -0700493 os << ", v" << reg << " (";
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800494 DescribeVReg(os, oat_method, code_item, reg, kReferenceVReg);
Ian Rogersb23a7722012-10-09 16:54:26 -0700495 os << ")";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800496 }
497 }
498 }
Elliott Hughesc073b072012-05-24 19:29:17 -0700499 os << "\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800500 }
501 }
502
503 void DumpMappingTable(std::ostream& os, const OatFile::OatMethod& oat_method) {
Elliott Hughese3c845c2012-02-28 17:23:01 -0800504 const void* code = oat_method.GetCode();
Ian Rogers1809a722013-08-09 22:05:32 -0700505 if (code == NULL) {
Elliott Hughese3c845c2012-02-28 17:23:01 -0800506 return;
507 }
Ian Rogers1809a722013-08-09 22:05:32 -0700508 MappingTable table(oat_method.GetMappingTable());
509 if (table.TotalSize() != 0) {
510 Indenter indent_filter(os.rdbuf(), kIndentChar, kIndentBy1Count);
511 std::ostream indent_os(&indent_filter);
512 if (table.PcToDexSize() != 0) {
513 typedef MappingTable::PcToDexIterator It;
514 os << "suspend point mappings {\n";
515 for (It cur = table.PcToDexBegin(), end = table.PcToDexEnd(); cur != end; ++cur) {
516 indent_os << StringPrintf("0x%04x -> 0x%04x\n", cur.NativePcOffset(), cur.DexPc());
517 }
518 os << "}\n";
519 }
520 if (table.DexToPcSize() != 0) {
521 typedef MappingTable::DexToPcIterator It;
522 os << "catch entry mappings {\n";
523 for (It cur = table.DexToPcBegin(), end = table.DexToPcEnd(); cur != end; ++cur) {
524 indent_os << StringPrintf("0x%04x -> 0x%04x\n", cur.NativePcOffset(), cur.DexPc());
525 }
526 os << "}\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800527 }
528 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800529 }
530
Ian Rogers1809a722013-08-09 22:05:32 -0700531 uint32_t DumpMappingAtOffset(std::ostream& os, const OatFile::OatMethod& oat_method,
532 size_t offset, bool suspend_point_mapping) {
533 MappingTable table(oat_method.GetMappingTable());
534 if (suspend_point_mapping && table.PcToDexSize() > 0) {
535 typedef MappingTable::PcToDexIterator It;
536 for (It cur = table.PcToDexBegin(), end = table.PcToDexEnd(); cur != end; ++cur) {
537 if (offset == cur.NativePcOffset()) {
Brian Carlstrom4b8c13e2013-08-23 18:10:32 -0700538 os << StringPrintf("suspend point dex PC: 0x%04x\n", cur.DexPc());
Ian Rogers1809a722013-08-09 22:05:32 -0700539 return cur.DexPc();
540 }
Elliott Hughese3c845c2012-02-28 17:23:01 -0800541 }
Ian Rogers1809a722013-08-09 22:05:32 -0700542 } else if (!suspend_point_mapping && table.DexToPcSize() > 0) {
543 typedef MappingTable::DexToPcIterator It;
544 for (It cur = table.DexToPcBegin(), end = table.DexToPcEnd(); cur != end; ++cur) {
545 if (offset == cur.NativePcOffset()) {
Brian Carlstrom4b8c13e2013-08-23 18:10:32 -0700546 os << StringPrintf("catch entry dex PC: 0x%04x\n", cur.DexPc());
Ian Rogers1809a722013-08-09 22:05:32 -0700547 return cur.DexPc();
Ian Rogersb23a7722012-10-09 16:54:26 -0700548 }
549 }
Elliott Hughese3c845c2012-02-28 17:23:01 -0800550 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800551 return DexFile::kDexNoIndex;
Ian Rogersb23a7722012-10-09 16:54:26 -0700552 }
553
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800554 void DumpGcMapAtNativePcOffset(std::ostream& os, const OatFile::OatMethod& oat_method,
555 const DexFile::CodeItem* code_item, size_t native_pc_offset) {
Ian Rogersb23a7722012-10-09 16:54:26 -0700556 const uint8_t* gc_map_raw = oat_method.GetNativeGcMap();
557 if (gc_map_raw != NULL) {
558 NativePcOffsetToReferenceMap map(gc_map_raw);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800559 if (map.HasEntry(native_pc_offset)) {
Ian Rogersb23a7722012-10-09 16:54:26 -0700560 size_t num_regs = map.RegWidth() * 8;
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800561 const uint8_t* reg_bitmap = map.FindBitMap(native_pc_offset);
Ian Rogersb23a7722012-10-09 16:54:26 -0700562 bool first = true;
563 for (size_t reg = 0; reg < num_regs; reg++) {
564 if (((reg_bitmap[reg / 8] >> (reg % 8)) & 0x01) != 0) {
565 if (first) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800566 os << "GC map objects: v" << reg << " (";
567 DescribeVReg(os, oat_method, code_item, reg, kReferenceVReg);
Ian Rogersb23a7722012-10-09 16:54:26 -0700568 os << ")";
569 first = false;
570 } else {
571 os << ", v" << reg << " (";
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800572 DescribeVReg(os, oat_method, code_item, reg, kReferenceVReg);
Ian Rogersb23a7722012-10-09 16:54:26 -0700573 os << ")";
574 }
575 }
576 }
577 if (!first) {
578 os << "\n";
579 }
580 }
581 }
582 }
583
Mathieu Chartier590fee92013-09-13 13:46:47 -0700584 void DumpVRegsAtDexPc(std::ostream& os, verifier::MethodVerifier* verifier,
585 const OatFile::OatMethod& oat_method,
586 const DexFile::CodeItem* code_item, uint32_t dex_pc) {
587 DCHECK(verifier != nullptr);
Ian Rogers7b3ddd22013-02-21 15:19:52 -0800588 std::vector<int32_t> kinds = verifier->DescribeVRegs(dex_pc);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800589 bool first = true;
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800590 for (size_t reg = 0; reg < code_item->registers_size_; reg++) {
591 VRegKind kind = static_cast<VRegKind>(kinds.at(reg * 2));
592 if (kind != kUndefined) {
593 if (first) {
594 os << "VRegs: v";
595 first = false;
596 } else {
597 os << ", v";
598 }
599 os << reg << " (";
600 switch (kind) {
601 case kImpreciseConstant:
602 os << "Imprecise Constant: " << kinds.at((reg * 2) + 1) << ", ";
603 DescribeVReg(os, oat_method, code_item, reg, kind);
604 break;
605 case kConstant:
606 os << "Constant: " << kinds.at((reg * 2) + 1);
607 break;
608 default:
609 DescribeVReg(os, oat_method, code_item, reg, kind);
610 break;
611 }
612 os << ")";
613 }
614 }
615 if (!first) {
616 os << "\n";
617 }
618 }
619
620
Ian Rogersb23a7722012-10-09 16:54:26 -0700621 void DumpDexCode(std::ostream& os, const DexFile& dex_file, const DexFile::CodeItem* code_item) {
622 if (code_item != NULL) {
623 size_t i = 0;
624 while (i < code_item->insns_size_in_code_units_) {
625 const Instruction* instruction = Instruction::At(&code_item->insns_[i]);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800626 os << StringPrintf("0x%04zx: %s\n", i, instruction->DumpString(&dex_file).c_str());
Ian Rogersb23a7722012-10-09 16:54:26 -0700627 i += instruction->SizeInCodeUnits();
628 }
629 }
630 }
631
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800632 void DumpVerifier(std::ostream& os, uint32_t dex_method_idx, const DexFile* dex_file,
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700633 const DexFile::ClassDef& class_def, const DexFile::CodeItem* code_item,
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800634 uint32_t method_access_flags) {
635 if ((method_access_flags & kAccNative) == 0) {
636 ScopedObjectAccess soa(Thread::Current());
Mathieu Chartier590fee92013-09-13 13:46:47 -0700637 SirtRef<mirror::DexCache> dex_cache(soa.Self(), Runtime::Current()->GetClassLinker()->FindDexCache(*dex_file));
638 SirtRef<mirror::ClassLoader> class_loader(soa.Self(), nullptr);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800639 verifier::MethodVerifier::VerifyMethodAndDump(os, dex_method_idx, dex_file, dex_cache,
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700640 class_loader, &class_def, code_item, NULL,
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800641 method_access_flags);
642 }
643 }
644
Mathieu Chartier590fee92013-09-13 13:46:47 -0700645 void DumpCode(std::ostream& os, verifier::MethodVerifier* verifier,
646 const OatFile::OatMethod& oat_method, const DexFile::CodeItem* code_item) {
Ian Rogersb23a7722012-10-09 16:54:26 -0700647 const void* code = oat_method.GetCode();
648 size_t code_size = oat_method.GetCodeSize();
649 if (code == NULL || code_size == 0) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800650 os << "NO CODE!\n";
Ian Rogersb23a7722012-10-09 16:54:26 -0700651 return;
652 }
653 const uint8_t* native_pc = reinterpret_cast<const uint8_t*>(code);
654 size_t offset = 0;
655 while (offset < code_size) {
656 DumpMappingAtOffset(os, oat_method, offset, false);
657 offset += disassembler_->Dump(os, native_pc + offset);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800658 uint32_t dex_pc = DumpMappingAtOffset(os, oat_method, offset, true);
659 if (dex_pc != DexFile::kDexNoIndex) {
660 DumpGcMapAtNativePcOffset(os, oat_method, code_item, offset);
Mathieu Chartier590fee92013-09-13 13:46:47 -0700661 if (verifier != nullptr) {
662 DumpVRegsAtDexPc(os, verifier, oat_method, code_item, dex_pc);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800663 }
664 }
Ian Rogersb23a7722012-10-09 16:54:26 -0700665 }
666 }
667
Brian Carlstrom81f3ca12012-03-17 00:27:35 -0700668 const std::string host_prefix_;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800669 const OatFile& oat_file_;
670 std::vector<const OatFile::OatDexFile*> oat_dex_files_;
Elliott Hughese3c845c2012-02-28 17:23:01 -0800671 std::set<uint32_t> offsets_;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800672 UniquePtr<Disassembler> disassembler_;
Brian Carlstromaded5f72011-10-07 17:15:04 -0700673};
674
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800675class ImageDumper {
Brian Carlstrom27ec9612011-09-19 20:20:38 -0700676 public:
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800677 explicit ImageDumper(std::ostream* os, const std::string& image_filename,
Ian Rogers1d54e732013-05-02 21:10:01 -0700678 const std::string& host_prefix, gc::space::ImageSpace& image_space,
Ian Rogersca190662012-06-26 15:45:57 -0700679 const ImageHeader& image_header)
680 : os_(os), image_filename_(image_filename), host_prefix_(host_prefix),
681 image_space_(image_space), image_header_(image_header) {}
Brian Carlstrom27ec9612011-09-19 20:20:38 -0700682
Ian Rogersb726dcb2012-09-05 08:57:23 -0700683 void Dump() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800684 std::ostream& os = *os_;
685 os << "MAGIC: " << image_header_.GetMagic() << "\n\n";
Brian Carlstrome24fa612011-09-29 00:53:55 -0700686
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800687 os << "IMAGE BEGIN: " << reinterpret_cast<void*>(image_header_.GetImageBegin()) << "\n\n";
Brian Carlstromaded5f72011-10-07 17:15:04 -0700688
Mathieu Chartier31e89252013-08-28 11:29:12 -0700689 os << "IMAGE BITMAP OFFSET: " << reinterpret_cast<void*>(image_header_.GetImageBitmapOffset())
690 << " SIZE: " << reinterpret_cast<void*>(image_header_.GetImageBitmapSize()) << "\n\n";
691
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800692 os << "OAT CHECKSUM: " << StringPrintf("0x%08x\n\n", image_header_.GetOatChecksum());
Brian Carlstrom916e74e2011-09-23 11:42:01 -0700693
Brian Carlstrom700c8d32012-11-05 10:42:02 -0800694 os << "OAT FILE BEGIN:" << reinterpret_cast<void*>(image_header_.GetOatFileBegin()) << "\n\n";
Brian Carlstromaded5f72011-10-07 17:15:04 -0700695
Brian Carlstrom700c8d32012-11-05 10:42:02 -0800696 os << "OAT DATA BEGIN:" << reinterpret_cast<void*>(image_header_.GetOatDataBegin()) << "\n\n";
697
698 os << "OAT DATA END:" << reinterpret_cast<void*>(image_header_.GetOatDataEnd()) << "\n\n";
699
700 os << "OAT FILE END:" << reinterpret_cast<void*>(image_header_.GetOatFileEnd()) << "\n\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800701
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800702 {
703 os << "ROOTS: " << reinterpret_cast<void*>(image_header_.GetImageRoots()) << "\n";
704 Indenter indent1_filter(os.rdbuf(), kIndentChar, kIndentBy1Count);
705 std::ostream indent1_os(&indent1_filter);
706 CHECK_EQ(arraysize(image_roots_descriptions_), size_t(ImageHeader::kImageRootsMax));
707 for (int i = 0; i < ImageHeader::kImageRootsMax; i++) {
708 ImageHeader::ImageRoot image_root = static_cast<ImageHeader::ImageRoot>(i);
709 const char* image_root_description = image_roots_descriptions_[i];
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800710 mirror::Object* image_root_object = image_header_.GetImageRoot(image_root);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800711 indent1_os << StringPrintf("%s: %p\n", image_root_description, image_root_object);
712 if (image_root_object->IsObjectArray()) {
713 Indenter indent2_filter(indent1_os.rdbuf(), kIndentChar, kIndentBy1Count);
714 std::ostream indent2_os(&indent2_filter);
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800715 mirror::ObjectArray<mirror::Object>* image_root_object_array
Ian Rogersfa824272013-11-05 16:12:57 -0800716 = image_root_object->AsObjectArray<mirror::Object>();
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800717 for (int i = 0; i < image_root_object_array->GetLength(); i++) {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800718 mirror::Object* value = image_root_object_array->Get(i);
Ian Rogersfa824272013-11-05 16:12:57 -0800719 size_t run = 0;
720 for (int32_t j = i + 1; j < image_root_object_array->GetLength(); j++) {
721 if (value == image_root_object_array->Get(j)) {
722 run++;
723 } else {
724 break;
725 }
726 }
727 if (run == 0) {
728 indent2_os << StringPrintf("%d: ", i);
729 } else {
730 indent2_os << StringPrintf("%d to %zd: ", i, i + run);
731 i = i + run;
732 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800733 if (value != NULL) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800734 PrettyObjectValue(indent2_os, value->GetClass(), value);
735 } else {
736 indent2_os << i << ": null\n";
737 }
Ian Rogersd5b32602012-02-26 16:40:04 -0800738 }
Brian Carlstrom34f426c2011-10-04 12:58:02 -0700739 }
740 }
Brian Carlstrom27ec9612011-09-19 20:20:38 -0700741 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800742 os << "\n";
Brian Carlstrom27ec9612011-09-19 20:20:38 -0700743
Brian Carlstromaded5f72011-10-07 17:15:04 -0700744 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800745 mirror::Object* oat_location_object = image_header_.GetImageRoot(ImageHeader::kOatLocation);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800746 std::string oat_location(oat_location_object->AsString()->ToModifiedUtf8());
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800747 os << "OAT LOCATION: " << oat_location;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800748 if (!host_prefix_.empty()) {
749 oat_location = host_prefix_ + oat_location;
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800750 os << " (" << oat_location << ")";
Brian Carlstromaded5f72011-10-07 17:15:04 -0700751 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800752 os << "\n";
Ian Rogers8d31bbd2013-10-13 10:44:14 -0700753 std::string error_msg;
754 const OatFile* oat_file = class_linker->FindOatFileFromOatLocation(oat_location, &error_msg);
Brian Carlstromaded5f72011-10-07 17:15:04 -0700755 if (oat_file == NULL) {
Ian Rogers8d31bbd2013-10-13 10:44:14 -0700756 os << "NOT FOUND: " << error_msg << "\n";
Brian Carlstromaded5f72011-10-07 17:15:04 -0700757 return;
758 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800759 os << "\n";
Brian Carlstromaded5f72011-10-07 17:15:04 -0700760
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800761 stats_.oat_file_bytes = oat_file->Size();
762
Brian Carlstrom81f3ca12012-03-17 00:27:35 -0700763 oat_dumper_.reset(new OatDumper(host_prefix_, *oat_file));
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800764
Mathieu Chartier02e25112013-08-14 16:14:24 -0700765 for (const OatFile::OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) {
Ian Rogers05f28c62012-10-23 18:12:13 -0700766 CHECK(oat_dex_file != NULL);
Mathieu Chartier02e25112013-08-14 16:14:24 -0700767 stats_.oat_dex_file_sizes.push_back(std::make_pair(oat_dex_file->GetDexFileLocation(),
768 oat_dex_file->FileSize()));
Ian Rogers05f28c62012-10-23 18:12:13 -0700769 }
770
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800771 os << "OBJECTS:\n" << std::flush;
Mathieu Chartierb062fdd2012-07-03 09:51:48 -0700772
773 // Loop through all the image spaces and dump their objects.
Ian Rogers1d54e732013-05-02 21:10:01 -0700774 gc::Heap* heap = Runtime::Current()->GetHeap();
775 const std::vector<gc::space::ContinuousSpace*>& spaces = heap->GetContinuousSpaces();
Ian Rogers50b35e22012-10-04 10:09:15 -0700776 Thread* self = Thread::Current();
Mathieu Chartier357e9be2012-08-01 11:00:14 -0700777 {
Ian Rogers50b35e22012-10-04 10:09:15 -0700778 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
Mathieu Chartier357e9be2012-08-01 11:00:14 -0700779 heap->FlushAllocStack();
780 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800781 {
782 std::ostream* saved_os = os_;
783 Indenter indent_filter(os.rdbuf(), kIndentChar, kIndentBy1Count);
784 std::ostream indent_os(&indent_filter);
785 os_ = &indent_os;
786 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_);
Mathieu Chartier02e25112013-08-14 16:14:24 -0700787 for (const auto& space : spaces) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800788 if (space->IsImageSpace()) {
Ian Rogers1d54e732013-05-02 21:10:01 -0700789 gc::space::ImageSpace* image_space = space->AsImageSpace();
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800790 image_space->GetLiveBitmap()->Walk(ImageDumper::Callback, this);
791 indent_os << "\n";
792 }
Mathieu Chartier2fde5332012-09-14 14:51:54 -0700793 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800794 // Dump the large objects separately.
795 heap->GetLargeObjectsSpace()->GetLiveObjects()->Walk(ImageDumper::Callback, this);
796 indent_os << "\n";
797 os_ = saved_os;
Mathieu Chartierb062fdd2012-07-03 09:51:48 -0700798 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800799 os << "STATS:\n" << std::flush;
Brian Carlstrom7571e8b2013-08-12 17:04:14 -0700800 UniquePtr<File> file(OS::OpenFileForReading(image_filename_.c_str()));
Brian Carlstrom6f277752013-09-30 17:56:45 -0700801 if (file.get() == NULL) {
Ian Rogers8d31bbd2013-10-13 10:44:14 -0700802 std::string cache_location(GetDalvikCacheFilenameOrDie(image_filename_.c_str()));
Brian Carlstrom6f277752013-09-30 17:56:45 -0700803 file.reset(OS::OpenFileForReading(cache_location.c_str()));
804 if (file.get() == NULL) {
805 LOG(WARNING) << "Failed to find image in " << image_filename_
806 << " and " << cache_location;
807 }
808 }
809 if (file.get() != NULL) {
810 stats_.file_bytes = file->GetLength();
811 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800812 size_t header_bytes = sizeof(ImageHeader);
813 stats_.header_bytes = header_bytes;
814 size_t alignment_bytes = RoundUp(header_bytes, kObjectAlignment) - header_bytes;
815 stats_.alignment_bytes += alignment_bytes;
Mathieu Chartier32327092013-08-30 14:04:08 -0700816 stats_.alignment_bytes += image_header_.GetImageBitmapOffset() - image_header_.GetImageSize();
817 stats_.bitmap_bytes += image_header_.GetImageBitmapSize();
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800818 stats_.Dump(os);
819 os << "\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800820
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800821 os << std::flush;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800822
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800823 oat_dumper_->Dump(os);
Brian Carlstrom78128a62011-09-15 17:21:19 -0700824 }
825
Brian Carlstrom27ec9612011-09-19 20:20:38 -0700826 private:
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800827 static void PrettyObjectValue(std::ostream& os, mirror::Class* type, mirror::Object* value)
Ian Rogersb726dcb2012-09-05 08:57:23 -0700828 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Ian Rogersd5b32602012-02-26 16:40:04 -0800829 CHECK(type != NULL);
830 if (value == NULL) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800831 os << StringPrintf("null %s\n", PrettyDescriptor(type).c_str());
Ian Rogersd5b32602012-02-26 16:40:04 -0800832 } else if (type->IsStringClass()) {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800833 mirror::String* string = value->AsString();
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800834 os << StringPrintf("%p String: %s\n", string,
835 PrintableString(string->ToModifiedUtf8()).c_str());
Ian Rogers64b6d142012-10-29 16:34:15 -0700836 } else if (type->IsClassClass()) {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800837 mirror::Class* klass = value->AsClass();
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800838 os << StringPrintf("%p Class: %s\n", klass, PrettyDescriptor(klass).c_str());
Brian Carlstromea46f952013-07-30 01:26:50 -0700839 } else if (type->IsArtFieldClass()) {
840 mirror::ArtField* field = value->AsArtField();
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800841 os << StringPrintf("%p Field: %s\n", field, PrettyField(field).c_str());
Brian Carlstromea46f952013-07-30 01:26:50 -0700842 } else if (type->IsArtMethodClass()) {
843 mirror::ArtMethod* method = value->AsArtMethod();
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800844 os << StringPrintf("%p Method: %s\n", method, PrettyMethod(method).c_str());
Ian Rogersd5b32602012-02-26 16:40:04 -0800845 } else {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800846 os << StringPrintf("%p %s\n", value, PrettyDescriptor(type).c_str());
Ian Rogersd5b32602012-02-26 16:40:04 -0800847 }
848 }
849
Brian Carlstromea46f952013-07-30 01:26:50 -0700850 static void PrintField(std::ostream& os, mirror::ArtField* field, mirror::Object* obj)
Ian Rogersb726dcb2012-09-05 08:57:23 -0700851 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Ian Rogersd5b32602012-02-26 16:40:04 -0800852 FieldHelper fh(field);
Ian Rogers48efc2b2012-08-27 17:20:31 -0700853 const char* descriptor = fh.GetTypeDescriptor();
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800854 os << StringPrintf("%s: ", fh.GetName());
Ian Rogers48efc2b2012-08-27 17:20:31 -0700855 if (descriptor[0] != 'L' && descriptor[0] != '[') {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800856 mirror::Class* type = fh.GetType();
Ian Rogers48efc2b2012-08-27 17:20:31 -0700857 if (type->IsPrimitiveLong()) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800858 os << StringPrintf("%lld (0x%llx)\n", field->Get64(obj), field->Get64(obj));
Ian Rogers48efc2b2012-08-27 17:20:31 -0700859 } else if (type->IsPrimitiveDouble()) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800860 os << StringPrintf("%f (%a)\n", field->GetDouble(obj), field->GetDouble(obj));
Ian Rogers48efc2b2012-08-27 17:20:31 -0700861 } else if (type->IsPrimitiveFloat()) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800862 os << StringPrintf("%f (%a)\n", field->GetFloat(obj), field->GetFloat(obj));
Ian Rogers48efc2b2012-08-27 17:20:31 -0700863 } else {
864 DCHECK(type->IsPrimitive());
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800865 os << StringPrintf("%d (0x%x)\n", field->Get32(obj), field->Get32(obj));
Ian Rogers48efc2b2012-08-27 17:20:31 -0700866 }
Ian Rogersd5b32602012-02-26 16:40:04 -0800867 } else {
Ian Rogers48efc2b2012-08-27 17:20:31 -0700868 // Get the value, don't compute the type unless it is non-null as we don't want
869 // to cause class loading.
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800870 mirror::Object* value = field->GetObj(obj);
Ian Rogers48efc2b2012-08-27 17:20:31 -0700871 if (value == NULL) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800872 os << StringPrintf("null %s\n", PrettyDescriptor(descriptor).c_str());
Ian Rogers48efc2b2012-08-27 17:20:31 -0700873 } else {
Ian Rogers50239c72013-06-17 14:53:22 -0700874 // Grab the field type without causing resolution.
875 mirror::Class* field_type = fh.GetType(false);
876 if (field_type != NULL) {
877 PrettyObjectValue(os, field_type, value);
878 } else {
879 os << StringPrintf("%p %s\n", value, PrettyDescriptor(descriptor).c_str());
880 }
Ian Rogers48efc2b2012-08-27 17:20:31 -0700881 }
Ian Rogersd5b32602012-02-26 16:40:04 -0800882 }
883 }
884
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800885 static void DumpFields(std::ostream& os, mirror::Object* obj, mirror::Class* klass)
Ian Rogersb726dcb2012-09-05 08:57:23 -0700886 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800887 mirror::Class* super = klass->GetSuperClass();
Ian Rogersd5b32602012-02-26 16:40:04 -0800888 if (super != NULL) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800889 DumpFields(os, obj, super);
Ian Rogersd5b32602012-02-26 16:40:04 -0800890 }
Brian Carlstromea46f952013-07-30 01:26:50 -0700891 mirror::ObjectArray<mirror::ArtField>* fields = klass->GetIFields();
Ian Rogersd5b32602012-02-26 16:40:04 -0800892 if (fields != NULL) {
893 for (int32_t i = 0; i < fields->GetLength(); i++) {
Brian Carlstromea46f952013-07-30 01:26:50 -0700894 mirror::ArtField* field = fields->Get(i);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800895 PrintField(os, field, obj);
Ian Rogersd5b32602012-02-26 16:40:04 -0800896 }
897 }
898 }
899
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800900 bool InDumpSpace(const mirror::Object* object) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800901 return image_space_.Contains(object);
Brian Carlstromf8bbb842012-03-14 03:01:42 -0700902 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800903
Brian Carlstromea46f952013-07-30 01:26:50 -0700904 const void* GetOatCodeBegin(mirror::ArtMethod* m)
Ian Rogersb726dcb2012-09-05 08:57:23 -0700905 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Jeff Haoaa4a7932013-05-13 11:28:27 -0700906 const void* code = m->GetEntryPointFromCompiledCode();
Jeff Hao0aba0ba2013-06-03 14:49:28 -0700907 if (code == GetResolutionTrampoline(Runtime::Current()->GetClassLinker())) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800908 code = oat_dumper_->GetOatCode(m);
909 }
Brian Carlstromf8bbb842012-03-14 03:01:42 -0700910 if (oat_dumper_->GetInstructionSet() == kThumb2) {
911 code = reinterpret_cast<void*>(reinterpret_cast<uint32_t>(code) & ~0x1);
912 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800913 return code;
914 }
915
Brian Carlstromea46f952013-07-30 01:26:50 -0700916 uint32_t GetOatCodeSize(mirror::ArtMethod* m)
Ian Rogersb726dcb2012-09-05 08:57:23 -0700917 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Brian Carlstromf8bbb842012-03-14 03:01:42 -0700918 const uint32_t* oat_code_begin = reinterpret_cast<const uint32_t*>(GetOatCodeBegin(m));
919 if (oat_code_begin == NULL) {
920 return 0;
921 }
922 return oat_code_begin[-1];
923 }
924
Brian Carlstromea46f952013-07-30 01:26:50 -0700925 const void* GetOatCodeEnd(mirror::ArtMethod* m)
Ian Rogersb726dcb2012-09-05 08:57:23 -0700926 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Brian Carlstromf8bbb842012-03-14 03:01:42 -0700927 const uint8_t* oat_code_begin = reinterpret_cast<const uint8_t*>(GetOatCodeBegin(m));
928 if (oat_code_begin == NULL) {
929 return NULL;
930 }
931 return oat_code_begin + GetOatCodeSize(m);
932 }
933
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800934 static void Callback(mirror::Object* obj, void* arg)
Ian Rogersb726dcb2012-09-05 08:57:23 -0700935 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Brian Carlstrom78128a62011-09-15 17:21:19 -0700936 DCHECK(obj != NULL);
937 DCHECK(arg != NULL);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800938 ImageDumper* state = reinterpret_cast<ImageDumper*>(arg);
Brian Carlstrom78128a62011-09-15 17:21:19 -0700939 if (!state->InDumpSpace(obj)) {
940 return;
941 }
Brian Carlstrom916e74e2011-09-23 11:42:01 -0700942
943 size_t object_bytes = obj->SizeOf();
944 size_t alignment_bytes = RoundUp(object_bytes, kObjectAlignment) - object_bytes;
945 state->stats_.object_bytes += object_bytes;
946 state->stats_.alignment_bytes += alignment_bytes;
947
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800948 std::ostream& os = *state->os_;
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800949 mirror::Class* obj_class = obj->GetClass();
Ian Rogersd5b32602012-02-26 16:40:04 -0800950 if (obj_class->IsArrayClass()) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800951 os << StringPrintf("%p: %s length:%d\n", obj, PrettyDescriptor(obj_class).c_str(),
952 obj->AsArray()->GetLength());
Ian Rogersd5b32602012-02-26 16:40:04 -0800953 } else if (obj->IsClass()) {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800954 mirror::Class* klass = obj->AsClass();
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800955 os << StringPrintf("%p: java.lang.Class \"%s\" (", obj, PrettyDescriptor(klass).c_str())
956 << klass->GetStatus() << ")\n";
Brian Carlstromea46f952013-07-30 01:26:50 -0700957 } else if (obj->IsArtField()) {
Brian Carlstrom4b8c13e2013-08-23 18:10:32 -0700958 os << StringPrintf("%p: java.lang.reflect.ArtField %s\n", obj,
Brian Carlstromea46f952013-07-30 01:26:50 -0700959 PrettyField(obj->AsArtField()).c_str());
960 } else if (obj->IsArtMethod()) {
Brian Carlstrom4b8c13e2013-08-23 18:10:32 -0700961 os << StringPrintf("%p: java.lang.reflect.ArtMethod %s\n", obj,
Brian Carlstromea46f952013-07-30 01:26:50 -0700962 PrettyMethod(obj->AsArtMethod()).c_str());
Ian Rogersd5b32602012-02-26 16:40:04 -0800963 } else if (obj_class->IsStringClass()) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800964 os << StringPrintf("%p: java.lang.String %s\n", obj,
965 PrintableString(obj->AsString()->ToModifiedUtf8()).c_str());
Ian Rogersd5b32602012-02-26 16:40:04 -0800966 } else {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800967 os << StringPrintf("%p: %s\n", obj, PrettyDescriptor(obj_class).c_str());
Ian Rogersd5b32602012-02-26 16:40:04 -0800968 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800969 Indenter indent_filter(os.rdbuf(), kIndentChar, kIndentBy1Count);
970 std::ostream indent_os(&indent_filter);
971 DumpFields(indent_os, obj, obj_class);
Ian Rogersd5b32602012-02-26 16:40:04 -0800972 if (obj->IsObjectArray()) {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800973 mirror::ObjectArray<mirror::Object>* obj_array = obj->AsObjectArray<mirror::Object>();
Ian Rogersd5b32602012-02-26 16:40:04 -0800974 int32_t length = obj_array->GetLength();
975 for (int32_t i = 0; i < length; i++) {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800976 mirror::Object* value = obj_array->Get(i);
Ian Rogersd5b32602012-02-26 16:40:04 -0800977 size_t run = 0;
978 for (int32_t j = i + 1; j < length; j++) {
979 if (value == obj_array->Get(j)) {
980 run++;
981 } else {
982 break;
983 }
984 }
985 if (run == 0) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800986 indent_os << StringPrintf("%d: ", i);
Ian Rogersd5b32602012-02-26 16:40:04 -0800987 } else {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800988 indent_os << StringPrintf("%d to %zd: ", i, i + run);
Ian Rogersd5b32602012-02-26 16:40:04 -0800989 i = i + run;
990 }
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800991 mirror::Class* value_class = value == NULL ? obj_class->GetComponentType() : value->GetClass();
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800992 PrettyObjectValue(indent_os, value_class, value);
Ian Rogersd5b32602012-02-26 16:40:04 -0800993 }
994 } else if (obj->IsClass()) {
Brian Carlstromea46f952013-07-30 01:26:50 -0700995 mirror::ObjectArray<mirror::ArtField>* sfields = obj->AsClass()->GetSFields();
Ian Rogersd5b32602012-02-26 16:40:04 -0800996 if (sfields != NULL) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800997 indent_os << "STATICS:\n";
998 Indenter indent2_filter(indent_os.rdbuf(), kIndentChar, kIndentBy1Count);
999 std::ostream indent2_os(&indent2_filter);
Ian Rogersd5b32602012-02-26 16:40:04 -08001000 for (int32_t i = 0; i < sfields->GetLength(); i++) {
Brian Carlstromea46f952013-07-30 01:26:50 -07001001 mirror::ArtField* field = sfields->Get(i);
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001002 PrintField(indent2_os, field, field->GetDeclaringClass());
Ian Rogersd5b32602012-02-26 16:40:04 -08001003 }
1004 }
Brian Carlstromea46f952013-07-30 01:26:50 -07001005 } else if (obj->IsArtMethod()) {
1006 mirror::ArtMethod* method = obj->AsArtMethod();
Brian Carlstrom78128a62011-09-15 17:21:19 -07001007 if (method->IsNative()) {
Ian Rogers0c7abda2012-09-19 13:33:42 -07001008 DCHECK(method->GetNativeGcMap() == NULL) << PrettyMethod(method);
Brian Carlstrom3320cf42011-10-04 14:58:28 -07001009 DCHECK(method->GetMappingTable() == NULL) << PrettyMethod(method);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001010 bool first_occurrence;
Brian Carlstromf8bbb842012-03-14 03:01:42 -07001011 const void* oat_code = state->GetOatCodeBegin(method);
Ian Rogersdb7bdc12012-04-09 21:27:15 -07001012 uint32_t oat_code_size = state->GetOatCodeSize(method);
1013 state->ComputeOatSize(oat_code, &first_occurrence);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001014 if (first_occurrence) {
Ian Rogersdb7bdc12012-04-09 21:27:15 -07001015 state->stats_.native_to_managed_code_bytes += oat_code_size;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001016 }
Jeff Haoaa4a7932013-05-13 11:28:27 -07001017 if (oat_code != method->GetEntryPointFromCompiledCode()) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001018 indent_os << StringPrintf("OAT CODE: %p\n", oat_code);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001019 }
Ian Rogers19846512012-02-24 11:42:47 -08001020 } else if (method->IsAbstract() || method->IsCalleeSaveMethod() ||
Jeff Hao88474b42013-10-23 16:24:40 -07001021 method->IsResolutionMethod() || method->IsImtConflictMethod() ||
1022 MethodHelper(method).IsClassInitializer()) {
Ian Rogers0c7abda2012-09-19 13:33:42 -07001023 DCHECK(method->GetNativeGcMap() == NULL) << PrettyMethod(method);
Brian Carlstrom3320cf42011-10-04 14:58:28 -07001024 DCHECK(method->GetMappingTable() == NULL) << PrettyMethod(method);
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001025 } else {
Dragos Sbirlea08bf1962013-08-12 08:53:04 -07001026 // TODO: we check there is a GC map here, we may not have a GC map if the code is pointing
1027 // to the quick/portable to interpreter bridge.
1028 CHECK(method->GetNativeGcMap() != NULL) << PrettyMethod(method);
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001029
Ian Rogers6d4d9fc2011-11-30 16:24:48 -08001030 const DexFile::CodeItem* code_item = MethodHelper(method).GetCodeItem();
Ian Rogersd81871c2011-10-03 13:57:23 -07001031 size_t dex_instruction_bytes = code_item->insns_size_in_code_units_ * 2;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001032 state->stats_.dex_instruction_bytes += dex_instruction_bytes;
Brian Carlstrome7d856b2012-01-11 18:10:55 -08001033
Elliott Hughesa0e18062012-04-13 15:59:59 -07001034 bool first_occurrence;
Ian Rogers0c7abda2012-09-19 13:33:42 -07001035 size_t gc_map_bytes = state->ComputeOatSize(method->GetNativeGcMap(), &first_occurrence);
Elliott Hughesa0e18062012-04-13 15:59:59 -07001036 if (first_occurrence) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001037 state->stats_.gc_map_bytes += gc_map_bytes;
1038 }
1039
1040 size_t pc_mapping_table_bytes =
Ian Rogers1809a722013-08-09 22:05:32 -07001041 state->ComputeOatSize(method->GetMappingTable(), &first_occurrence);
Elliott Hughesa0e18062012-04-13 15:59:59 -07001042 if (first_occurrence) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001043 state->stats_.pc_mapping_table_bytes += pc_mapping_table_bytes;
1044 }
1045
1046 size_t vmap_table_bytes =
Ian Rogers1809a722013-08-09 22:05:32 -07001047 state->ComputeOatSize(method->GetVmapTable(), &first_occurrence);
Elliott Hughesa0e18062012-04-13 15:59:59 -07001048 if (first_occurrence) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001049 state->stats_.vmap_table_bytes += vmap_table_bytes;
1050 }
1051
Brian Carlstromf8bbb842012-03-14 03:01:42 -07001052 const void* oat_code_begin = state->GetOatCodeBegin(method);
1053 const void* oat_code_end = state->GetOatCodeEnd(method);
Ian Rogersdb7bdc12012-04-09 21:27:15 -07001054 uint32_t oat_code_size = state->GetOatCodeSize(method);
Elliott Hughesa0e18062012-04-13 15:59:59 -07001055 state->ComputeOatSize(oat_code_begin, &first_occurrence);
1056 if (first_occurrence) {
Ian Rogersdb7bdc12012-04-09 21:27:15 -07001057 state->stats_.managed_code_bytes += oat_code_size;
Ian Rogers0d2d3782012-04-10 11:09:18 -07001058 if (method->IsConstructor()) {
1059 if (method->IsStatic()) {
1060 state->stats_.class_initializer_code_bytes += oat_code_size;
1061 } else if (dex_instruction_bytes > kLargeConstructorDexBytes) {
1062 state->stats_.large_initializer_code_bytes += oat_code_size;
1063 }
1064 } else if (dex_instruction_bytes > kLargeMethodDexBytes) {
1065 state->stats_.large_method_code_bytes += oat_code_size;
1066 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001067 }
Ian Rogersdb7bdc12012-04-09 21:27:15 -07001068 state->stats_.managed_code_bytes_ignoring_deduplication += oat_code_size;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001069
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001070 indent_os << StringPrintf("OAT CODE: %p-%p\n", oat_code_begin, oat_code_end);
1071 indent_os << StringPrintf("SIZE: Dex Instructions=%zd GC=%zd Mapping=%zd\n",
1072 dex_instruction_bytes, gc_map_bytes, pc_mapping_table_bytes);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001073
1074 size_t total_size = dex_instruction_bytes + gc_map_bytes + pc_mapping_table_bytes +
Jeff Hao74180ca2013-03-27 15:29:11 -07001075 vmap_table_bytes + oat_code_size + object_bytes;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001076
1077 double expansion =
Ian Rogersdb7bdc12012-04-09 21:27:15 -07001078 static_cast<double>(oat_code_size) / static_cast<double>(dex_instruction_bytes);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001079 state->stats_.ComputeOutliers(total_size, expansion, method);
Brian Carlstrom78128a62011-09-15 17:21:19 -07001080 }
1081 }
Elliott Hughesa0e18062012-04-13 15:59:59 -07001082 state->stats_.Update(ClassHelper(obj_class).GetDescriptor(), object_bytes);
Brian Carlstrom78128a62011-09-15 17:21:19 -07001083 }
Brian Carlstrom27ec9612011-09-19 20:20:38 -07001084
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001085 std::set<const void*> already_seen_;
1086 // Compute the size of the given data within the oat file and whether this is the first time
1087 // this data has been requested
Elliott Hughesa0e18062012-04-13 15:59:59 -07001088 size_t ComputeOatSize(const void* oat_data, bool* first_occurrence) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001089 if (already_seen_.count(oat_data) == 0) {
Elliott Hughesa0e18062012-04-13 15:59:59 -07001090 *first_occurrence = true;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001091 already_seen_.insert(oat_data);
1092 } else {
Elliott Hughesa0e18062012-04-13 15:59:59 -07001093 *first_occurrence = false;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001094 }
1095 return oat_dumper_->ComputeSize(oat_data);
Brian Carlstrom27ec9612011-09-19 20:20:38 -07001096 }
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001097
1098 public:
1099 struct Stats {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001100 size_t oat_file_bytes;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001101 size_t file_bytes;
1102
1103 size_t header_bytes;
1104 size_t object_bytes;
Mathieu Chartier32327092013-08-30 14:04:08 -07001105 size_t bitmap_bytes;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001106 size_t alignment_bytes;
1107
1108 size_t managed_code_bytes;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001109 size_t managed_code_bytes_ignoring_deduplication;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001110 size_t managed_to_native_code_bytes;
1111 size_t native_to_managed_code_bytes;
Ian Rogers0d2d3782012-04-10 11:09:18 -07001112 size_t class_initializer_code_bytes;
1113 size_t large_initializer_code_bytes;
1114 size_t large_method_code_bytes;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001115
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001116 size_t gc_map_bytes;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001117 size_t pc_mapping_table_bytes;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001118 size_t vmap_table_bytes;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001119
1120 size_t dex_instruction_bytes;
1121
Brian Carlstromea46f952013-07-30 01:26:50 -07001122 std::vector<mirror::ArtMethod*> method_outlier;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001123 std::vector<size_t> method_outlier_size;
1124 std::vector<double> method_outlier_expansion;
Ian Rogers05f28c62012-10-23 18:12:13 -07001125 std::vector<std::pair<std::string, size_t> > oat_dex_file_sizes;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001126
1127 explicit Stats()
1128 : oat_file_bytes(0),
1129 file_bytes(0),
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001130 header_bytes(0),
1131 object_bytes(0),
Mathieu Chartier32327092013-08-30 14:04:08 -07001132 bitmap_bytes(0),
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001133 alignment_bytes(0),
1134 managed_code_bytes(0),
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001135 managed_code_bytes_ignoring_deduplication(0),
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001136 managed_to_native_code_bytes(0),
1137 native_to_managed_code_bytes(0),
Ian Rogers0d2d3782012-04-10 11:09:18 -07001138 class_initializer_code_bytes(0),
1139 large_initializer_code_bytes(0),
1140 large_method_code_bytes(0),
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001141 gc_map_bytes(0),
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001142 pc_mapping_table_bytes(0),
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001143 vmap_table_bytes(0),
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001144 dex_instruction_bytes(0) {}
1145
Elliott Hughesa0e18062012-04-13 15:59:59 -07001146 struct SizeAndCount {
1147 SizeAndCount(size_t bytes, size_t count) : bytes(bytes), count(count) {}
1148 size_t bytes;
1149 size_t count;
1150 };
1151 typedef SafeMap<std::string, SizeAndCount> SizeAndCountTable;
1152 SizeAndCountTable sizes_and_counts;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001153
Ian Rogersfc0e94b2013-09-23 23:51:32 -07001154 void Update(const char* descriptor, size_t object_bytes) {
Elliott Hughesa0e18062012-04-13 15:59:59 -07001155 SizeAndCountTable::iterator it = sizes_and_counts.find(descriptor);
1156 if (it != sizes_and_counts.end()) {
1157 it->second.bytes += object_bytes;
1158 it->second.count += 1;
1159 } else {
1160 sizes_and_counts.Put(descriptor, SizeAndCount(object_bytes, 1));
1161 }
1162 }
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001163
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001164 double PercentOfOatBytes(size_t size) {
1165 return (static_cast<double>(size) / static_cast<double>(oat_file_bytes)) * 100;
1166 }
1167
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001168 double PercentOfFileBytes(size_t size) {
1169 return (static_cast<double>(size) / static_cast<double>(file_bytes)) * 100;
1170 }
1171
1172 double PercentOfObjectBytes(size_t size) {
1173 return (static_cast<double>(size) / static_cast<double>(object_bytes)) * 100;
1174 }
1175
Brian Carlstromea46f952013-07-30 01:26:50 -07001176 void ComputeOutliers(size_t total_size, double expansion, mirror::ArtMethod* method) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001177 method_outlier_size.push_back(total_size);
1178 method_outlier_expansion.push_back(expansion);
1179 method_outlier.push_back(method);
1180 }
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001181
Ian Rogers00f7d0e2012-07-19 15:28:27 -07001182 void DumpOutliers(std::ostream& os)
Ian Rogersb726dcb2012-09-05 08:57:23 -07001183 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001184 size_t sum_of_sizes = 0;
1185 size_t sum_of_sizes_squared = 0;
1186 size_t sum_of_expansion = 0;
1187 size_t sum_of_expansion_squared = 0;
1188 size_t n = method_outlier_size.size();
1189 for (size_t i = 0; i < n; i++) {
1190 size_t cur_size = method_outlier_size[i];
1191 sum_of_sizes += cur_size;
1192 sum_of_sizes_squared += cur_size * cur_size;
1193 double cur_expansion = method_outlier_expansion[i];
1194 sum_of_expansion += cur_expansion;
1195 sum_of_expansion_squared += cur_expansion * cur_expansion;
1196 }
1197 size_t size_mean = sum_of_sizes / n;
1198 size_t size_variance = (sum_of_sizes_squared - sum_of_sizes * size_mean) / (n - 1);
1199 double expansion_mean = sum_of_expansion / n;
1200 double expansion_variance =
1201 (sum_of_expansion_squared - sum_of_expansion * expansion_mean) / (n - 1);
1202
1203 // Dump methods whose size is a certain number of standard deviations from the mean
1204 size_t dumped_values = 0;
1205 size_t skipped_values = 0;
1206 for (size_t i = 100; i > 0; i--) { // i is the current number of standard deviations
1207 size_t cur_size_variance = i * i * size_variance;
1208 bool first = true;
1209 for (size_t j = 0; j < n; j++) {
1210 size_t cur_size = method_outlier_size[j];
1211 if (cur_size > size_mean) {
1212 size_t cur_var = cur_size - size_mean;
1213 cur_var = cur_var * cur_var;
1214 if (cur_var > cur_size_variance) {
1215 if (dumped_values > 20) {
1216 if (i == 1) {
1217 skipped_values++;
1218 } else {
1219 i = 2; // jump to counting for 1 standard deviation
1220 break;
1221 }
1222 } else {
1223 if (first) {
Elliott Hughesc073b072012-05-24 19:29:17 -07001224 os << "\nBig methods (size > " << i << " standard deviations the norm):\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001225 first = false;
1226 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001227 os << PrettyMethod(method_outlier[j]) << " requires storage of "
Elliott Hughesc073b072012-05-24 19:29:17 -07001228 << PrettySize(cur_size) << "\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001229 method_outlier_size[j] = 0; // don't consider this method again
1230 dumped_values++;
1231 }
1232 }
1233 }
1234 }
1235 }
1236 if (skipped_values > 0) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001237 os << "... skipped " << skipped_values
Elliott Hughesc073b072012-05-24 19:29:17 -07001238 << " methods with size > 1 standard deviation from the norm\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001239 }
Elliott Hughesc073b072012-05-24 19:29:17 -07001240 os << std::flush;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001241
1242 // Dump methods whose expansion is a certain number of standard deviations from the mean
1243 dumped_values = 0;
1244 skipped_values = 0;
1245 for (size_t i = 10; i > 0; i--) { // i is the current number of standard deviations
1246 double cur_expansion_variance = i * i * expansion_variance;
1247 bool first = true;
1248 for (size_t j = 0; j < n; j++) {
1249 double cur_expansion = method_outlier_expansion[j];
1250 if (cur_expansion > expansion_mean) {
1251 size_t cur_var = cur_expansion - expansion_mean;
1252 cur_var = cur_var * cur_var;
1253 if (cur_var > cur_expansion_variance) {
1254 if (dumped_values > 20) {
1255 if (i == 1) {
1256 skipped_values++;
1257 } else {
1258 i = 2; // jump to counting for 1 standard deviation
1259 break;
1260 }
1261 } else {
1262 if (first) {
1263 os << "\nLarge expansion methods (size > " << i
Elliott Hughesc073b072012-05-24 19:29:17 -07001264 << " standard deviations the norm):\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001265 first = false;
1266 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001267 os << PrettyMethod(method_outlier[j]) << " expanded code by "
Elliott Hughesc073b072012-05-24 19:29:17 -07001268 << cur_expansion << "\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001269 method_outlier_expansion[j] = 0.0; // don't consider this method again
1270 dumped_values++;
1271 }
1272 }
1273 }
1274 }
1275 }
1276 if (skipped_values > 0) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001277 os << "... skipped " << skipped_values
Elliott Hughesc073b072012-05-24 19:29:17 -07001278 << " methods with expansion > 1 standard deviation from the norm\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001279 }
Elliott Hughesc073b072012-05-24 19:29:17 -07001280 os << "\n" << std::flush;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001281 }
1282
Ian Rogersb726dcb2012-09-05 08:57:23 -07001283 void Dump(std::ostream& os) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001284 {
1285 os << "art_file_bytes = " << PrettySize(file_bytes) << "\n\n"
1286 << "art_file_bytes = header_bytes + object_bytes + alignment_bytes\n";
1287 Indenter indent_filter(os.rdbuf(), kIndentChar, kIndentBy1Count);
1288 std::ostream indent_os(&indent_filter);
1289 indent_os << StringPrintf("header_bytes = %8zd (%2.0f%% of art file bytes)\n"
1290 "object_bytes = %8zd (%2.0f%% of art file bytes)\n"
Mathieu Chartier32327092013-08-30 14:04:08 -07001291 "bitmap_bytes = %8zd (%2.0f%% of art file bytes)\n"
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001292 "alignment_bytes = %8zd (%2.0f%% of art file bytes)\n\n",
1293 header_bytes, PercentOfFileBytes(header_bytes),
1294 object_bytes, PercentOfFileBytes(object_bytes),
Mathieu Chartier32327092013-08-30 14:04:08 -07001295 bitmap_bytes, PercentOfFileBytes(bitmap_bytes),
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001296 alignment_bytes, PercentOfFileBytes(alignment_bytes))
1297 << std::flush;
Mathieu Chartier32327092013-08-30 14:04:08 -07001298 CHECK_EQ(file_bytes, bitmap_bytes + header_bytes + object_bytes + alignment_bytes);
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001299 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001300
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001301 os << "object_bytes breakdown:\n";
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001302 size_t object_bytes_total = 0;
Mathieu Chartier02e25112013-08-14 16:14:24 -07001303 for (const auto& sizes_and_count : sizes_and_counts) {
1304 const std::string& descriptor(sizes_and_count.first);
1305 double average = static_cast<double>(sizes_and_count.second.bytes) /
1306 static_cast<double>(sizes_and_count.second.count);
1307 double percent = PercentOfObjectBytes(sizes_and_count.second.bytes);
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001308 os << StringPrintf("%32s %8zd bytes %6zd instances "
Elliott Hughesa0e18062012-04-13 15:59:59 -07001309 "(%4.0f bytes/instance) %2.0f%% of object_bytes\n",
Mathieu Chartier02e25112013-08-14 16:14:24 -07001310 descriptor.c_str(), sizes_and_count.second.bytes,
1311 sizes_and_count.second.count, average, percent);
1312 object_bytes_total += sizes_and_count.second.bytes;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001313 }
Elliott Hughesc073b072012-05-24 19:29:17 -07001314 os << "\n" << std::flush;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001315 CHECK_EQ(object_bytes, object_bytes_total);
1316
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001317 os << StringPrintf("oat_file_bytes = %8zd\n"
1318 "managed_code_bytes = %8zd (%2.0f%% of oat file bytes)\n"
1319 "managed_to_native_code_bytes = %8zd (%2.0f%% of oat file bytes)\n"
1320 "native_to_managed_code_bytes = %8zd (%2.0f%% of oat file bytes)\n\n"
1321 "class_initializer_code_bytes = %8zd (%2.0f%% of oat file bytes)\n"
1322 "large_initializer_code_bytes = %8zd (%2.0f%% of oat file bytes)\n"
1323 "large_method_code_bytes = %8zd (%2.0f%% of oat file bytes)\n\n",
Ian Rogers05f28c62012-10-23 18:12:13 -07001324 oat_file_bytes,
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001325 managed_code_bytes, PercentOfOatBytes(managed_code_bytes),
1326 managed_to_native_code_bytes, PercentOfOatBytes(managed_to_native_code_bytes),
Ian Rogers0d2d3782012-04-10 11:09:18 -07001327 native_to_managed_code_bytes, PercentOfOatBytes(native_to_managed_code_bytes),
1328 class_initializer_code_bytes, PercentOfOatBytes(class_initializer_code_bytes),
1329 large_initializer_code_bytes, PercentOfOatBytes(large_initializer_code_bytes),
1330 large_method_code_bytes, PercentOfOatBytes(large_method_code_bytes))
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001331 << "DexFile sizes:\n";
Mathieu Chartier02e25112013-08-14 16:14:24 -07001332 for (const std::pair<std::string, size_t>& oat_dex_file_size : oat_dex_file_sizes) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001333 os << StringPrintf("%s = %zd (%2.0f%% of oat file bytes)\n",
Mathieu Chartier02e25112013-08-14 16:14:24 -07001334 oat_dex_file_size.first.c_str(), oat_dex_file_size.second,
1335 PercentOfOatBytes(oat_dex_file_size.second));
Ian Rogers05f28c62012-10-23 18:12:13 -07001336 }
1337
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001338 os << "\n" << StringPrintf("gc_map_bytes = %7zd (%2.0f%% of oat file bytes)\n"
1339 "pc_mapping_table_bytes = %7zd (%2.0f%% of oat file bytes)\n"
1340 "vmap_table_bytes = %7zd (%2.0f%% of oat file bytes)\n\n",
Ian Rogers05f28c62012-10-23 18:12:13 -07001341 gc_map_bytes, PercentOfOatBytes(gc_map_bytes),
1342 pc_mapping_table_bytes, PercentOfOatBytes(pc_mapping_table_bytes),
1343 vmap_table_bytes, PercentOfOatBytes(vmap_table_bytes))
Elliott Hughesc073b072012-05-24 19:29:17 -07001344 << std::flush;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001345
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001346 os << StringPrintf("dex_instruction_bytes = %zd\n", dex_instruction_bytes)
1347 << StringPrintf("managed_code_bytes expansion = %.2f (ignoring deduplication %.2f)\n\n",
Elliott Hughesc073b072012-05-24 19:29:17 -07001348 static_cast<double>(managed_code_bytes) / static_cast<double>(dex_instruction_bytes),
1349 static_cast<double>(managed_code_bytes_ignoring_deduplication) /
Elliott Hughescf44e6f2012-05-24 19:42:18 -07001350 static_cast<double>(dex_instruction_bytes))
Elliott Hughesc073b072012-05-24 19:29:17 -07001351 << std::flush;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001352
1353 DumpOutliers(os);
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001354 }
1355 } stats_;
1356
1357 private:
Ian Rogers0d2d3782012-04-10 11:09:18 -07001358 enum {
1359 // Number of bytes for a constructor to be considered large. Based on the 1000 basic block
1360 // threshold, we assume 2 bytes per instruction and 2 instructions per block.
1361 kLargeConstructorDexBytes = 4000,
1362 // Number of bytes for a method to be considered large. Based on the 4000 basic block
1363 // threshold, we assume 2 bytes per instruction and 2 instructions per block.
1364 kLargeMethodDexBytes = 16000
1365 };
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001366 UniquePtr<OatDumper> oat_dumper_;
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001367 std::ostream* os_;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001368 const std::string image_filename_;
1369 const std::string host_prefix_;
Ian Rogers1d54e732013-05-02 21:10:01 -07001370 gc::space::ImageSpace& image_space_;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001371 const ImageHeader& image_header_;
Elliott Hughesd1bb4f62011-09-23 14:09:45 -07001372
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001373 DISALLOW_COPY_AND_ASSIGN(ImageDumper);
Brian Carlstrom78128a62011-09-15 17:21:19 -07001374};
1375
Elliott Hughes72395bf2012-04-24 13:45:26 -07001376static int oatdump(int argc, char** argv) {
Elliott Hughes0d39c122012-06-06 16:41:17 -07001377 InitLogging(argv);
Elliott Hughes72395bf2012-04-24 13:45:26 -07001378
Brian Carlstrom78128a62011-09-15 17:21:19 -07001379 // Skip over argv[0].
1380 argv++;
1381 argc--;
1382
1383 if (argc == 0) {
Brian Carlstromaded5f72011-10-07 17:15:04 -07001384 fprintf(stderr, "No arguments specified\n");
Brian Carlstrom78128a62011-09-15 17:21:19 -07001385 usage();
1386 }
1387
Brian Carlstromaded5f72011-10-07 17:15:04 -07001388 const char* oat_filename = NULL;
Brian Carlstrom78128a62011-09-15 17:21:19 -07001389 const char* image_filename = NULL;
1390 const char* boot_image_filename = NULL;
Logan Chien0cc6ab62012-03-20 22:57:52 +08001391 std::string elf_filename_prefix;
Brian Carlstrom13c492b2012-03-22 17:09:17 -07001392 UniquePtr<std::string> host_prefix;
Brian Carlstrom27ec9612011-09-19 20:20:38 -07001393 std::ostream* os = &std::cout;
1394 UniquePtr<std::ofstream> out;
Brian Carlstrom78128a62011-09-15 17:21:19 -07001395
1396 for (int i = 0; i < argc; i++) {
1397 const StringPiece option(argv[i]);
Brian Carlstroma6cc8932012-01-04 14:44:07 -08001398 if (option.starts_with("--oat-file=")) {
1399 oat_filename = option.substr(strlen("--oat-file=")).data();
Brian Carlstromaded5f72011-10-07 17:15:04 -07001400 } else if (option.starts_with("--image=")) {
Brian Carlstrom78128a62011-09-15 17:21:19 -07001401 image_filename = option.substr(strlen("--image=")).data();
Brian Carlstrome24fa612011-09-29 00:53:55 -07001402 } else if (option.starts_with("--boot-image=")) {
1403 boot_image_filename = option.substr(strlen("--boot-image=")).data();
Brian Carlstrom58ae9412011-10-04 00:56:06 -07001404 } else if (option.starts_with("--host-prefix=")) {
Brian Carlstrom13c492b2012-03-22 17:09:17 -07001405 host_prefix.reset(new std::string(option.substr(strlen("--host-prefix=")).data()));
Brian Carlstrom27ec9612011-09-19 20:20:38 -07001406 } else if (option.starts_with("--output=")) {
1407 const char* filename = option.substr(strlen("--output=")).data();
1408 out.reset(new std::ofstream(filename));
1409 if (!out->good()) {
Brian Carlstromaded5f72011-10-07 17:15:04 -07001410 fprintf(stderr, "Failed to open output filename %s\n", filename);
Brian Carlstrom27ec9612011-09-19 20:20:38 -07001411 usage();
1412 }
1413 os = out.get();
Brian Carlstrom78128a62011-09-15 17:21:19 -07001414 } else {
Brian Carlstromaded5f72011-10-07 17:15:04 -07001415 fprintf(stderr, "Unknown argument %s\n", option.data());
Brian Carlstrom78128a62011-09-15 17:21:19 -07001416 usage();
1417 }
1418 }
1419
Brian Carlstromaded5f72011-10-07 17:15:04 -07001420 if (image_filename == NULL && oat_filename == NULL) {
Elliott Hughes362f9bc2011-10-17 18:56:41 -07001421 fprintf(stderr, "Either --image or --oat must be specified\n");
1422 return EXIT_FAILURE;
Brian Carlstrom78128a62011-09-15 17:21:19 -07001423 }
1424
Brian Carlstromaded5f72011-10-07 17:15:04 -07001425 if (image_filename != NULL && oat_filename != NULL) {
Elliott Hughes362f9bc2011-10-17 18:56:41 -07001426 fprintf(stderr, "Either --image or --oat must be specified but not both\n");
1427 return EXIT_FAILURE;
Brian Carlstromaded5f72011-10-07 17:15:04 -07001428 }
1429
Brian Carlstrom13c492b2012-03-22 17:09:17 -07001430 if (host_prefix.get() == NULL) {
Brian Carlstrom81f3ca12012-03-17 00:27:35 -07001431 const char* android_product_out = getenv("ANDROID_PRODUCT_OUT");
1432 if (android_product_out != NULL) {
Brian Carlstrom13c492b2012-03-22 17:09:17 -07001433 host_prefix.reset(new std::string(android_product_out));
1434 } else {
1435 host_prefix.reset(new std::string(""));
Brian Carlstrom81f3ca12012-03-17 00:27:35 -07001436 }
1437 }
1438
Brian Carlstromaded5f72011-10-07 17:15:04 -07001439 if (oat_filename != NULL) {
Ian Rogers8d31bbd2013-10-13 10:44:14 -07001440 std::string error_msg;
Logan Chien0c717dd2012-03-28 18:31:07 +08001441 OatFile* oat_file =
Ian Rogers8d31bbd2013-10-13 10:44:14 -07001442 OatFile::Open(oat_filename, oat_filename, NULL, false, &error_msg);
Brian Carlstromaded5f72011-10-07 17:15:04 -07001443 if (oat_file == NULL) {
Ian Rogers8d31bbd2013-10-13 10:44:14 -07001444 fprintf(stderr, "Failed to open oat file from '%s': %s\n", oat_filename, error_msg.c_str());
Brian Carlstromaded5f72011-10-07 17:15:04 -07001445 return EXIT_FAILURE;
1446 }
Brian Carlstrom13c492b2012-03-22 17:09:17 -07001447 OatDumper oat_dumper(*host_prefix.get(), *oat_file);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001448 oat_dumper.Dump(*os);
Brian Carlstromaded5f72011-10-07 17:15:04 -07001449 return EXIT_SUCCESS;
1450 }
1451
Brian Carlstrom78128a62011-09-15 17:21:19 -07001452 Runtime::Options options;
1453 std::string image_option;
Brian Carlstrome24fa612011-09-29 00:53:55 -07001454 std::string oat_option;
Brian Carlstrom78128a62011-09-15 17:21:19 -07001455 std::string boot_image_option;
Brian Carlstrome24fa612011-09-29 00:53:55 -07001456 std::string boot_oat_option;
Brian Carlstrom6c871802013-07-17 14:25:35 -07001457
1458 // We are more like a compiler than a run-time. We don't want to execute code.
1459 options.push_back(std::make_pair("compiler", reinterpret_cast<void*>(NULL)));
1460
Brian Carlstrom58ae9412011-10-04 00:56:06 -07001461 if (boot_image_filename != NULL) {
1462 boot_image_option += "-Ximage:";
1463 boot_image_option += boot_image_filename;
1464 options.push_back(std::make_pair(boot_image_option.c_str(), reinterpret_cast<void*>(NULL)));
Brian Carlstrom78128a62011-09-15 17:21:19 -07001465 }
Brian Carlstromaded5f72011-10-07 17:15:04 -07001466 if (image_filename != NULL) {
1467 image_option += "-Ximage:";
1468 image_option += image_filename;
1469 options.push_back(std::make_pair(image_option.c_str(), reinterpret_cast<void*>(NULL)));
1470 }
Brian Carlstrom58ae9412011-10-04 00:56:06 -07001471
Brian Carlstrom13c492b2012-03-22 17:09:17 -07001472 if (!host_prefix->empty()) {
1473 options.push_back(std::make_pair("host-prefix", host_prefix->c_str()));
Brian Carlstrom58ae9412011-10-04 00:56:06 -07001474 }
Brian Carlstrom78128a62011-09-15 17:21:19 -07001475
Ian Rogers00f7d0e2012-07-19 15:28:27 -07001476 if (!Runtime::Create(options, false)) {
Brian Carlstromaded5f72011-10-07 17:15:04 -07001477 fprintf(stderr, "Failed to create runtime\n");
Brian Carlstrom78128a62011-09-15 17:21:19 -07001478 return EXIT_FAILURE;
1479 }
Ian Rogers00f7d0e2012-07-19 15:28:27 -07001480 UniquePtr<Runtime> runtime(Runtime::Current());
1481 // Runtime::Create acquired the mutator_lock_ that is normally given away when we Runtime::Start,
1482 // give it away now and then switch to a more managable ScopedObjectAccess.
1483 Thread::Current()->TransitionFromRunnableToSuspended(kNative);
1484 ScopedObjectAccess soa(Thread::Current());
Brian Carlstrom78128a62011-09-15 17:21:19 -07001485
Ian Rogers1d54e732013-05-02 21:10:01 -07001486 gc::Heap* heap = Runtime::Current()->GetHeap();
1487 gc::space::ImageSpace* image_space = heap->GetImageSpace();
Brian Carlstrom78128a62011-09-15 17:21:19 -07001488 CHECK(image_space != NULL);
1489 const ImageHeader& image_header = image_space->GetImageHeader();
1490 if (!image_header.IsValid()) {
Brian Carlstromaded5f72011-10-07 17:15:04 -07001491 fprintf(stderr, "Invalid image header %s\n", image_filename);
Brian Carlstrom78128a62011-09-15 17:21:19 -07001492 return EXIT_FAILURE;
1493 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001494 ImageDumper image_dumper(os, image_filename, *host_prefix.get(), *image_space, image_header);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001495 image_dumper.Dump();
Brian Carlstrom78128a62011-09-15 17:21:19 -07001496 return EXIT_SUCCESS;
1497}
1498
Brian Carlstrom7934ac22013-07-26 10:54:15 -07001499} // namespace art
Brian Carlstrom78128a62011-09-15 17:21:19 -07001500
1501int main(int argc, char** argv) {
1502 return art::oatdump(argc, argv);
1503}