blob: fdeeaecd93dd14ca868ffd816cff4cada52f0b95 [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",
Brian Carlstrome24fa612011-09-29 00:53:55 -070089 "kCalleeSaveMethod",
Brian Carlstromaded5f72011-10-07 17:15:04 -070090 "kRefsOnlySaveMethod",
91 "kRefsAndArgsSaveMethod",
Brian Carlstrome24fa612011-09-29 00:53:55 -070092 "kOatLocation",
Brian Carlstrom58ae9412011-10-04 00:56:06 -070093 "kDexCaches",
Brian Carlstrom34f426c2011-10-04 12:58:02 -070094 "kClassRoots",
Brian Carlstrom78128a62011-09-15 17:21:19 -070095};
96
Elliott Hughese3c845c2012-02-28 17:23:01 -080097class OatDumper {
Brian Carlstromaded5f72011-10-07 17:15:04 -070098 public:
Brian Carlstrom81f3ca12012-03-17 00:27:35 -070099 explicit OatDumper(const std::string& host_prefix, const OatFile& oat_file)
100 : host_prefix_(host_prefix),
101 oat_file_(oat_file),
Elliott Hughesa72ec822012-03-05 17:12:22 -0800102 oat_dex_files_(oat_file.GetOatDexFiles()),
103 disassembler_(Disassembler::Create(oat_file_.GetOatHeader().GetInstructionSet())) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800104 AddAllOffsets();
105 }
106
107 void Dump(std::ostream& os) {
108 const OatHeader& oat_header = oat_file_.GetOatHeader();
Brian Carlstromaded5f72011-10-07 17:15:04 -0700109
110 os << "MAGIC:\n";
111 os << oat_header.GetMagic() << "\n\n";
112
113 os << "CHECKSUM:\n";
Elliott Hughesed2adb62012-02-29 14:41:01 -0800114 os << StringPrintf("0x%08x\n\n", oat_header.GetChecksum());
Brian Carlstromaded5f72011-10-07 17:15:04 -0700115
Elliott Hughesa72ec822012-03-05 17:12:22 -0800116 os << "INSTRUCTION SET:\n";
117 os << oat_header.GetInstructionSet() << "\n\n";
118
Brian Carlstromaded5f72011-10-07 17:15:04 -0700119 os << "DEX FILE COUNT:\n";
120 os << oat_header.GetDexFileCount() << "\n\n";
121
122 os << "EXECUTABLE OFFSET:\n";
Elliott Hughesed2adb62012-02-29 14:41:01 -0800123 os << StringPrintf("0x%08x\n\n", oat_header.GetExecutableOffset());
Brian Carlstromaded5f72011-10-07 17:15:04 -0700124
Brian Carlstrom28db0122012-10-18 16:20:41 -0700125 os << "IMAGE FILE LOCATION OAT CHECKSUM:\n";
126 os << StringPrintf("0x%08x\n\n", oat_header.GetImageFileLocationOatChecksum());
127
128 os << "IMAGE FILE LOCATION OAT BEGIN:\n";
Brian Carlstrom700c8d32012-11-05 10:42:02 -0800129 os << StringPrintf("0x%08x\n\n", oat_header.GetImageFileLocationOatDataBegin());
Brian Carlstrom81f3ca12012-03-17 00:27:35 -0700130
131 os << "IMAGE FILE LOCATION:\n";
132 const std::string image_file_location(oat_header.GetImageFileLocation());
133 os << image_file_location;
134 if (!image_file_location.empty() && !host_prefix_.empty()) {
135 os << " (" << host_prefix_ << image_file_location << ")";
136 }
137 os << "\n\n";
138
Ian Rogers30fab402012-01-23 15:43:46 -0800139 os << "BEGIN:\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800140 os << reinterpret_cast<const void*>(oat_file_.Begin()) << "\n\n";
Brian Carlstromaded5f72011-10-07 17:15:04 -0700141
Ian Rogers30fab402012-01-23 15:43:46 -0800142 os << "END:\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800143 os << reinterpret_cast<const void*>(oat_file_.End()) << "\n\n";
Brian Carlstromaded5f72011-10-07 17:15:04 -0700144
145 os << std::flush;
146
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800147 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
148 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
Brian Carlstromaded5f72011-10-07 17:15:04 -0700149 CHECK(oat_dex_file != NULL);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800150 DumpOatDexFile(os, *oat_dex_file);
Brian Carlstromaded5f72011-10-07 17:15:04 -0700151 }
152 }
153
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800154 size_t ComputeSize(const void* oat_data) {
155 if (reinterpret_cast<const byte*>(oat_data) < oat_file_.Begin() ||
156 reinterpret_cast<const byte*>(oat_data) > oat_file_.End()) {
157 return 0; // Address not in oat file
158 }
159 uint32_t begin_offset = reinterpret_cast<size_t>(oat_data) -
160 reinterpret_cast<size_t>(oat_file_.Begin());
161 typedef std::set<uint32_t>::iterator It;
162 It it = offsets_.upper_bound(begin_offset);
163 CHECK(it != offsets_.end());
164 uint32_t end_offset = *it;
165 return end_offset - begin_offset;
166 }
167
Brian Carlstromf8bbb842012-03-14 03:01:42 -0700168 InstructionSet GetInstructionSet() {
169 return oat_file_.GetOatHeader().GetInstructionSet();
170 }
171
Brian Carlstromea46f952013-07-30 01:26:50 -0700172 const void* GetOatCode(mirror::ArtMethod* m) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800173 MethodHelper mh(m);
174 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
175 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
Ian Rogers8d31bbd2013-10-13 10:44:14 -0700176 CHECK(oat_dex_file != nullptr);
177 std::string error_msg;
178 UniquePtr<const DexFile> dex_file(oat_dex_file->OpenDexFile(&error_msg));
179 if (dex_file.get() == nullptr) {
180 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation()
181 << "': " << error_msg;
182 } else {
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700183 const DexFile::ClassDef* class_def =
184 dex_file->FindClassDef(mh.GetDeclaringClassDescriptor());
185 if (class_def != NULL) {
186 uint16_t class_def_index = dex_file->GetIndexForClassDef(*class_def);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800187 const OatFile::OatClass* oat_class = oat_dex_file->GetOatClass(class_def_index);
188 CHECK(oat_class != NULL);
189 size_t method_index = m->GetMethodIndex();
190 return oat_class->GetOatMethod(method_index).GetCode();
191 }
192 }
193 }
194 return NULL;
195 }
196
Brian Carlstromaded5f72011-10-07 17:15:04 -0700197 private:
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800198 void AddAllOffsets() {
Elliott Hughese3c845c2012-02-28 17:23:01 -0800199 // We don't know the length of the code for each method, but we need to know where to stop
200 // when disassembling. What we do know is that a region of code will be followed by some other
201 // region, so if we keep a sorted sequence of the start of each region, we can infer the length
202 // of a piece of code by using upper_bound to find the start of the next region.
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800203 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
204 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
Elliott Hughese3c845c2012-02-28 17:23:01 -0800205 CHECK(oat_dex_file != NULL);
Ian Rogers8d31bbd2013-10-13 10:44:14 -0700206 std::string error_msg;
207 UniquePtr<const DexFile> dex_file(oat_dex_file->OpenDexFile(&error_msg));
208 if (dex_file.get() == nullptr) {
209 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation()
210 << "': " << error_msg;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800211 continue;
Elliott Hughese3c845c2012-02-28 17:23:01 -0800212 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800213 offsets_.insert(reinterpret_cast<uint32_t>(&dex_file->GetHeader()));
Elliott Hughese3c845c2012-02-28 17:23:01 -0800214 for (size_t class_def_index = 0; class_def_index < dex_file->NumClassDefs(); class_def_index++) {
215 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index);
216 UniquePtr<const OatFile::OatClass> oat_class(oat_dex_file->GetOatClass(class_def_index));
217 const byte* class_data = dex_file->GetClassData(class_def);
218 if (class_data != NULL) {
219 ClassDataItemIterator it(*dex_file, class_data);
220 SkipAllFields(it);
221 uint32_t class_method_index = 0;
222 while (it.HasNextDirectMethod()) {
223 AddOffsets(oat_class->GetOatMethod(class_method_index++));
224 it.Next();
225 }
226 while (it.HasNextVirtualMethod()) {
227 AddOffsets(oat_class->GetOatMethod(class_method_index++));
228 it.Next();
229 }
230 }
231 }
232 }
233
234 // If the last thing in the file is code for a method, there won't be an offset for the "next"
235 // thing. Instead of having a special case in the upper_bound code, let's just add an entry
236 // for the end of the file.
Brian Carlstrom700c8d32012-11-05 10:42:02 -0800237 offsets_.insert(static_cast<uint32_t>(oat_file_.Size()));
Elliott Hughese3c845c2012-02-28 17:23:01 -0800238 }
239
240 void AddOffsets(const OatFile::OatMethod& oat_method) {
Brian Carlstrom95ba0dc2012-03-05 22:06:14 -0800241 uint32_t code_offset = oat_method.GetCodeOffset();
242 if (oat_file_.GetOatHeader().GetInstructionSet() == kThumb2) {
243 code_offset &= ~0x1;
244 }
245 offsets_.insert(code_offset);
Elliott Hughese3c845c2012-02-28 17:23:01 -0800246 offsets_.insert(oat_method.GetMappingTableOffset());
247 offsets_.insert(oat_method.GetVmapTableOffset());
Ian Rogers0c7abda2012-09-19 13:33:42 -0700248 offsets_.insert(oat_method.GetNativeGcMapOffset());
Elliott Hughese3c845c2012-02-28 17:23:01 -0800249 }
250
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800251 void DumpOatDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) {
Brian Carlstromaded5f72011-10-07 17:15:04 -0700252 os << "OAT DEX FILE:\n";
Brian Carlstroma004aa92012-02-08 18:05:09 -0800253 os << StringPrintf("location: %s\n", oat_dex_file.GetDexFileLocation().c_str());
Elliott Hughesed2adb62012-02-29 14:41:01 -0800254 os << StringPrintf("checksum: 0x%08x\n", oat_dex_file.GetDexFileLocationChecksum());
Ian Rogers8d31bbd2013-10-13 10:44:14 -0700255 std::string error_msg;
256 UniquePtr<const DexFile> dex_file(oat_dex_file.OpenDexFile(&error_msg));
Brian Carlstroma004aa92012-02-08 18:05:09 -0800257 if (dex_file.get() == NULL) {
Ian Rogers8d31bbd2013-10-13 10:44:14 -0700258 os << "NOT FOUND: " << error_msg << "\n\n";
Brian Carlstromaded5f72011-10-07 17:15:04 -0700259 return;
260 }
261 for (size_t class_def_index = 0; class_def_index < dex_file->NumClassDefs(); class_def_index++) {
262 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index);
263 const char* descriptor = dex_file->GetClassDescriptor(class_def);
Brian Carlstromaded5f72011-10-07 17:15:04 -0700264 UniquePtr<const OatFile::OatClass> oat_class(oat_dex_file.GetOatClass(class_def_index));
265 CHECK(oat_class.get() != NULL);
Brian Carlstromba150c32013-08-27 17:31:03 -0700266 os << StringPrintf("%zd: %s (type_idx=%d)", class_def_index, descriptor, class_def.class_idx_)
267 << " (" << oat_class->GetStatus() << ")"
268 << " (" << oat_class->GetType() << ")\n";
269 // TODO: include bitmap here if type is kOatClassBitmap?
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800270 Indenter indent_filter(os.rdbuf(), kIndentChar, kIndentBy1Count);
271 std::ostream indented_os(&indent_filter);
272 DumpOatClass(indented_os, *oat_class.get(), *(dex_file.get()), class_def);
Brian Carlstromaded5f72011-10-07 17:15:04 -0700273 }
274
275 os << std::flush;
276 }
277
Elliott Hughese3c845c2012-02-28 17:23:01 -0800278 static void SkipAllFields(ClassDataItemIterator& it) {
Ian Rogers0571d352011-11-03 19:51:38 -0700279 while (it.HasNextStaticField()) {
280 it.Next();
Brian Carlstromaded5f72011-10-07 17:15:04 -0700281 }
Ian Rogers0571d352011-11-03 19:51:38 -0700282 while (it.HasNextInstanceField()) {
283 it.Next();
Brian Carlstromaded5f72011-10-07 17:15:04 -0700284 }
Elliott Hughese3c845c2012-02-28 17:23:01 -0800285 }
Brian Carlstromaded5f72011-10-07 17:15:04 -0700286
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800287 void DumpOatClass(std::ostream& os, const OatFile::OatClass& oat_class, const DexFile& dex_file,
288 const DexFile::ClassDef& class_def) {
Elliott Hughese3c845c2012-02-28 17:23:01 -0800289 const byte* class_data = dex_file.GetClassData(class_def);
290 if (class_data == NULL) { // empty class such as a marker interface?
291 return;
292 }
293 ClassDataItemIterator it(dex_file, class_data);
294 SkipAllFields(it);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800295 uint32_t class_method_idx = 0;
Ian Rogers0571d352011-11-03 19:51:38 -0700296 while (it.HasNextDirectMethod()) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800297 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_idx);
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700298 DumpOatMethod(os, class_def, class_method_idx, oat_method, dex_file,
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800299 it.GetMemberIndex(), it.GetMethodCodeItem(), it.GetMemberAccessFlags());
300 class_method_idx++;
Ian Rogers0571d352011-11-03 19:51:38 -0700301 it.Next();
Brian Carlstromaded5f72011-10-07 17:15:04 -0700302 }
Ian Rogers0571d352011-11-03 19:51:38 -0700303 while (it.HasNextVirtualMethod()) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800304 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_idx);
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700305 DumpOatMethod(os, class_def, class_method_idx, oat_method, dex_file,
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800306 it.GetMemberIndex(), it.GetMethodCodeItem(), it.GetMemberAccessFlags());
307 class_method_idx++;
Ian Rogers0571d352011-11-03 19:51:38 -0700308 it.Next();
Brian Carlstromaded5f72011-10-07 17:15:04 -0700309 }
Ian Rogers0571d352011-11-03 19:51:38 -0700310 DCHECK(!it.HasNext());
Brian Carlstromaded5f72011-10-07 17:15:04 -0700311 os << std::flush;
312 }
Elliott Hughese3c845c2012-02-28 17:23:01 -0800313
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700314 void DumpOatMethod(std::ostream& os, const DexFile::ClassDef& class_def,
315 uint32_t class_method_index,
Elliott Hughese3c845c2012-02-28 17:23:01 -0800316 const OatFile::OatMethod& oat_method, const DexFile& dex_file,
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800317 uint32_t dex_method_idx, const DexFile::CodeItem* code_item,
318 uint32_t method_access_flags) {
319 os << StringPrintf("%d: %s (dex_method_idx=%d)\n",
Ian Rogersdb7bdc12012-04-09 21:27:15 -0700320 class_method_index, PrettyMethod(dex_method_idx, dex_file, true).c_str(),
321 dex_method_idx);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800322 Indenter indent1_filter(os.rdbuf(), kIndentChar, kIndentBy1Count);
323 std::ostream indent1_os(&indent1_filter);
324 {
325 indent1_os << "DEX CODE:\n";
326 Indenter indent2_filter(indent1_os.rdbuf(), kIndentChar, kIndentBy1Count);
327 std::ostream indent2_os(&indent2_filter);
328 DumpDexCode(indent2_os, dex_file, code_item);
Ian Rogersb23a7722012-10-09 16:54:26 -0700329 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800330 if (Runtime::Current() != NULL) {
331 indent1_os << "VERIFIER TYPE ANALYSIS:\n";
332 Indenter indent2_filter(indent1_os.rdbuf(), kIndentChar, kIndentBy1Count);
333 std::ostream indent2_os(&indent2_filter);
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700334 DumpVerifier(indent2_os, dex_method_idx, &dex_file, class_def, code_item,
335 method_access_flags);
Ian Rogersb23a7722012-10-09 16:54:26 -0700336 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800337 {
338 indent1_os << "OAT DATA:\n";
339 Indenter indent2_filter(indent1_os.rdbuf(), kIndentChar, kIndentBy1Count);
340 std::ostream indent2_os(&indent2_filter);
341
342 indent2_os << StringPrintf("frame_size_in_bytes: %zd\n", oat_method.GetFrameSizeInBytes());
343 indent2_os << StringPrintf("core_spill_mask: 0x%08x ", oat_method.GetCoreSpillMask());
344 DumpSpillMask(indent2_os, oat_method.GetCoreSpillMask(), false);
345 indent2_os << StringPrintf("\nfp_spill_mask: 0x%08x ", oat_method.GetFpSpillMask());
346 DumpSpillMask(indent2_os, oat_method.GetFpSpillMask(), true);
347 indent2_os << StringPrintf("\nvmap_table: %p (offset=0x%08x)\n",
348 oat_method.GetVmapTable(), oat_method.GetVmapTableOffset());
349 DumpVmap(indent2_os, oat_method);
350 indent2_os << StringPrintf("mapping_table: %p (offset=0x%08x)\n",
351 oat_method.GetMappingTable(), oat_method.GetMappingTableOffset());
352 const bool kDumpRawMappingTable = false;
353 if (kDumpRawMappingTable) {
354 Indenter indent3_filter(indent2_os.rdbuf(), kIndentChar, kIndentBy1Count);
355 std::ostream indent3_os(&indent3_filter);
356 DumpMappingTable(indent3_os, oat_method);
357 }
358 indent2_os << StringPrintf("gc_map: %p (offset=0x%08x)\n",
359 oat_method.GetNativeGcMap(), oat_method.GetNativeGcMapOffset());
360 const bool kDumpRawGcMap = false;
361 if (kDumpRawGcMap) {
362 Indenter indent3_filter(indent2_os.rdbuf(), kIndentChar, kIndentBy1Count);
363 std::ostream indent3_os(&indent3_filter);
364 DumpGcMap(indent3_os, oat_method, code_item);
365 }
366 }
367 {
368 indent1_os << StringPrintf("CODE: %p (offset=0x%08x size=%d)%s\n",
369 oat_method.GetCode(),
370 oat_method.GetCodeOffset(),
371 oat_method.GetCodeSize(),
372 oat_method.GetCode() != NULL ? "..." : "");
373 Indenter indent2_filter(indent1_os.rdbuf(), kIndentChar, kIndentBy1Count);
374 std::ostream indent2_os(&indent2_filter);
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700375 DumpCode(indent2_os, oat_method, dex_method_idx, &dex_file, class_def, code_item,
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800376 method_access_flags);
377 }
Brian Carlstromaded5f72011-10-07 17:15:04 -0700378 }
Elliott Hughese3c845c2012-02-28 17:23:01 -0800379
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800380 void DumpSpillMask(std::ostream& os, uint32_t spill_mask, bool is_float) {
381 if (spill_mask == 0) {
382 return;
383 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800384 os << "(";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800385 for (size_t i = 0; i < 32; i++) {
386 if ((spill_mask & (1 << i)) != 0) {
387 if (is_float) {
388 os << "fr" << i;
389 } else {
390 os << "r" << i;
391 }
392 spill_mask ^= 1 << i; // clear bit
393 if (spill_mask != 0) {
394 os << ", ";
395 } else {
396 break;
397 }
398 }
399 }
400 os << ")";
401 }
402
Ian Rogersb23a7722012-10-09 16:54:26 -0700403 void DumpVmap(std::ostream& os, const OatFile::OatMethod& oat_method) {
Ian Rogers1809a722013-08-09 22:05:32 -0700404 const uint8_t* raw_table = oat_method.GetVmapTable();
405 if (raw_table != NULL) {
406 const VmapTable vmap_table(raw_table);
407 bool first = true;
408 bool processing_fp = false;
409 uint32_t spill_mask = oat_method.GetCoreSpillMask();
410 for (size_t i = 0; i < vmap_table.Size(); i++) {
411 uint16_t dex_reg = vmap_table[i];
412 uint32_t cpu_reg = vmap_table.ComputeRegister(spill_mask, i,
413 processing_fp ? kFloatVReg : kIntVReg);
414 os << (first ? "v" : ", v") << dex_reg;
415 if (!processing_fp) {
416 os << "/r" << cpu_reg;
417 } else {
418 os << "/fr" << cpu_reg;
419 }
420 first = false;
421 if (!processing_fp && dex_reg == 0xFFFF) {
422 processing_fp = true;
423 spill_mask = oat_method.GetFpSpillMask();
424 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800425 }
Ian Rogers1809a722013-08-09 22:05:32 -0700426 os << "\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800427 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800428 }
429
Ian Rogersb23a7722012-10-09 16:54:26 -0700430 void DescribeVReg(std::ostream& os, const OatFile::OatMethod& oat_method,
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800431 const DexFile::CodeItem* code_item, size_t reg, VRegKind kind) {
Ian Rogers1809a722013-08-09 22:05:32 -0700432 const uint8_t* raw_table = oat_method.GetVmapTable();
Ian Rogersb23a7722012-10-09 16:54:26 -0700433 if (raw_table != NULL) {
434 const VmapTable vmap_table(raw_table);
435 uint32_t vmap_offset;
Ian Rogers1809a722013-08-09 22:05:32 -0700436 if (vmap_table.IsInContext(reg, kind, &vmap_offset)) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800437 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg);
438 uint32_t spill_mask = is_float ? oat_method.GetFpSpillMask()
439 : oat_method.GetCoreSpillMask();
440 os << (is_float ? "fr" : "r") << vmap_table.ComputeRegister(spill_mask, vmap_offset, kind);
Ian Rogersb23a7722012-10-09 16:54:26 -0700441 } else {
442 uint32_t offset = StackVisitor::GetVRegOffset(code_item, oat_method.GetCoreSpillMask(),
443 oat_method.GetFpSpillMask(),
444 oat_method.GetFrameSizeInBytes(), reg);
445 os << "[sp + #" << offset << "]";
446 }
447 }
448 }
449
450 void DumpGcMap(std::ostream& os, const OatFile::OatMethod& oat_method,
451 const DexFile::CodeItem* code_item) {
452 const uint8_t* gc_map_raw = oat_method.GetNativeGcMap();
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800453 if (gc_map_raw == NULL) {
454 return;
455 }
Ian Rogers0c7abda2012-09-19 13:33:42 -0700456 NativePcOffsetToReferenceMap map(gc_map_raw);
Ian Rogersb23a7722012-10-09 16:54:26 -0700457 const void* code = oat_method.GetCode();
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800458 for (size_t entry = 0; entry < map.NumEntries(); entry++) {
Ian Rogersbb6723f2012-09-21 09:49:06 -0700459 const uint8_t* native_pc = reinterpret_cast<const uint8_t*>(code) +
460 map.GetNativePcOffset(entry);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800461 os << StringPrintf("%p", native_pc);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800462 size_t num_regs = map.RegWidth() * 8;
463 const uint8_t* reg_bitmap = map.GetBitMap(entry);
464 bool first = true;
465 for (size_t reg = 0; reg < num_regs; reg++) {
466 if (((reg_bitmap[reg / 8] >> (reg % 8)) & 0x01) != 0) {
467 if (first) {
Ian Rogersb23a7722012-10-09 16:54:26 -0700468 os << " v" << reg << " (";
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800469 DescribeVReg(os, oat_method, code_item, reg, kReferenceVReg);
Ian Rogersb23a7722012-10-09 16:54:26 -0700470 os << ")";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800471 first = false;
472 } else {
Ian Rogersb23a7722012-10-09 16:54:26 -0700473 os << ", v" << reg << " (";
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800474 DescribeVReg(os, oat_method, code_item, reg, kReferenceVReg);
Ian Rogersb23a7722012-10-09 16:54:26 -0700475 os << ")";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800476 }
477 }
478 }
Elliott Hughesc073b072012-05-24 19:29:17 -0700479 os << "\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800480 }
481 }
482
483 void DumpMappingTable(std::ostream& os, const OatFile::OatMethod& oat_method) {
Elliott Hughese3c845c2012-02-28 17:23:01 -0800484 const void* code = oat_method.GetCode();
Ian Rogers1809a722013-08-09 22:05:32 -0700485 if (code == NULL) {
Elliott Hughese3c845c2012-02-28 17:23:01 -0800486 return;
487 }
Ian Rogers1809a722013-08-09 22:05:32 -0700488 MappingTable table(oat_method.GetMappingTable());
489 if (table.TotalSize() != 0) {
490 Indenter indent_filter(os.rdbuf(), kIndentChar, kIndentBy1Count);
491 std::ostream indent_os(&indent_filter);
492 if (table.PcToDexSize() != 0) {
493 typedef MappingTable::PcToDexIterator It;
494 os << "suspend point mappings {\n";
495 for (It cur = table.PcToDexBegin(), end = table.PcToDexEnd(); cur != end; ++cur) {
496 indent_os << StringPrintf("0x%04x -> 0x%04x\n", cur.NativePcOffset(), cur.DexPc());
497 }
498 os << "}\n";
499 }
500 if (table.DexToPcSize() != 0) {
501 typedef MappingTable::DexToPcIterator It;
502 os << "catch entry mappings {\n";
503 for (It cur = table.DexToPcBegin(), end = table.DexToPcEnd(); cur != end; ++cur) {
504 indent_os << StringPrintf("0x%04x -> 0x%04x\n", cur.NativePcOffset(), cur.DexPc());
505 }
506 os << "}\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800507 }
508 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800509 }
510
Ian Rogers1809a722013-08-09 22:05:32 -0700511 uint32_t DumpMappingAtOffset(std::ostream& os, const OatFile::OatMethod& oat_method,
512 size_t offset, bool suspend_point_mapping) {
513 MappingTable table(oat_method.GetMappingTable());
514 if (suspend_point_mapping && table.PcToDexSize() > 0) {
515 typedef MappingTable::PcToDexIterator It;
516 for (It cur = table.PcToDexBegin(), end = table.PcToDexEnd(); cur != end; ++cur) {
517 if (offset == cur.NativePcOffset()) {
Brian Carlstrom4b8c13e2013-08-23 18:10:32 -0700518 os << StringPrintf("suspend point dex PC: 0x%04x\n", cur.DexPc());
Ian Rogers1809a722013-08-09 22:05:32 -0700519 return cur.DexPc();
520 }
Elliott Hughese3c845c2012-02-28 17:23:01 -0800521 }
Ian Rogers1809a722013-08-09 22:05:32 -0700522 } else if (!suspend_point_mapping && table.DexToPcSize() > 0) {
523 typedef MappingTable::DexToPcIterator It;
524 for (It cur = table.DexToPcBegin(), end = table.DexToPcEnd(); cur != end; ++cur) {
525 if (offset == cur.NativePcOffset()) {
Brian Carlstrom4b8c13e2013-08-23 18:10:32 -0700526 os << StringPrintf("catch entry dex PC: 0x%04x\n", cur.DexPc());
Ian Rogers1809a722013-08-09 22:05:32 -0700527 return cur.DexPc();
Ian Rogersb23a7722012-10-09 16:54:26 -0700528 }
529 }
Elliott Hughese3c845c2012-02-28 17:23:01 -0800530 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800531 return DexFile::kDexNoIndex;
Ian Rogersb23a7722012-10-09 16:54:26 -0700532 }
533
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800534 void DumpGcMapAtNativePcOffset(std::ostream& os, const OatFile::OatMethod& oat_method,
535 const DexFile::CodeItem* code_item, size_t native_pc_offset) {
Ian Rogersb23a7722012-10-09 16:54:26 -0700536 const uint8_t* gc_map_raw = oat_method.GetNativeGcMap();
537 if (gc_map_raw != NULL) {
538 NativePcOffsetToReferenceMap map(gc_map_raw);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800539 if (map.HasEntry(native_pc_offset)) {
Ian Rogersb23a7722012-10-09 16:54:26 -0700540 size_t num_regs = map.RegWidth() * 8;
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800541 const uint8_t* reg_bitmap = map.FindBitMap(native_pc_offset);
Ian Rogersb23a7722012-10-09 16:54:26 -0700542 bool first = true;
543 for (size_t reg = 0; reg < num_regs; reg++) {
544 if (((reg_bitmap[reg / 8] >> (reg % 8)) & 0x01) != 0) {
545 if (first) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800546 os << "GC map objects: v" << reg << " (";
547 DescribeVReg(os, oat_method, code_item, reg, kReferenceVReg);
Ian Rogersb23a7722012-10-09 16:54:26 -0700548 os << ")";
549 first = false;
550 } else {
551 os << ", v" << reg << " (";
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800552 DescribeVReg(os, oat_method, code_item, reg, kReferenceVReg);
Ian Rogersb23a7722012-10-09 16:54:26 -0700553 os << ")";
554 }
555 }
556 }
557 if (!first) {
558 os << "\n";
559 }
560 }
561 }
562 }
563
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800564 void DumpVRegsAtDexPc(std::ostream& os, const OatFile::OatMethod& oat_method,
565 uint32_t dex_method_idx, const DexFile* dex_file,
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700566 const DexFile::ClassDef& class_def, const DexFile::CodeItem* code_item,
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800567 uint32_t method_access_flags, uint32_t dex_pc) {
Ian Rogers7b3ddd22013-02-21 15:19:52 -0800568 static UniquePtr<verifier::MethodVerifier> verifier;
569 static const DexFile* verified_dex_file = NULL;
570 static uint32_t verified_dex_method_idx = DexFile::kDexNoIndex;
571 if (dex_file != verified_dex_file || verified_dex_method_idx != dex_method_idx) {
572 ScopedObjectAccess soa(Thread::Current());
573 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(*dex_file);
574 mirror::ClassLoader* class_loader = NULL;
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700575 verifier.reset(new verifier::MethodVerifier(dex_file, dex_cache, class_loader, &class_def,
Ian Rogers7b3ddd22013-02-21 15:19:52 -0800576 code_item, dex_method_idx, NULL,
Jeff Haoee988952013-04-16 14:23:47 -0700577 method_access_flags, true, true));
Ian Rogers7b3ddd22013-02-21 15:19:52 -0800578 verifier->Verify();
579 verified_dex_file = dex_file;
580 verified_dex_method_idx = dex_method_idx;
581 }
582 std::vector<int32_t> kinds = verifier->DescribeVRegs(dex_pc);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800583 bool first = true;
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800584 for (size_t reg = 0; reg < code_item->registers_size_; reg++) {
585 VRegKind kind = static_cast<VRegKind>(kinds.at(reg * 2));
586 if (kind != kUndefined) {
587 if (first) {
588 os << "VRegs: v";
589 first = false;
590 } else {
591 os << ", v";
592 }
593 os << reg << " (";
594 switch (kind) {
595 case kImpreciseConstant:
596 os << "Imprecise Constant: " << kinds.at((reg * 2) + 1) << ", ";
597 DescribeVReg(os, oat_method, code_item, reg, kind);
598 break;
599 case kConstant:
600 os << "Constant: " << kinds.at((reg * 2) + 1);
601 break;
602 default:
603 DescribeVReg(os, oat_method, code_item, reg, kind);
604 break;
605 }
606 os << ")";
607 }
608 }
609 if (!first) {
610 os << "\n";
611 }
612 }
613
614
Ian Rogersb23a7722012-10-09 16:54:26 -0700615 void DumpDexCode(std::ostream& os, const DexFile& dex_file, const DexFile::CodeItem* code_item) {
616 if (code_item != NULL) {
617 size_t i = 0;
618 while (i < code_item->insns_size_in_code_units_) {
619 const Instruction* instruction = Instruction::At(&code_item->insns_[i]);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800620 os << StringPrintf("0x%04zx: %s\n", i, instruction->DumpString(&dex_file).c_str());
Ian Rogersb23a7722012-10-09 16:54:26 -0700621 i += instruction->SizeInCodeUnits();
622 }
623 }
624 }
625
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800626 void DumpVerifier(std::ostream& os, uint32_t dex_method_idx, const DexFile* dex_file,
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700627 const DexFile::ClassDef& class_def, const DexFile::CodeItem* code_item,
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800628 uint32_t method_access_flags) {
629 if ((method_access_flags & kAccNative) == 0) {
630 ScopedObjectAccess soa(Thread::Current());
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800631 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(*dex_file);
632 mirror::ClassLoader* class_loader = NULL;
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800633 verifier::MethodVerifier::VerifyMethodAndDump(os, dex_method_idx, dex_file, dex_cache,
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700634 class_loader, &class_def, code_item, NULL,
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800635 method_access_flags);
636 }
637 }
638
639 void DumpCode(std::ostream& os, const OatFile::OatMethod& oat_method,
640 uint32_t dex_method_idx, const DexFile* dex_file,
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700641 const DexFile::ClassDef& class_def, const DexFile::CodeItem* code_item,
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800642 uint32_t method_access_flags) {
Ian Rogersb23a7722012-10-09 16:54:26 -0700643 const void* code = oat_method.GetCode();
644 size_t code_size = oat_method.GetCodeSize();
645 if (code == NULL || code_size == 0) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800646 os << "NO CODE!\n";
Ian Rogersb23a7722012-10-09 16:54:26 -0700647 return;
648 }
649 const uint8_t* native_pc = reinterpret_cast<const uint8_t*>(code);
650 size_t offset = 0;
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800651 const bool kDumpVRegs = (Runtime::Current() != NULL);
Ian Rogersb23a7722012-10-09 16:54:26 -0700652 while (offset < code_size) {
653 DumpMappingAtOffset(os, oat_method, offset, false);
654 offset += disassembler_->Dump(os, native_pc + offset);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800655 uint32_t dex_pc = DumpMappingAtOffset(os, oat_method, offset, true);
656 if (dex_pc != DexFile::kDexNoIndex) {
657 DumpGcMapAtNativePcOffset(os, oat_method, code_item, offset);
658 if (kDumpVRegs) {
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700659 DumpVRegsAtDexPc(os, oat_method, dex_method_idx, dex_file, class_def, code_item,
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800660 method_access_flags, dex_pc);
661 }
662 }
Ian Rogersb23a7722012-10-09 16:54:26 -0700663 }
664 }
665
Brian Carlstrom81f3ca12012-03-17 00:27:35 -0700666 const std::string host_prefix_;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800667 const OatFile& oat_file_;
668 std::vector<const OatFile::OatDexFile*> oat_dex_files_;
Elliott Hughese3c845c2012-02-28 17:23:01 -0800669 std::set<uint32_t> offsets_;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800670 UniquePtr<Disassembler> disassembler_;
Brian Carlstromaded5f72011-10-07 17:15:04 -0700671};
672
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800673class ImageDumper {
Brian Carlstrom27ec9612011-09-19 20:20:38 -0700674 public:
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800675 explicit ImageDumper(std::ostream* os, const std::string& image_filename,
Ian Rogers1d54e732013-05-02 21:10:01 -0700676 const std::string& host_prefix, gc::space::ImageSpace& image_space,
Ian Rogersca190662012-06-26 15:45:57 -0700677 const ImageHeader& image_header)
678 : os_(os), image_filename_(image_filename), host_prefix_(host_prefix),
679 image_space_(image_space), image_header_(image_header) {}
Brian Carlstrom27ec9612011-09-19 20:20:38 -0700680
Ian Rogersb726dcb2012-09-05 08:57:23 -0700681 void Dump() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800682 std::ostream& os = *os_;
683 os << "MAGIC: " << image_header_.GetMagic() << "\n\n";
Brian Carlstrome24fa612011-09-29 00:53:55 -0700684
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800685 os << "IMAGE BEGIN: " << reinterpret_cast<void*>(image_header_.GetImageBegin()) << "\n\n";
Brian Carlstromaded5f72011-10-07 17:15:04 -0700686
Mathieu Chartier31e89252013-08-28 11:29:12 -0700687 os << "IMAGE BITMAP OFFSET: " << reinterpret_cast<void*>(image_header_.GetImageBitmapOffset())
688 << " SIZE: " << reinterpret_cast<void*>(image_header_.GetImageBitmapSize()) << "\n\n";
689
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800690 os << "OAT CHECKSUM: " << StringPrintf("0x%08x\n\n", image_header_.GetOatChecksum());
Brian Carlstrom916e74e2011-09-23 11:42:01 -0700691
Brian Carlstrom700c8d32012-11-05 10:42:02 -0800692 os << "OAT FILE BEGIN:" << reinterpret_cast<void*>(image_header_.GetOatFileBegin()) << "\n\n";
Brian Carlstromaded5f72011-10-07 17:15:04 -0700693
Brian Carlstrom700c8d32012-11-05 10:42:02 -0800694 os << "OAT DATA BEGIN:" << reinterpret_cast<void*>(image_header_.GetOatDataBegin()) << "\n\n";
695
696 os << "OAT DATA END:" << reinterpret_cast<void*>(image_header_.GetOatDataEnd()) << "\n\n";
697
698 os << "OAT FILE END:" << reinterpret_cast<void*>(image_header_.GetOatFileEnd()) << "\n\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800699
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800700 {
701 os << "ROOTS: " << reinterpret_cast<void*>(image_header_.GetImageRoots()) << "\n";
702 Indenter indent1_filter(os.rdbuf(), kIndentChar, kIndentBy1Count);
703 std::ostream indent1_os(&indent1_filter);
704 CHECK_EQ(arraysize(image_roots_descriptions_), size_t(ImageHeader::kImageRootsMax));
705 for (int i = 0; i < ImageHeader::kImageRootsMax; i++) {
706 ImageHeader::ImageRoot image_root = static_cast<ImageHeader::ImageRoot>(i);
707 const char* image_root_description = image_roots_descriptions_[i];
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800708 mirror::Object* image_root_object = image_header_.GetImageRoot(image_root);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800709 indent1_os << StringPrintf("%s: %p\n", image_root_description, image_root_object);
710 if (image_root_object->IsObjectArray()) {
711 Indenter indent2_filter(indent1_os.rdbuf(), kIndentChar, kIndentBy1Count);
712 std::ostream indent2_os(&indent2_filter);
713 // TODO: replace down_cast with AsObjectArray (g++ currently has a problem with this)
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800714 mirror::ObjectArray<mirror::Object>* image_root_object_array
715 = down_cast<mirror::ObjectArray<mirror::Object>*>(image_root_object);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800716 // = image_root_object->AsObjectArray<Object>();
717 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 Rogers2bcb4a42012-11-08 10:39:18 -0800719 if (value != NULL) {
720 indent2_os << i << ": ";
721 PrettyObjectValue(indent2_os, value->GetClass(), value);
722 } else {
723 indent2_os << i << ": null\n";
724 }
Ian Rogersd5b32602012-02-26 16:40:04 -0800725 }
Brian Carlstrom34f426c2011-10-04 12:58:02 -0700726 }
727 }
Brian Carlstrom27ec9612011-09-19 20:20:38 -0700728 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800729 os << "\n";
Brian Carlstrom27ec9612011-09-19 20:20:38 -0700730
Brian Carlstromaded5f72011-10-07 17:15:04 -0700731 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800732 mirror::Object* oat_location_object = image_header_.GetImageRoot(ImageHeader::kOatLocation);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800733 std::string oat_location(oat_location_object->AsString()->ToModifiedUtf8());
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800734 os << "OAT LOCATION: " << oat_location;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800735 if (!host_prefix_.empty()) {
736 oat_location = host_prefix_ + oat_location;
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800737 os << " (" << oat_location << ")";
Brian Carlstromaded5f72011-10-07 17:15:04 -0700738 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800739 os << "\n";
Ian Rogers8d31bbd2013-10-13 10:44:14 -0700740 std::string error_msg;
741 const OatFile* oat_file = class_linker->FindOatFileFromOatLocation(oat_location, &error_msg);
Brian Carlstromaded5f72011-10-07 17:15:04 -0700742 if (oat_file == NULL) {
Ian Rogers8d31bbd2013-10-13 10:44:14 -0700743 os << "NOT FOUND: " << error_msg << "\n";
Brian Carlstromaded5f72011-10-07 17:15:04 -0700744 return;
745 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800746 os << "\n";
Brian Carlstromaded5f72011-10-07 17:15:04 -0700747
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800748 stats_.oat_file_bytes = oat_file->Size();
749
Brian Carlstrom81f3ca12012-03-17 00:27:35 -0700750 oat_dumper_.reset(new OatDumper(host_prefix_, *oat_file));
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800751
Mathieu Chartier02e25112013-08-14 16:14:24 -0700752 for (const OatFile::OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) {
Ian Rogers05f28c62012-10-23 18:12:13 -0700753 CHECK(oat_dex_file != NULL);
Mathieu Chartier02e25112013-08-14 16:14:24 -0700754 stats_.oat_dex_file_sizes.push_back(std::make_pair(oat_dex_file->GetDexFileLocation(),
755 oat_dex_file->FileSize()));
Ian Rogers05f28c62012-10-23 18:12:13 -0700756 }
757
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800758 os << "OBJECTS:\n" << std::flush;
Mathieu Chartierb062fdd2012-07-03 09:51:48 -0700759
760 // Loop through all the image spaces and dump their objects.
Ian Rogers1d54e732013-05-02 21:10:01 -0700761 gc::Heap* heap = Runtime::Current()->GetHeap();
762 const std::vector<gc::space::ContinuousSpace*>& spaces = heap->GetContinuousSpaces();
Ian Rogers50b35e22012-10-04 10:09:15 -0700763 Thread* self = Thread::Current();
Mathieu Chartier357e9be2012-08-01 11:00:14 -0700764 {
Ian Rogers50b35e22012-10-04 10:09:15 -0700765 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
Mathieu Chartier357e9be2012-08-01 11:00:14 -0700766 heap->FlushAllocStack();
767 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800768 {
769 std::ostream* saved_os = os_;
770 Indenter indent_filter(os.rdbuf(), kIndentChar, kIndentBy1Count);
771 std::ostream indent_os(&indent_filter);
772 os_ = &indent_os;
773 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_);
Mathieu Chartier02e25112013-08-14 16:14:24 -0700774 for (const auto& space : spaces) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800775 if (space->IsImageSpace()) {
Ian Rogers1d54e732013-05-02 21:10:01 -0700776 gc::space::ImageSpace* image_space = space->AsImageSpace();
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800777 image_space->GetLiveBitmap()->Walk(ImageDumper::Callback, this);
778 indent_os << "\n";
779 }
Mathieu Chartier2fde5332012-09-14 14:51:54 -0700780 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800781 // Dump the large objects separately.
782 heap->GetLargeObjectsSpace()->GetLiveObjects()->Walk(ImageDumper::Callback, this);
783 indent_os << "\n";
784 os_ = saved_os;
Mathieu Chartierb062fdd2012-07-03 09:51:48 -0700785 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800786 os << "STATS:\n" << std::flush;
Brian Carlstrom7571e8b2013-08-12 17:04:14 -0700787 UniquePtr<File> file(OS::OpenFileForReading(image_filename_.c_str()));
Brian Carlstrom6f277752013-09-30 17:56:45 -0700788 if (file.get() == NULL) {
Ian Rogers8d31bbd2013-10-13 10:44:14 -0700789 std::string cache_location(GetDalvikCacheFilenameOrDie(image_filename_.c_str()));
Brian Carlstrom6f277752013-09-30 17:56:45 -0700790 file.reset(OS::OpenFileForReading(cache_location.c_str()));
791 if (file.get() == NULL) {
792 LOG(WARNING) << "Failed to find image in " << image_filename_
793 << " and " << cache_location;
794 }
795 }
796 if (file.get() != NULL) {
797 stats_.file_bytes = file->GetLength();
798 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800799 size_t header_bytes = sizeof(ImageHeader);
800 stats_.header_bytes = header_bytes;
801 size_t alignment_bytes = RoundUp(header_bytes, kObjectAlignment) - header_bytes;
802 stats_.alignment_bytes += alignment_bytes;
Mathieu Chartier32327092013-08-30 14:04:08 -0700803 stats_.alignment_bytes += image_header_.GetImageBitmapOffset() - image_header_.GetImageSize();
804 stats_.bitmap_bytes += image_header_.GetImageBitmapSize();
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800805 stats_.Dump(os);
806 os << "\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800807
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800808 os << std::flush;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800809
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800810 oat_dumper_->Dump(os);
Brian Carlstrom78128a62011-09-15 17:21:19 -0700811 }
812
Brian Carlstrom27ec9612011-09-19 20:20:38 -0700813 private:
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800814 static void PrettyObjectValue(std::ostream& os, mirror::Class* type, mirror::Object* value)
Ian Rogersb726dcb2012-09-05 08:57:23 -0700815 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Ian Rogersd5b32602012-02-26 16:40:04 -0800816 CHECK(type != NULL);
817 if (value == NULL) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800818 os << StringPrintf("null %s\n", PrettyDescriptor(type).c_str());
Ian Rogersd5b32602012-02-26 16:40:04 -0800819 } else if (type->IsStringClass()) {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800820 mirror::String* string = value->AsString();
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800821 os << StringPrintf("%p String: %s\n", string,
822 PrintableString(string->ToModifiedUtf8()).c_str());
Ian Rogers64b6d142012-10-29 16:34:15 -0700823 } else if (type->IsClassClass()) {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800824 mirror::Class* klass = value->AsClass();
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800825 os << StringPrintf("%p Class: %s\n", klass, PrettyDescriptor(klass).c_str());
Brian Carlstromea46f952013-07-30 01:26:50 -0700826 } else if (type->IsArtFieldClass()) {
827 mirror::ArtField* field = value->AsArtField();
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800828 os << StringPrintf("%p Field: %s\n", field, PrettyField(field).c_str());
Brian Carlstromea46f952013-07-30 01:26:50 -0700829 } else if (type->IsArtMethodClass()) {
830 mirror::ArtMethod* method = value->AsArtMethod();
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800831 os << StringPrintf("%p Method: %s\n", method, PrettyMethod(method).c_str());
Ian Rogersd5b32602012-02-26 16:40:04 -0800832 } else {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800833 os << StringPrintf("%p %s\n", value, PrettyDescriptor(type).c_str());
Ian Rogersd5b32602012-02-26 16:40:04 -0800834 }
835 }
836
Brian Carlstromea46f952013-07-30 01:26:50 -0700837 static void PrintField(std::ostream& os, mirror::ArtField* field, mirror::Object* obj)
Ian Rogersb726dcb2012-09-05 08:57:23 -0700838 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Ian Rogersd5b32602012-02-26 16:40:04 -0800839 FieldHelper fh(field);
Ian Rogers48efc2b2012-08-27 17:20:31 -0700840 const char* descriptor = fh.GetTypeDescriptor();
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800841 os << StringPrintf("%s: ", fh.GetName());
Ian Rogers48efc2b2012-08-27 17:20:31 -0700842 if (descriptor[0] != 'L' && descriptor[0] != '[') {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800843 mirror::Class* type = fh.GetType();
Ian Rogers48efc2b2012-08-27 17:20:31 -0700844 if (type->IsPrimitiveLong()) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800845 os << StringPrintf("%lld (0x%llx)\n", field->Get64(obj), field->Get64(obj));
Ian Rogers48efc2b2012-08-27 17:20:31 -0700846 } else if (type->IsPrimitiveDouble()) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800847 os << StringPrintf("%f (%a)\n", field->GetDouble(obj), field->GetDouble(obj));
Ian Rogers48efc2b2012-08-27 17:20:31 -0700848 } else if (type->IsPrimitiveFloat()) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800849 os << StringPrintf("%f (%a)\n", field->GetFloat(obj), field->GetFloat(obj));
Ian Rogers48efc2b2012-08-27 17:20:31 -0700850 } else {
851 DCHECK(type->IsPrimitive());
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800852 os << StringPrintf("%d (0x%x)\n", field->Get32(obj), field->Get32(obj));
Ian Rogers48efc2b2012-08-27 17:20:31 -0700853 }
Ian Rogersd5b32602012-02-26 16:40:04 -0800854 } else {
Ian Rogers48efc2b2012-08-27 17:20:31 -0700855 // Get the value, don't compute the type unless it is non-null as we don't want
856 // to cause class loading.
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800857 mirror::Object* value = field->GetObj(obj);
Ian Rogers48efc2b2012-08-27 17:20:31 -0700858 if (value == NULL) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800859 os << StringPrintf("null %s\n", PrettyDescriptor(descriptor).c_str());
Ian Rogers48efc2b2012-08-27 17:20:31 -0700860 } else {
Ian Rogers50239c72013-06-17 14:53:22 -0700861 // Grab the field type without causing resolution.
862 mirror::Class* field_type = fh.GetType(false);
863 if (field_type != NULL) {
864 PrettyObjectValue(os, field_type, value);
865 } else {
866 os << StringPrintf("%p %s\n", value, PrettyDescriptor(descriptor).c_str());
867 }
Ian Rogers48efc2b2012-08-27 17:20:31 -0700868 }
Ian Rogersd5b32602012-02-26 16:40:04 -0800869 }
870 }
871
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800872 static void DumpFields(std::ostream& os, mirror::Object* obj, mirror::Class* klass)
Ian Rogersb726dcb2012-09-05 08:57:23 -0700873 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800874 mirror::Class* super = klass->GetSuperClass();
Ian Rogersd5b32602012-02-26 16:40:04 -0800875 if (super != NULL) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800876 DumpFields(os, obj, super);
Ian Rogersd5b32602012-02-26 16:40:04 -0800877 }
Brian Carlstromea46f952013-07-30 01:26:50 -0700878 mirror::ObjectArray<mirror::ArtField>* fields = klass->GetIFields();
Ian Rogersd5b32602012-02-26 16:40:04 -0800879 if (fields != NULL) {
880 for (int32_t i = 0; i < fields->GetLength(); i++) {
Brian Carlstromea46f952013-07-30 01:26:50 -0700881 mirror::ArtField* field = fields->Get(i);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800882 PrintField(os, field, obj);
Ian Rogersd5b32602012-02-26 16:40:04 -0800883 }
884 }
885 }
886
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800887 bool InDumpSpace(const mirror::Object* object) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800888 return image_space_.Contains(object);
Brian Carlstromf8bbb842012-03-14 03:01:42 -0700889 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800890
Brian Carlstromea46f952013-07-30 01:26:50 -0700891 const void* GetOatCodeBegin(mirror::ArtMethod* m)
Ian Rogersb726dcb2012-09-05 08:57:23 -0700892 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Jeff Haoaa4a7932013-05-13 11:28:27 -0700893 const void* code = m->GetEntryPointFromCompiledCode();
Jeff Hao0aba0ba2013-06-03 14:49:28 -0700894 if (code == GetResolutionTrampoline(Runtime::Current()->GetClassLinker())) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800895 code = oat_dumper_->GetOatCode(m);
896 }
Brian Carlstromf8bbb842012-03-14 03:01:42 -0700897 if (oat_dumper_->GetInstructionSet() == kThumb2) {
898 code = reinterpret_cast<void*>(reinterpret_cast<uint32_t>(code) & ~0x1);
899 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800900 return code;
901 }
902
Brian Carlstromea46f952013-07-30 01:26:50 -0700903 uint32_t GetOatCodeSize(mirror::ArtMethod* m)
Ian Rogersb726dcb2012-09-05 08:57:23 -0700904 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Brian Carlstromf8bbb842012-03-14 03:01:42 -0700905 const uint32_t* oat_code_begin = reinterpret_cast<const uint32_t*>(GetOatCodeBegin(m));
906 if (oat_code_begin == NULL) {
907 return 0;
908 }
909 return oat_code_begin[-1];
910 }
911
Brian Carlstromea46f952013-07-30 01:26:50 -0700912 const void* GetOatCodeEnd(mirror::ArtMethod* m)
Ian Rogersb726dcb2012-09-05 08:57:23 -0700913 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Brian Carlstromf8bbb842012-03-14 03:01:42 -0700914 const uint8_t* oat_code_begin = reinterpret_cast<const uint8_t*>(GetOatCodeBegin(m));
915 if (oat_code_begin == NULL) {
916 return NULL;
917 }
918 return oat_code_begin + GetOatCodeSize(m);
919 }
920
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800921 static void Callback(mirror::Object* obj, void* arg)
Ian Rogersb726dcb2012-09-05 08:57:23 -0700922 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Brian Carlstrom78128a62011-09-15 17:21:19 -0700923 DCHECK(obj != NULL);
924 DCHECK(arg != NULL);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800925 ImageDumper* state = reinterpret_cast<ImageDumper*>(arg);
Brian Carlstrom78128a62011-09-15 17:21:19 -0700926 if (!state->InDumpSpace(obj)) {
927 return;
928 }
Brian Carlstrom916e74e2011-09-23 11:42:01 -0700929
930 size_t object_bytes = obj->SizeOf();
931 size_t alignment_bytes = RoundUp(object_bytes, kObjectAlignment) - object_bytes;
932 state->stats_.object_bytes += object_bytes;
933 state->stats_.alignment_bytes += alignment_bytes;
934
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800935 std::ostream& os = *state->os_;
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800936 mirror::Class* obj_class = obj->GetClass();
Ian Rogersd5b32602012-02-26 16:40:04 -0800937 if (obj_class->IsArrayClass()) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800938 os << StringPrintf("%p: %s length:%d\n", obj, PrettyDescriptor(obj_class).c_str(),
939 obj->AsArray()->GetLength());
Ian Rogersd5b32602012-02-26 16:40:04 -0800940 } else if (obj->IsClass()) {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800941 mirror::Class* klass = obj->AsClass();
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800942 os << StringPrintf("%p: java.lang.Class \"%s\" (", obj, PrettyDescriptor(klass).c_str())
943 << klass->GetStatus() << ")\n";
Brian Carlstromea46f952013-07-30 01:26:50 -0700944 } else if (obj->IsArtField()) {
Brian Carlstrom4b8c13e2013-08-23 18:10:32 -0700945 os << StringPrintf("%p: java.lang.reflect.ArtField %s\n", obj,
Brian Carlstromea46f952013-07-30 01:26:50 -0700946 PrettyField(obj->AsArtField()).c_str());
947 } else if (obj->IsArtMethod()) {
Brian Carlstrom4b8c13e2013-08-23 18:10:32 -0700948 os << StringPrintf("%p: java.lang.reflect.ArtMethod %s\n", obj,
Brian Carlstromea46f952013-07-30 01:26:50 -0700949 PrettyMethod(obj->AsArtMethod()).c_str());
Ian Rogersd5b32602012-02-26 16:40:04 -0800950 } else if (obj_class->IsStringClass()) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800951 os << StringPrintf("%p: java.lang.String %s\n", obj,
952 PrintableString(obj->AsString()->ToModifiedUtf8()).c_str());
Ian Rogersd5b32602012-02-26 16:40:04 -0800953 } else {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800954 os << StringPrintf("%p: %s\n", obj, PrettyDescriptor(obj_class).c_str());
Ian Rogersd5b32602012-02-26 16:40:04 -0800955 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800956 Indenter indent_filter(os.rdbuf(), kIndentChar, kIndentBy1Count);
957 std::ostream indent_os(&indent_filter);
958 DumpFields(indent_os, obj, obj_class);
Ian Rogersd5b32602012-02-26 16:40:04 -0800959 if (obj->IsObjectArray()) {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800960 mirror::ObjectArray<mirror::Object>* obj_array = obj->AsObjectArray<mirror::Object>();
Ian Rogersd5b32602012-02-26 16:40:04 -0800961 int32_t length = obj_array->GetLength();
962 for (int32_t i = 0; i < length; i++) {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800963 mirror::Object* value = obj_array->Get(i);
Ian Rogersd5b32602012-02-26 16:40:04 -0800964 size_t run = 0;
965 for (int32_t j = i + 1; j < length; j++) {
966 if (value == obj_array->Get(j)) {
967 run++;
968 } else {
969 break;
970 }
971 }
972 if (run == 0) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800973 indent_os << StringPrintf("%d: ", i);
Ian Rogersd5b32602012-02-26 16:40:04 -0800974 } else {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800975 indent_os << StringPrintf("%d to %zd: ", i, i + run);
Ian Rogersd5b32602012-02-26 16:40:04 -0800976 i = i + run;
977 }
Ian Rogers2dd0e2c2013-01-24 12:42:14 -0800978 mirror::Class* value_class = value == NULL ? obj_class->GetComponentType() : value->GetClass();
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800979 PrettyObjectValue(indent_os, value_class, value);
Ian Rogersd5b32602012-02-26 16:40:04 -0800980 }
981 } else if (obj->IsClass()) {
Brian Carlstromea46f952013-07-30 01:26:50 -0700982 mirror::ObjectArray<mirror::ArtField>* sfields = obj->AsClass()->GetSFields();
Ian Rogersd5b32602012-02-26 16:40:04 -0800983 if (sfields != NULL) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800984 indent_os << "STATICS:\n";
985 Indenter indent2_filter(indent_os.rdbuf(), kIndentChar, kIndentBy1Count);
986 std::ostream indent2_os(&indent2_filter);
Ian Rogersd5b32602012-02-26 16:40:04 -0800987 for (int32_t i = 0; i < sfields->GetLength(); i++) {
Brian Carlstromea46f952013-07-30 01:26:50 -0700988 mirror::ArtField* field = sfields->Get(i);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800989 PrintField(indent2_os, field, field->GetDeclaringClass());
Ian Rogersd5b32602012-02-26 16:40:04 -0800990 }
991 }
Brian Carlstromea46f952013-07-30 01:26:50 -0700992 } else if (obj->IsArtMethod()) {
993 mirror::ArtMethod* method = obj->AsArtMethod();
Brian Carlstrom78128a62011-09-15 17:21:19 -0700994 if (method->IsNative()) {
Ian Rogers0c7abda2012-09-19 13:33:42 -0700995 DCHECK(method->GetNativeGcMap() == NULL) << PrettyMethod(method);
Brian Carlstrom3320cf42011-10-04 14:58:28 -0700996 DCHECK(method->GetMappingTable() == NULL) << PrettyMethod(method);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800997 bool first_occurrence;
Brian Carlstromf8bbb842012-03-14 03:01:42 -0700998 const void* oat_code = state->GetOatCodeBegin(method);
Ian Rogersdb7bdc12012-04-09 21:27:15 -0700999 uint32_t oat_code_size = state->GetOatCodeSize(method);
1000 state->ComputeOatSize(oat_code, &first_occurrence);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001001 if (first_occurrence) {
Ian Rogersdb7bdc12012-04-09 21:27:15 -07001002 state->stats_.native_to_managed_code_bytes += oat_code_size;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001003 }
Jeff Haoaa4a7932013-05-13 11:28:27 -07001004 if (oat_code != method->GetEntryPointFromCompiledCode()) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001005 indent_os << StringPrintf("OAT CODE: %p\n", oat_code);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001006 }
Ian Rogers19846512012-02-24 11:42:47 -08001007 } else if (method->IsAbstract() || method->IsCalleeSaveMethod() ||
Jeff Hao58df3272013-04-22 15:28:53 -07001008 method->IsResolutionMethod() || MethodHelper(method).IsClassInitializer()) {
Ian Rogers0c7abda2012-09-19 13:33:42 -07001009 DCHECK(method->GetNativeGcMap() == NULL) << PrettyMethod(method);
Brian Carlstrom3320cf42011-10-04 14:58:28 -07001010 DCHECK(method->GetMappingTable() == NULL) << PrettyMethod(method);
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001011 } else {
Dragos Sbirlea08bf1962013-08-12 08:53:04 -07001012 // TODO: we check there is a GC map here, we may not have a GC map if the code is pointing
1013 // to the quick/portable to interpreter bridge.
1014 CHECK(method->GetNativeGcMap() != NULL) << PrettyMethod(method);
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001015
Ian Rogers6d4d9fc2011-11-30 16:24:48 -08001016 const DexFile::CodeItem* code_item = MethodHelper(method).GetCodeItem();
Ian Rogersd81871c2011-10-03 13:57:23 -07001017 size_t dex_instruction_bytes = code_item->insns_size_in_code_units_ * 2;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001018 state->stats_.dex_instruction_bytes += dex_instruction_bytes;
Brian Carlstrome7d856b2012-01-11 18:10:55 -08001019
Elliott Hughesa0e18062012-04-13 15:59:59 -07001020 bool first_occurrence;
Ian Rogers0c7abda2012-09-19 13:33:42 -07001021 size_t gc_map_bytes = state->ComputeOatSize(method->GetNativeGcMap(), &first_occurrence);
Elliott Hughesa0e18062012-04-13 15:59:59 -07001022 if (first_occurrence) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001023 state->stats_.gc_map_bytes += gc_map_bytes;
1024 }
1025
1026 size_t pc_mapping_table_bytes =
Ian Rogers1809a722013-08-09 22:05:32 -07001027 state->ComputeOatSize(method->GetMappingTable(), &first_occurrence);
Elliott Hughesa0e18062012-04-13 15:59:59 -07001028 if (first_occurrence) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001029 state->stats_.pc_mapping_table_bytes += pc_mapping_table_bytes;
1030 }
1031
1032 size_t vmap_table_bytes =
Ian Rogers1809a722013-08-09 22:05:32 -07001033 state->ComputeOatSize(method->GetVmapTable(), &first_occurrence);
Elliott Hughesa0e18062012-04-13 15:59:59 -07001034 if (first_occurrence) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001035 state->stats_.vmap_table_bytes += vmap_table_bytes;
1036 }
1037
Brian Carlstromf8bbb842012-03-14 03:01:42 -07001038 const void* oat_code_begin = state->GetOatCodeBegin(method);
1039 const void* oat_code_end = state->GetOatCodeEnd(method);
Ian Rogersdb7bdc12012-04-09 21:27:15 -07001040 uint32_t oat_code_size = state->GetOatCodeSize(method);
Elliott Hughesa0e18062012-04-13 15:59:59 -07001041 state->ComputeOatSize(oat_code_begin, &first_occurrence);
1042 if (first_occurrence) {
Ian Rogersdb7bdc12012-04-09 21:27:15 -07001043 state->stats_.managed_code_bytes += oat_code_size;
Ian Rogers0d2d3782012-04-10 11:09:18 -07001044 if (method->IsConstructor()) {
1045 if (method->IsStatic()) {
1046 state->stats_.class_initializer_code_bytes += oat_code_size;
1047 } else if (dex_instruction_bytes > kLargeConstructorDexBytes) {
1048 state->stats_.large_initializer_code_bytes += oat_code_size;
1049 }
1050 } else if (dex_instruction_bytes > kLargeMethodDexBytes) {
1051 state->stats_.large_method_code_bytes += oat_code_size;
1052 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001053 }
Ian Rogersdb7bdc12012-04-09 21:27:15 -07001054 state->stats_.managed_code_bytes_ignoring_deduplication += oat_code_size;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001055
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001056 indent_os << StringPrintf("OAT CODE: %p-%p\n", oat_code_begin, oat_code_end);
1057 indent_os << StringPrintf("SIZE: Dex Instructions=%zd GC=%zd Mapping=%zd\n",
1058 dex_instruction_bytes, gc_map_bytes, pc_mapping_table_bytes);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001059
1060 size_t total_size = dex_instruction_bytes + gc_map_bytes + pc_mapping_table_bytes +
Jeff Hao74180ca2013-03-27 15:29:11 -07001061 vmap_table_bytes + oat_code_size + object_bytes;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001062
1063 double expansion =
Ian Rogersdb7bdc12012-04-09 21:27:15 -07001064 static_cast<double>(oat_code_size) / static_cast<double>(dex_instruction_bytes);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001065 state->stats_.ComputeOutliers(total_size, expansion, method);
Brian Carlstrom78128a62011-09-15 17:21:19 -07001066 }
1067 }
Elliott Hughesa0e18062012-04-13 15:59:59 -07001068 state->stats_.Update(ClassHelper(obj_class).GetDescriptor(), object_bytes);
Brian Carlstrom78128a62011-09-15 17:21:19 -07001069 }
Brian Carlstrom27ec9612011-09-19 20:20:38 -07001070
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001071 std::set<const void*> already_seen_;
1072 // Compute the size of the given data within the oat file and whether this is the first time
1073 // this data has been requested
Elliott Hughesa0e18062012-04-13 15:59:59 -07001074 size_t ComputeOatSize(const void* oat_data, bool* first_occurrence) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001075 if (already_seen_.count(oat_data) == 0) {
Elliott Hughesa0e18062012-04-13 15:59:59 -07001076 *first_occurrence = true;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001077 already_seen_.insert(oat_data);
1078 } else {
Elliott Hughesa0e18062012-04-13 15:59:59 -07001079 *first_occurrence = false;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001080 }
1081 return oat_dumper_->ComputeSize(oat_data);
Brian Carlstrom27ec9612011-09-19 20:20:38 -07001082 }
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001083
1084 public:
1085 struct Stats {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001086 size_t oat_file_bytes;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001087 size_t file_bytes;
1088
1089 size_t header_bytes;
1090 size_t object_bytes;
Mathieu Chartier32327092013-08-30 14:04:08 -07001091 size_t bitmap_bytes;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001092 size_t alignment_bytes;
1093
1094 size_t managed_code_bytes;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001095 size_t managed_code_bytes_ignoring_deduplication;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001096 size_t managed_to_native_code_bytes;
1097 size_t native_to_managed_code_bytes;
Ian Rogers0d2d3782012-04-10 11:09:18 -07001098 size_t class_initializer_code_bytes;
1099 size_t large_initializer_code_bytes;
1100 size_t large_method_code_bytes;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001101
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001102 size_t gc_map_bytes;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001103 size_t pc_mapping_table_bytes;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001104 size_t vmap_table_bytes;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001105
1106 size_t dex_instruction_bytes;
1107
Brian Carlstromea46f952013-07-30 01:26:50 -07001108 std::vector<mirror::ArtMethod*> method_outlier;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001109 std::vector<size_t> method_outlier_size;
1110 std::vector<double> method_outlier_expansion;
Ian Rogers05f28c62012-10-23 18:12:13 -07001111 std::vector<std::pair<std::string, size_t> > oat_dex_file_sizes;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001112
1113 explicit Stats()
1114 : oat_file_bytes(0),
1115 file_bytes(0),
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001116 header_bytes(0),
1117 object_bytes(0),
Mathieu Chartier32327092013-08-30 14:04:08 -07001118 bitmap_bytes(0),
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001119 alignment_bytes(0),
1120 managed_code_bytes(0),
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001121 managed_code_bytes_ignoring_deduplication(0),
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001122 managed_to_native_code_bytes(0),
1123 native_to_managed_code_bytes(0),
Ian Rogers0d2d3782012-04-10 11:09:18 -07001124 class_initializer_code_bytes(0),
1125 large_initializer_code_bytes(0),
1126 large_method_code_bytes(0),
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001127 gc_map_bytes(0),
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001128 pc_mapping_table_bytes(0),
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001129 vmap_table_bytes(0),
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001130 dex_instruction_bytes(0) {}
1131
Elliott Hughesa0e18062012-04-13 15:59:59 -07001132 struct SizeAndCount {
1133 SizeAndCount(size_t bytes, size_t count) : bytes(bytes), count(count) {}
1134 size_t bytes;
1135 size_t count;
1136 };
1137 typedef SafeMap<std::string, SizeAndCount> SizeAndCountTable;
1138 SizeAndCountTable sizes_and_counts;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001139
Ian Rogersfc0e94b2013-09-23 23:51:32 -07001140 void Update(const char* descriptor, size_t object_bytes) {
Elliott Hughesa0e18062012-04-13 15:59:59 -07001141 SizeAndCountTable::iterator it = sizes_and_counts.find(descriptor);
1142 if (it != sizes_and_counts.end()) {
1143 it->second.bytes += object_bytes;
1144 it->second.count += 1;
1145 } else {
1146 sizes_and_counts.Put(descriptor, SizeAndCount(object_bytes, 1));
1147 }
1148 }
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001149
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001150 double PercentOfOatBytes(size_t size) {
1151 return (static_cast<double>(size) / static_cast<double>(oat_file_bytes)) * 100;
1152 }
1153
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001154 double PercentOfFileBytes(size_t size) {
1155 return (static_cast<double>(size) / static_cast<double>(file_bytes)) * 100;
1156 }
1157
1158 double PercentOfObjectBytes(size_t size) {
1159 return (static_cast<double>(size) / static_cast<double>(object_bytes)) * 100;
1160 }
1161
Brian Carlstromea46f952013-07-30 01:26:50 -07001162 void ComputeOutliers(size_t total_size, double expansion, mirror::ArtMethod* method) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001163 method_outlier_size.push_back(total_size);
1164 method_outlier_expansion.push_back(expansion);
1165 method_outlier.push_back(method);
1166 }
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001167
Ian Rogers00f7d0e2012-07-19 15:28:27 -07001168 void DumpOutliers(std::ostream& os)
Ian Rogersb726dcb2012-09-05 08:57:23 -07001169 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001170 size_t sum_of_sizes = 0;
1171 size_t sum_of_sizes_squared = 0;
1172 size_t sum_of_expansion = 0;
1173 size_t sum_of_expansion_squared = 0;
1174 size_t n = method_outlier_size.size();
1175 for (size_t i = 0; i < n; i++) {
1176 size_t cur_size = method_outlier_size[i];
1177 sum_of_sizes += cur_size;
1178 sum_of_sizes_squared += cur_size * cur_size;
1179 double cur_expansion = method_outlier_expansion[i];
1180 sum_of_expansion += cur_expansion;
1181 sum_of_expansion_squared += cur_expansion * cur_expansion;
1182 }
1183 size_t size_mean = sum_of_sizes / n;
1184 size_t size_variance = (sum_of_sizes_squared - sum_of_sizes * size_mean) / (n - 1);
1185 double expansion_mean = sum_of_expansion / n;
1186 double expansion_variance =
1187 (sum_of_expansion_squared - sum_of_expansion * expansion_mean) / (n - 1);
1188
1189 // Dump methods whose size is a certain number of standard deviations from the mean
1190 size_t dumped_values = 0;
1191 size_t skipped_values = 0;
1192 for (size_t i = 100; i > 0; i--) { // i is the current number of standard deviations
1193 size_t cur_size_variance = i * i * size_variance;
1194 bool first = true;
1195 for (size_t j = 0; j < n; j++) {
1196 size_t cur_size = method_outlier_size[j];
1197 if (cur_size > size_mean) {
1198 size_t cur_var = cur_size - size_mean;
1199 cur_var = cur_var * cur_var;
1200 if (cur_var > cur_size_variance) {
1201 if (dumped_values > 20) {
1202 if (i == 1) {
1203 skipped_values++;
1204 } else {
1205 i = 2; // jump to counting for 1 standard deviation
1206 break;
1207 }
1208 } else {
1209 if (first) {
Elliott Hughesc073b072012-05-24 19:29:17 -07001210 os << "\nBig methods (size > " << i << " standard deviations the norm):\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001211 first = false;
1212 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001213 os << PrettyMethod(method_outlier[j]) << " requires storage of "
Elliott Hughesc073b072012-05-24 19:29:17 -07001214 << PrettySize(cur_size) << "\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001215 method_outlier_size[j] = 0; // don't consider this method again
1216 dumped_values++;
1217 }
1218 }
1219 }
1220 }
1221 }
1222 if (skipped_values > 0) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001223 os << "... skipped " << skipped_values
Elliott Hughesc073b072012-05-24 19:29:17 -07001224 << " methods with size > 1 standard deviation from the norm\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001225 }
Elliott Hughesc073b072012-05-24 19:29:17 -07001226 os << std::flush;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001227
1228 // Dump methods whose expansion is a certain number of standard deviations from the mean
1229 dumped_values = 0;
1230 skipped_values = 0;
1231 for (size_t i = 10; i > 0; i--) { // i is the current number of standard deviations
1232 double cur_expansion_variance = i * i * expansion_variance;
1233 bool first = true;
1234 for (size_t j = 0; j < n; j++) {
1235 double cur_expansion = method_outlier_expansion[j];
1236 if (cur_expansion > expansion_mean) {
1237 size_t cur_var = cur_expansion - expansion_mean;
1238 cur_var = cur_var * cur_var;
1239 if (cur_var > cur_expansion_variance) {
1240 if (dumped_values > 20) {
1241 if (i == 1) {
1242 skipped_values++;
1243 } else {
1244 i = 2; // jump to counting for 1 standard deviation
1245 break;
1246 }
1247 } else {
1248 if (first) {
1249 os << "\nLarge expansion methods (size > " << i
Elliott Hughesc073b072012-05-24 19:29:17 -07001250 << " standard deviations the norm):\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001251 first = false;
1252 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001253 os << PrettyMethod(method_outlier[j]) << " expanded code by "
Elliott Hughesc073b072012-05-24 19:29:17 -07001254 << cur_expansion << "\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001255 method_outlier_expansion[j] = 0.0; // don't consider this method again
1256 dumped_values++;
1257 }
1258 }
1259 }
1260 }
1261 }
1262 if (skipped_values > 0) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001263 os << "... skipped " << skipped_values
Elliott Hughesc073b072012-05-24 19:29:17 -07001264 << " methods with expansion > 1 standard deviation from the norm\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001265 }
Elliott Hughesc073b072012-05-24 19:29:17 -07001266 os << "\n" << std::flush;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001267 }
1268
Ian Rogersb726dcb2012-09-05 08:57:23 -07001269 void Dump(std::ostream& os) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001270 {
1271 os << "art_file_bytes = " << PrettySize(file_bytes) << "\n\n"
1272 << "art_file_bytes = header_bytes + object_bytes + alignment_bytes\n";
1273 Indenter indent_filter(os.rdbuf(), kIndentChar, kIndentBy1Count);
1274 std::ostream indent_os(&indent_filter);
1275 indent_os << StringPrintf("header_bytes = %8zd (%2.0f%% of art file bytes)\n"
1276 "object_bytes = %8zd (%2.0f%% of art file bytes)\n"
Mathieu Chartier32327092013-08-30 14:04:08 -07001277 "bitmap_bytes = %8zd (%2.0f%% of art file bytes)\n"
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001278 "alignment_bytes = %8zd (%2.0f%% of art file bytes)\n\n",
1279 header_bytes, PercentOfFileBytes(header_bytes),
1280 object_bytes, PercentOfFileBytes(object_bytes),
Mathieu Chartier32327092013-08-30 14:04:08 -07001281 bitmap_bytes, PercentOfFileBytes(bitmap_bytes),
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001282 alignment_bytes, PercentOfFileBytes(alignment_bytes))
1283 << std::flush;
Mathieu Chartier32327092013-08-30 14:04:08 -07001284 CHECK_EQ(file_bytes, bitmap_bytes + header_bytes + object_bytes + alignment_bytes);
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001285 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001286
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001287 os << "object_bytes breakdown:\n";
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001288 size_t object_bytes_total = 0;
Mathieu Chartier02e25112013-08-14 16:14:24 -07001289 for (const auto& sizes_and_count : sizes_and_counts) {
1290 const std::string& descriptor(sizes_and_count.first);
1291 double average = static_cast<double>(sizes_and_count.second.bytes) /
1292 static_cast<double>(sizes_and_count.second.count);
1293 double percent = PercentOfObjectBytes(sizes_and_count.second.bytes);
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001294 os << StringPrintf("%32s %8zd bytes %6zd instances "
Elliott Hughesa0e18062012-04-13 15:59:59 -07001295 "(%4.0f bytes/instance) %2.0f%% of object_bytes\n",
Mathieu Chartier02e25112013-08-14 16:14:24 -07001296 descriptor.c_str(), sizes_and_count.second.bytes,
1297 sizes_and_count.second.count, average, percent);
1298 object_bytes_total += sizes_and_count.second.bytes;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001299 }
Elliott Hughesc073b072012-05-24 19:29:17 -07001300 os << "\n" << std::flush;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001301 CHECK_EQ(object_bytes, object_bytes_total);
1302
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001303 os << StringPrintf("oat_file_bytes = %8zd\n"
1304 "managed_code_bytes = %8zd (%2.0f%% of oat file bytes)\n"
1305 "managed_to_native_code_bytes = %8zd (%2.0f%% of oat file bytes)\n"
1306 "native_to_managed_code_bytes = %8zd (%2.0f%% of oat file bytes)\n\n"
1307 "class_initializer_code_bytes = %8zd (%2.0f%% of oat file bytes)\n"
1308 "large_initializer_code_bytes = %8zd (%2.0f%% of oat file bytes)\n"
1309 "large_method_code_bytes = %8zd (%2.0f%% of oat file bytes)\n\n",
Ian Rogers05f28c62012-10-23 18:12:13 -07001310 oat_file_bytes,
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001311 managed_code_bytes, PercentOfOatBytes(managed_code_bytes),
1312 managed_to_native_code_bytes, PercentOfOatBytes(managed_to_native_code_bytes),
Ian Rogers0d2d3782012-04-10 11:09:18 -07001313 native_to_managed_code_bytes, PercentOfOatBytes(native_to_managed_code_bytes),
1314 class_initializer_code_bytes, PercentOfOatBytes(class_initializer_code_bytes),
1315 large_initializer_code_bytes, PercentOfOatBytes(large_initializer_code_bytes),
1316 large_method_code_bytes, PercentOfOatBytes(large_method_code_bytes))
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001317 << "DexFile sizes:\n";
Mathieu Chartier02e25112013-08-14 16:14:24 -07001318 for (const std::pair<std::string, size_t>& oat_dex_file_size : oat_dex_file_sizes) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001319 os << StringPrintf("%s = %zd (%2.0f%% of oat file bytes)\n",
Mathieu Chartier02e25112013-08-14 16:14:24 -07001320 oat_dex_file_size.first.c_str(), oat_dex_file_size.second,
1321 PercentOfOatBytes(oat_dex_file_size.second));
Ian Rogers05f28c62012-10-23 18:12:13 -07001322 }
1323
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001324 os << "\n" << StringPrintf("gc_map_bytes = %7zd (%2.0f%% of oat file bytes)\n"
1325 "pc_mapping_table_bytes = %7zd (%2.0f%% of oat file bytes)\n"
1326 "vmap_table_bytes = %7zd (%2.0f%% of oat file bytes)\n\n",
Ian Rogers05f28c62012-10-23 18:12:13 -07001327 gc_map_bytes, PercentOfOatBytes(gc_map_bytes),
1328 pc_mapping_table_bytes, PercentOfOatBytes(pc_mapping_table_bytes),
1329 vmap_table_bytes, PercentOfOatBytes(vmap_table_bytes))
Elliott Hughesc073b072012-05-24 19:29:17 -07001330 << std::flush;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001331
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001332 os << StringPrintf("dex_instruction_bytes = %zd\n", dex_instruction_bytes)
1333 << StringPrintf("managed_code_bytes expansion = %.2f (ignoring deduplication %.2f)\n\n",
Elliott Hughesc073b072012-05-24 19:29:17 -07001334 static_cast<double>(managed_code_bytes) / static_cast<double>(dex_instruction_bytes),
1335 static_cast<double>(managed_code_bytes_ignoring_deduplication) /
Elliott Hughescf44e6f2012-05-24 19:42:18 -07001336 static_cast<double>(dex_instruction_bytes))
Elliott Hughesc073b072012-05-24 19:29:17 -07001337 << std::flush;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001338
1339 DumpOutliers(os);
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001340 }
1341 } stats_;
1342
1343 private:
Ian Rogers0d2d3782012-04-10 11:09:18 -07001344 enum {
1345 // Number of bytes for a constructor to be considered large. Based on the 1000 basic block
1346 // threshold, we assume 2 bytes per instruction and 2 instructions per block.
1347 kLargeConstructorDexBytes = 4000,
1348 // Number of bytes for a method to be considered large. Based on the 4000 basic block
1349 // threshold, we assume 2 bytes per instruction and 2 instructions per block.
1350 kLargeMethodDexBytes = 16000
1351 };
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001352 UniquePtr<OatDumper> oat_dumper_;
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001353 std::ostream* os_;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001354 const std::string image_filename_;
1355 const std::string host_prefix_;
Ian Rogers1d54e732013-05-02 21:10:01 -07001356 gc::space::ImageSpace& image_space_;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001357 const ImageHeader& image_header_;
Elliott Hughesd1bb4f62011-09-23 14:09:45 -07001358
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001359 DISALLOW_COPY_AND_ASSIGN(ImageDumper);
Brian Carlstrom78128a62011-09-15 17:21:19 -07001360};
1361
Elliott Hughes72395bf2012-04-24 13:45:26 -07001362static int oatdump(int argc, char** argv) {
Elliott Hughes0d39c122012-06-06 16:41:17 -07001363 InitLogging(argv);
Elliott Hughes72395bf2012-04-24 13:45:26 -07001364
Brian Carlstrom78128a62011-09-15 17:21:19 -07001365 // Skip over argv[0].
1366 argv++;
1367 argc--;
1368
1369 if (argc == 0) {
Brian Carlstromaded5f72011-10-07 17:15:04 -07001370 fprintf(stderr, "No arguments specified\n");
Brian Carlstrom78128a62011-09-15 17:21:19 -07001371 usage();
1372 }
1373
Brian Carlstromaded5f72011-10-07 17:15:04 -07001374 const char* oat_filename = NULL;
Brian Carlstrom78128a62011-09-15 17:21:19 -07001375 const char* image_filename = NULL;
1376 const char* boot_image_filename = NULL;
Logan Chien0cc6ab62012-03-20 22:57:52 +08001377 std::string elf_filename_prefix;
Brian Carlstrom13c492b2012-03-22 17:09:17 -07001378 UniquePtr<std::string> host_prefix;
Brian Carlstrom27ec9612011-09-19 20:20:38 -07001379 std::ostream* os = &std::cout;
1380 UniquePtr<std::ofstream> out;
Brian Carlstrom78128a62011-09-15 17:21:19 -07001381
1382 for (int i = 0; i < argc; i++) {
1383 const StringPiece option(argv[i]);
Brian Carlstroma6cc8932012-01-04 14:44:07 -08001384 if (option.starts_with("--oat-file=")) {
1385 oat_filename = option.substr(strlen("--oat-file=")).data();
Brian Carlstromaded5f72011-10-07 17:15:04 -07001386 } else if (option.starts_with("--image=")) {
Brian Carlstrom78128a62011-09-15 17:21:19 -07001387 image_filename = option.substr(strlen("--image=")).data();
Brian Carlstrome24fa612011-09-29 00:53:55 -07001388 } else if (option.starts_with("--boot-image=")) {
1389 boot_image_filename = option.substr(strlen("--boot-image=")).data();
Brian Carlstrom58ae9412011-10-04 00:56:06 -07001390 } else if (option.starts_with("--host-prefix=")) {
Brian Carlstrom13c492b2012-03-22 17:09:17 -07001391 host_prefix.reset(new std::string(option.substr(strlen("--host-prefix=")).data()));
Brian Carlstrom27ec9612011-09-19 20:20:38 -07001392 } else if (option.starts_with("--output=")) {
1393 const char* filename = option.substr(strlen("--output=")).data();
1394 out.reset(new std::ofstream(filename));
1395 if (!out->good()) {
Brian Carlstromaded5f72011-10-07 17:15:04 -07001396 fprintf(stderr, "Failed to open output filename %s\n", filename);
Brian Carlstrom27ec9612011-09-19 20:20:38 -07001397 usage();
1398 }
1399 os = out.get();
Brian Carlstrom78128a62011-09-15 17:21:19 -07001400 } else {
Brian Carlstromaded5f72011-10-07 17:15:04 -07001401 fprintf(stderr, "Unknown argument %s\n", option.data());
Brian Carlstrom78128a62011-09-15 17:21:19 -07001402 usage();
1403 }
1404 }
1405
Brian Carlstromaded5f72011-10-07 17:15:04 -07001406 if (image_filename == NULL && oat_filename == NULL) {
Elliott Hughes362f9bc2011-10-17 18:56:41 -07001407 fprintf(stderr, "Either --image or --oat must be specified\n");
1408 return EXIT_FAILURE;
Brian Carlstrom78128a62011-09-15 17:21:19 -07001409 }
1410
Brian Carlstromaded5f72011-10-07 17:15:04 -07001411 if (image_filename != NULL && oat_filename != NULL) {
Elliott Hughes362f9bc2011-10-17 18:56:41 -07001412 fprintf(stderr, "Either --image or --oat must be specified but not both\n");
1413 return EXIT_FAILURE;
Brian Carlstromaded5f72011-10-07 17:15:04 -07001414 }
1415
Brian Carlstrom13c492b2012-03-22 17:09:17 -07001416 if (host_prefix.get() == NULL) {
Brian Carlstrom81f3ca12012-03-17 00:27:35 -07001417 const char* android_product_out = getenv("ANDROID_PRODUCT_OUT");
1418 if (android_product_out != NULL) {
Brian Carlstrom13c492b2012-03-22 17:09:17 -07001419 host_prefix.reset(new std::string(android_product_out));
1420 } else {
1421 host_prefix.reset(new std::string(""));
Brian Carlstrom81f3ca12012-03-17 00:27:35 -07001422 }
1423 }
1424
Brian Carlstromaded5f72011-10-07 17:15:04 -07001425 if (oat_filename != NULL) {
Ian Rogers8d31bbd2013-10-13 10:44:14 -07001426 std::string error_msg;
Logan Chien0c717dd2012-03-28 18:31:07 +08001427 OatFile* oat_file =
Ian Rogers8d31bbd2013-10-13 10:44:14 -07001428 OatFile::Open(oat_filename, oat_filename, NULL, false, &error_msg);
Brian Carlstromaded5f72011-10-07 17:15:04 -07001429 if (oat_file == NULL) {
Ian Rogers8d31bbd2013-10-13 10:44:14 -07001430 fprintf(stderr, "Failed to open oat file from '%s': %s\n", oat_filename, error_msg.c_str());
Brian Carlstromaded5f72011-10-07 17:15:04 -07001431 return EXIT_FAILURE;
1432 }
Brian Carlstrom13c492b2012-03-22 17:09:17 -07001433 OatDumper oat_dumper(*host_prefix.get(), *oat_file);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001434 oat_dumper.Dump(*os);
Brian Carlstromaded5f72011-10-07 17:15:04 -07001435 return EXIT_SUCCESS;
1436 }
1437
Brian Carlstrom78128a62011-09-15 17:21:19 -07001438 Runtime::Options options;
1439 std::string image_option;
Brian Carlstrome24fa612011-09-29 00:53:55 -07001440 std::string oat_option;
Brian Carlstrom78128a62011-09-15 17:21:19 -07001441 std::string boot_image_option;
Brian Carlstrome24fa612011-09-29 00:53:55 -07001442 std::string boot_oat_option;
Brian Carlstrom6c871802013-07-17 14:25:35 -07001443
1444 // We are more like a compiler than a run-time. We don't want to execute code.
1445 options.push_back(std::make_pair("compiler", reinterpret_cast<void*>(NULL)));
1446
Brian Carlstrom58ae9412011-10-04 00:56:06 -07001447 if (boot_image_filename != NULL) {
1448 boot_image_option += "-Ximage:";
1449 boot_image_option += boot_image_filename;
1450 options.push_back(std::make_pair(boot_image_option.c_str(), reinterpret_cast<void*>(NULL)));
Brian Carlstrom78128a62011-09-15 17:21:19 -07001451 }
Brian Carlstromaded5f72011-10-07 17:15:04 -07001452 if (image_filename != NULL) {
1453 image_option += "-Ximage:";
1454 image_option += image_filename;
1455 options.push_back(std::make_pair(image_option.c_str(), reinterpret_cast<void*>(NULL)));
1456 }
Brian Carlstrom58ae9412011-10-04 00:56:06 -07001457
Brian Carlstrom13c492b2012-03-22 17:09:17 -07001458 if (!host_prefix->empty()) {
1459 options.push_back(std::make_pair("host-prefix", host_prefix->c_str()));
Brian Carlstrom58ae9412011-10-04 00:56:06 -07001460 }
Brian Carlstrom78128a62011-09-15 17:21:19 -07001461
Ian Rogers00f7d0e2012-07-19 15:28:27 -07001462 if (!Runtime::Create(options, false)) {
Brian Carlstromaded5f72011-10-07 17:15:04 -07001463 fprintf(stderr, "Failed to create runtime\n");
Brian Carlstrom78128a62011-09-15 17:21:19 -07001464 return EXIT_FAILURE;
1465 }
Ian Rogers00f7d0e2012-07-19 15:28:27 -07001466 UniquePtr<Runtime> runtime(Runtime::Current());
1467 // Runtime::Create acquired the mutator_lock_ that is normally given away when we Runtime::Start,
1468 // give it away now and then switch to a more managable ScopedObjectAccess.
1469 Thread::Current()->TransitionFromRunnableToSuspended(kNative);
1470 ScopedObjectAccess soa(Thread::Current());
Brian Carlstrom78128a62011-09-15 17:21:19 -07001471
Ian Rogers1d54e732013-05-02 21:10:01 -07001472 gc::Heap* heap = Runtime::Current()->GetHeap();
1473 gc::space::ImageSpace* image_space = heap->GetImageSpace();
Brian Carlstrom78128a62011-09-15 17:21:19 -07001474 CHECK(image_space != NULL);
1475 const ImageHeader& image_header = image_space->GetImageHeader();
1476 if (!image_header.IsValid()) {
Brian Carlstromaded5f72011-10-07 17:15:04 -07001477 fprintf(stderr, "Invalid image header %s\n", image_filename);
Brian Carlstrom78128a62011-09-15 17:21:19 -07001478 return EXIT_FAILURE;
1479 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001480 ImageDumper image_dumper(os, image_filename, *host_prefix.get(), *image_space, image_header);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001481 image_dumper.Dump();
Brian Carlstrom78128a62011-09-15 17:21:19 -07001482 return EXIT_SUCCESS;
1483}
1484
Brian Carlstrom7934ac22013-07-26 10:54:15 -07001485} // namespace art
Brian Carlstrom78128a62011-09-15 17:21:19 -07001486
1487int main(int argc, char** argv) {
1488 return art::oatdump(argc, argv);
1489}