blob: 69e767dbd37daee88ddc921c2db2c5addbdd14f3 [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>
Igor Murashkin37743352014-11-13 14:38:00 -080022#include <map>
23#include <set>
Brian Carlstrom78128a62011-09-15 17:21:19 -070024#include <string>
Andreas Gampe54fc26c2014-09-04 21:47:42 -070025#include <unordered_map>
Brian Carlstrom78128a62011-09-15 17:21:19 -070026#include <vector>
27
Ian Rogersd582fa42014-11-05 23:46:43 -080028#include "arch/instruction_set_features.h"
Mathieu Chartierc7853442015-03-27 14:35:38 -070029#include "art_field-inl.h"
Mathieu Chartiere401d142015-04-22 13:56:20 -070030#include "art_method-inl.h"
Vladimir Marko10c13562015-11-25 14:33:36 +000031#include "base/stl_util.h"
Elliott Hughes76160052012-12-12 16:31:20 -080032#include "base/unix_file/fd_file.h"
Brian Carlstrom78128a62011-09-15 17:21:19 -070033#include "class_linker.h"
Ian Rogers2dd0e2c2013-01-24 12:42:14 -080034#include "class_linker-inl.h"
Ian Rogers4f6ad8a2013-03-18 15:27:28 -070035#include "dex_file-inl.h"
Elliott Hughese3c845c2012-02-28 17:23:01 -080036#include "dex_instruction.h"
Ian Rogers3a5c1ce2012-02-29 10:06:46 -080037#include "disassembler.h"
Andreas Gampe54fc26c2014-09-04 21:47:42 -070038#include "elf_builder.h"
Ian Rogers2bcb4a42012-11-08 10:39:18 -080039#include "gc_map.h"
Ian Rogers1d54e732013-05-02 21:10:01 -070040#include "gc/space/image_space.h"
41#include "gc/space/large_object_space.h"
42#include "gc/space/space-inl.h"
Brian Carlstrom78128a62011-09-15 17:21:19 -070043#include "image.h"
Ian Rogers2bcb4a42012-11-08 10:39:18 -080044#include "indenter.h"
Vladimir Marko131980f2015-12-03 18:29:23 +000045#include "linker/buffered_output_stream.h"
46#include "linker/file_output_stream.h"
Ian Rogers1809a722013-08-09 22:05:32 -070047#include "mapping_table.h"
Ian Rogers2dd0e2c2013-01-24 12:42:14 -080048#include "mirror/array-inl.h"
49#include "mirror/class-inl.h"
Vladimir Marko05792b92015-08-03 11:56:49 +010050#include "mirror/dex_cache-inl.h"
Ian Rogers2dd0e2c2013-01-24 12:42:14 -080051#include "mirror/object-inl.h"
52#include "mirror/object_array-inl.h"
Brian Carlstrom700c8d32012-11-05 10:42:02 -080053#include "oat.h"
Vladimir Marko8a630572014-04-09 18:45:35 +010054#include "oat_file-inl.h"
Mathieu Chartierf9c6fc62015-10-07 11:44:05 -070055#include "oat_file_manager.h"
Elliott Hughese5448b52012-01-18 16:44:06 -080056#include "os.h"
Elliott Hughesa0e18062012-04-13 15:59:59 -070057#include "safe_map.h"
Ian Rogers00f7d0e2012-07-19 15:28:27 -070058#include "scoped_thread_state_change.h"
Nicolas Geoffray6bc43742015-10-12 18:11:10 +010059#include "stack_map.h"
Andreas Gampe00b25f32014-09-17 21:49:05 -070060#include "ScopedLocalRef.h"
Mathieu Chartierc22c59e2014-02-24 15:16:06 -080061#include "thread_list.h"
Ian Rogersef7d42f2014-01-06 12:55:46 -080062#include "verifier/dex_gc_map.h"
Ian Rogers2bcb4a42012-11-08 10:39:18 -080063#include "verifier/method_verifier.h"
Ian Rogers1809a722013-08-09 22:05:32 -070064#include "vmap_table.h"
Andreas Gampe00b25f32014-09-17 21:49:05 -070065#include "well_known_classes.h"
Brian Carlstrom78128a62011-09-15 17:21:19 -070066
Igor Murashkin37743352014-11-13 14:38:00 -080067#include <sys/stat.h>
68#include "cmdline.h"
Brian Carlstrom78128a62011-09-15 17:21:19 -070069
Igor Murashkin37743352014-11-13 14:38:00 -080070namespace art {
Brian Carlstrom78128a62011-09-15 17:21:19 -070071
Mathieu Chartiere401d142015-04-22 13:56:20 -070072const char* image_methods_descriptions_[] = {
Ian Rogers19846512012-02-24 11:42:47 -080073 "kResolutionMethod",
Jeff Hao88474b42013-10-23 16:24:40 -070074 "kImtConflictMethod",
Mathieu Chartier2d2621a2014-10-23 16:48:06 -070075 "kImtUnimplementedMethod",
Brian Carlstrome24fa612011-09-29 00:53:55 -070076 "kCalleeSaveMethod",
Brian Carlstromaded5f72011-10-07 17:15:04 -070077 "kRefsOnlySaveMethod",
78 "kRefsAndArgsSaveMethod",
Mathieu Chartiere401d142015-04-22 13:56:20 -070079};
80
81const char* image_roots_descriptions_[] = {
Brian Carlstrom58ae9412011-10-04 00:56:06 -070082 "kDexCaches",
Brian Carlstrom34f426c2011-10-04 12:58:02 -070083 "kClassRoots",
Brian Carlstrom78128a62011-09-15 17:21:19 -070084};
85
Mathieu Chartierac8f4392015-08-27 13:54:20 -070086// Map is so that we don't allocate multiple dex files for the same OatDexFile.
87static std::map<const OatFile::OatDexFile*,
88 std::unique_ptr<const DexFile>> opened_dex_files;
89
90const DexFile* OpenDexFile(const OatFile::OatDexFile* oat_dex_file, std::string* error_msg) {
91 DCHECK(oat_dex_file != nullptr);
92 auto it = opened_dex_files.find(oat_dex_file);
93 if (it != opened_dex_files.end()) {
94 return it->second.get();
95 }
96 const DexFile* ret = oat_dex_file->OpenDexFile(error_msg).release();
97 opened_dex_files.emplace(oat_dex_file, std::unique_ptr<const DexFile>(ret));
98 return ret;
99}
100
David Srbeckybc90fd02015-04-22 19:40:27 +0100101class OatSymbolizer FINAL {
Andreas Gampe54fc26c2014-09-04 21:47:42 -0700102 public:
Roland Levillain3887c462015-08-12 18:15:42 +0100103 OatSymbolizer(const OatFile* oat_file, const std::string& output_name) :
David Srbeckybc90fd02015-04-22 19:40:27 +0100104 oat_file_(oat_file), builder_(nullptr),
105 output_name_(output_name.empty() ? "symbolized.oat" : output_name) {
Andreas Gampe54fc26c2014-09-04 21:47:42 -0700106 }
107
108 typedef void (OatSymbolizer::*Callback)(const DexFile::ClassDef&,
109 uint32_t,
110 const OatFile::OatMethod&,
111 const DexFile&,
112 uint32_t,
113 const DexFile::CodeItem*,
114 uint32_t);
115
116 bool Symbolize() {
David Srbecky6d8c8f02015-10-26 10:57:09 +0000117 const InstructionSet isa = oat_file_->GetOatHeader().GetInstructionSet();
118
119 File* elf_file = OS::CreateEmptyFile(output_name_.c_str());
120 std::unique_ptr<BufferedOutputStream> output_stream(
Vladimir Marko10c13562015-11-25 14:33:36 +0000121 MakeUnique<BufferedOutputStream>(MakeUnique<FileOutputStream>(elf_file)));
David Srbecky6d8c8f02015-10-26 10:57:09 +0000122 builder_.reset(new ElfBuilder<ElfTypes32>(isa, output_stream.get()));
123
124 builder_->Start();
125
126 auto* rodata = builder_->GetRoData();
127 auto* text = builder_->GetText();
128 auto* bss = builder_->GetBss();
129 auto* strtab = builder_->GetStrTab();
130 auto* symtab = builder_->GetSymTab();
131
132 rodata->Start();
133 const uint8_t* rodata_begin = oat_file_->Begin();
134 const size_t rodata_size = oat_file_->GetOatHeader().GetExecutableOffset();
135 rodata->WriteFully(rodata_begin, rodata_size);
136 rodata->End();
137
138 text->Start();
139 const uint8_t* text_begin = oat_file_->Begin() + rodata_size;
140 const size_t text_size = oat_file_->End() - text_begin;
141 text->WriteFully(text_begin, text_size);
142 text->End();
143
144 if (oat_file_->BssSize() != 0) {
145 bss->Start();
146 bss->SetSize(oat_file_->BssSize());
147 bss->End();
148 }
149
150 builder_->WriteDynamicSection(elf_file->GetPath());
Andreas Gampe54fc26c2014-09-04 21:47:42 -0700151
152 Walk(&art::OatSymbolizer::RegisterForDedup);
153
154 NormalizeState();
155
David Srbecky6d8c8f02015-10-26 10:57:09 +0000156 strtab->Start();
157 strtab->Write(""); // strtab should start with empty string.
Andreas Gampe54fc26c2014-09-04 21:47:42 -0700158 Walk(&art::OatSymbolizer::AddSymbol);
David Srbecky6d8c8f02015-10-26 10:57:09 +0000159 strtab->End();
Andreas Gampe54fc26c2014-09-04 21:47:42 -0700160
David Srbecky6d8c8f02015-10-26 10:57:09 +0000161 symtab->Start();
162 symtab->Write();
163 symtab->End();
Andreas Gampe54fc26c2014-09-04 21:47:42 -0700164
David Srbecky6d8c8f02015-10-26 10:57:09 +0000165 builder_->End();
Andreas Gampe54fc26c2014-09-04 21:47:42 -0700166
Vladimir Marko10c13562015-11-25 14:33:36 +0000167 return builder_->Good();
Andreas Gampe54fc26c2014-09-04 21:47:42 -0700168 }
169
170 void Walk(Callback callback) {
171 std::vector<const OatFile::OatDexFile*> oat_dex_files = oat_file_->GetOatDexFiles();
172 for (size_t i = 0; i < oat_dex_files.size(); i++) {
173 const OatFile::OatDexFile* oat_dex_file = oat_dex_files[i];
Mathieu Chartier2cebb242015-04-21 16:50:40 -0700174 CHECK(oat_dex_file != nullptr);
Andreas Gampe54fc26c2014-09-04 21:47:42 -0700175 WalkOatDexFile(oat_dex_file, callback);
176 }
177 }
178
179 void WalkOatDexFile(const OatFile::OatDexFile* oat_dex_file, Callback callback) {
180 std::string error_msg;
Mathieu Chartierac8f4392015-08-27 13:54:20 -0700181 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg);
182 if (dex_file == nullptr) {
Andreas Gampe54fc26c2014-09-04 21:47:42 -0700183 return;
184 }
185 for (size_t class_def_index = 0;
186 class_def_index < dex_file->NumClassDefs();
187 class_def_index++) {
188 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index);
189 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index);
190 OatClassType type = oat_class.GetType();
191 switch (type) {
192 case kOatClassAllCompiled:
193 case kOatClassSomeCompiled:
Mathieu Chartierac8f4392015-08-27 13:54:20 -0700194 WalkOatClass(oat_class, *dex_file, class_def, callback);
Andreas Gampe54fc26c2014-09-04 21:47:42 -0700195 break;
196
197 case kOatClassNoneCompiled:
198 case kOatClassMax:
199 // Ignore.
200 break;
201 }
202 }
203 }
204
205 void WalkOatClass(const OatFile::OatClass& oat_class, const DexFile& dex_file,
206 const DexFile::ClassDef& class_def, Callback callback) {
Ian Rogers13735952014-10-08 12:43:28 -0700207 const uint8_t* class_data = dex_file.GetClassData(class_def);
Andreas Gampe54fc26c2014-09-04 21:47:42 -0700208 if (class_data == nullptr) { // empty class such as a marker interface?
209 return;
210 }
211 // Note: even if this is an interface or a native class, we still have to walk it, as there
212 // might be a static initializer.
213 ClassDataItemIterator it(dex_file, class_data);
214 SkipAllFields(&it);
215 uint32_t class_method_idx = 0;
216 while (it.HasNextDirectMethod()) {
217 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_idx);
218 WalkOatMethod(class_def, class_method_idx, oat_method, dex_file, it.GetMemberIndex(),
Andreas Gampe51829322014-08-25 15:05:04 -0700219 it.GetMethodCodeItem(), it.GetMethodAccessFlags(), callback);
Andreas Gampe54fc26c2014-09-04 21:47:42 -0700220 class_method_idx++;
221 it.Next();
222 }
223 while (it.HasNextVirtualMethod()) {
224 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_idx);
225 WalkOatMethod(class_def, class_method_idx, oat_method, dex_file, it.GetMemberIndex(),
Andreas Gampe51829322014-08-25 15:05:04 -0700226 it.GetMethodCodeItem(), it.GetMethodAccessFlags(), callback);
Andreas Gampe54fc26c2014-09-04 21:47:42 -0700227 class_method_idx++;
228 it.Next();
229 }
230 DCHECK(!it.HasNext());
231 }
232
233 void WalkOatMethod(const DexFile::ClassDef& class_def, uint32_t class_method_index,
234 const OatFile::OatMethod& oat_method, const DexFile& dex_file,
235 uint32_t dex_method_idx, const DexFile::CodeItem* code_item,
236 uint32_t method_access_flags, Callback callback) {
237 if ((method_access_flags & kAccAbstract) != 0) {
238 // Abstract method, no code.
239 return;
240 }
241 if (oat_method.GetCodeOffset() == 0) {
242 // No code.
243 return;
244 }
245
246 (this->*callback)(class_def, class_method_index, oat_method, dex_file, dex_method_idx, code_item,
247 method_access_flags);
248 }
249
Ian Rogers6a3c1fc2014-10-31 00:33:20 -0700250 void RegisterForDedup(const DexFile::ClassDef& class_def ATTRIBUTE_UNUSED,
251 uint32_t class_method_index ATTRIBUTE_UNUSED,
252 const OatFile::OatMethod& oat_method,
253 const DexFile& dex_file ATTRIBUTE_UNUSED,
254 uint32_t dex_method_idx ATTRIBUTE_UNUSED,
255 const DexFile::CodeItem* code_item ATTRIBUTE_UNUSED,
256 uint32_t method_access_flags ATTRIBUTE_UNUSED) {
Andreas Gampe54fc26c2014-09-04 21:47:42 -0700257 state_[oat_method.GetCodeOffset()]++;
258 }
259
260 void NormalizeState() {
261 for (auto& x : state_) {
262 if (x.second == 1) {
263 state_[x.first] = 0;
264 }
265 }
266 }
267
268 enum class DedupState { // private
269 kNotDeduplicated,
270 kDeduplicatedFirst,
271 kDeduplicatedOther
272 };
273 DedupState IsDuplicated(uint32_t offset) {
274 if (state_[offset] == 0) {
275 return DedupState::kNotDeduplicated;
276 }
277 if (state_[offset] == 1) {
278 return DedupState::kDeduplicatedOther;
279 }
280 state_[offset] = 1;
281 return DedupState::kDeduplicatedFirst;
282 }
283
Ian Rogers6a3c1fc2014-10-31 00:33:20 -0700284 void AddSymbol(const DexFile::ClassDef& class_def ATTRIBUTE_UNUSED,
285 uint32_t class_method_index ATTRIBUTE_UNUSED,
286 const OatFile::OatMethod& oat_method,
287 const DexFile& dex_file,
288 uint32_t dex_method_idx,
289 const DexFile::CodeItem* code_item ATTRIBUTE_UNUSED,
290 uint32_t method_access_flags ATTRIBUTE_UNUSED) {
Andreas Gampe54fc26c2014-09-04 21:47:42 -0700291 DedupState dedup = IsDuplicated(oat_method.GetCodeOffset());
292 if (dedup != DedupState::kDeduplicatedOther) {
293 std::string pretty_name = PrettyMethod(dex_method_idx, dex_file, true);
294
295 if (dedup == DedupState::kDeduplicatedFirst) {
296 pretty_name = "[Dedup]" + pretty_name;
297 }
298
David Srbecky6d8c8f02015-10-26 10:57:09 +0000299 int name_offset = builder_->GetStrTab()->Write(pretty_name);
300 builder_->GetSymTab()->Add(name_offset, builder_->GetText(),
Ian Rogers0279ebb2014-10-08 17:27:48 -0700301 oat_method.GetCodeOffset() - oat_file_->GetOatHeader().GetExecutableOffset(),
302 true, oat_method.GetQuickCodeSize(), STB_GLOBAL, STT_FUNC);
Andreas Gampe54fc26c2014-09-04 21:47:42 -0700303 }
304 }
305
Andreas Gampe54fc26c2014-09-04 21:47:42 -0700306 private:
307 static void SkipAllFields(ClassDataItemIterator* it) {
308 while (it->HasNextStaticField()) {
309 it->Next();
310 }
311 while (it->HasNextInstanceField()) {
312 it->Next();
313 }
314 }
315
316 const OatFile* oat_file_;
David Srbecky533c2072015-04-22 12:20:22 +0100317 std::unique_ptr<ElfBuilder<ElfTypes32> > builder_;
Andreas Gampe54fc26c2014-09-04 21:47:42 -0700318 std::unordered_map<uint32_t, uint32_t> state_;
Ian Rogers0279ebb2014-10-08 17:27:48 -0700319 const std::string output_name_;
Andreas Gampe54fc26c2014-09-04 21:47:42 -0700320};
321
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700322class OatDumperOptions {
323 public:
324 OatDumperOptions(bool dump_raw_mapping_table,
325 bool dump_raw_gc_map,
326 bool dump_vmap,
Roland Levillainf2650d12015-05-28 14:53:28 +0100327 bool dump_code_info_stack_maps,
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700328 bool disassemble_code,
Andreas Gampe00b25f32014-09-17 21:49:05 -0700329 bool absolute_addresses,
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800330 const char* class_filter,
331 const char* method_filter,
332 bool list_classes,
333 bool list_methods,
334 const char* export_dex_location,
335 uint32_t addr2instr)
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700336 : dump_raw_mapping_table_(dump_raw_mapping_table),
337 dump_raw_gc_map_(dump_raw_gc_map),
338 dump_vmap_(dump_vmap),
Roland Levillainf2650d12015-05-28 14:53:28 +0100339 dump_code_info_stack_maps_(dump_code_info_stack_maps),
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700340 disassemble_code_(disassemble_code),
Andreas Gampe00b25f32014-09-17 21:49:05 -0700341 absolute_addresses_(absolute_addresses),
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800342 class_filter_(class_filter),
Nicolas Geoffray3fcd2202014-11-12 18:02:36 +0000343 method_filter_(method_filter),
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800344 list_classes_(list_classes),
345 list_methods_(list_methods),
346 export_dex_location_(export_dex_location),
347 addr2instr_(addr2instr),
Igor Murashkin37743352014-11-13 14:38:00 -0800348 class_loader_(nullptr) {}
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700349
350 const bool dump_raw_mapping_table_;
351 const bool dump_raw_gc_map_;
352 const bool dump_vmap_;
Roland Levillainf2650d12015-05-28 14:53:28 +0100353 const bool dump_code_info_stack_maps_;
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700354 const bool disassemble_code_;
355 const bool absolute_addresses_;
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800356 const char* const class_filter_;
Nicolas Geoffray3fcd2202014-11-12 18:02:36 +0000357 const char* const method_filter_;
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800358 const bool list_classes_;
359 const bool list_methods_;
360 const char* const export_dex_location_;
361 uint32_t addr2instr_;
Andreas Gampe00b25f32014-09-17 21:49:05 -0700362 Handle<mirror::ClassLoader>* class_loader_;
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700363};
364
Elliott Hughese3c845c2012-02-28 17:23:01 -0800365class OatDumper {
Brian Carlstromaded5f72011-10-07 17:15:04 -0700366 public:
Roland Levillain3887c462015-08-12 18:15:42 +0100367 OatDumper(const OatFile& oat_file, const OatDumperOptions& options)
Nicolas Geoffray9583fbc2014-02-28 15:21:07 +0000368 : oat_file_(oat_file),
Elliott Hughesa72ec822012-03-05 17:12:22 -0800369 oat_dex_files_(oat_file.GetOatDexFiles()),
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700370 options_(options),
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800371 resolved_addr2instr_(0),
Mathieu Chartiera7dd0382014-11-20 17:08:58 -0800372 instruction_set_(oat_file_.GetOatHeader().GetInstructionSet()),
373 disassembler_(Disassembler::Create(instruction_set_,
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800374 new DisassemblerOptions(options_.absolute_addresses_,
Alexandre Ramesa37d9252014-10-27 11:28:14 +0000375 oat_file.Begin(),
Alexandre Rameseb7b7392015-06-19 14:47:01 +0100376 true /* can_read_literals_ */))) {
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800377 CHECK(options_.class_loader_ != nullptr);
378 CHECK(options_.class_filter_ != nullptr);
379 CHECK(options_.method_filter_ != nullptr);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800380 AddAllOffsets();
381 }
382
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700383 ~OatDumper() {
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700384 delete disassembler_;
385 }
386
Mathieu Chartiera7dd0382014-11-20 17:08:58 -0800387 InstructionSet GetInstructionSet() {
388 return instruction_set_;
389 }
390
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700391 bool Dump(std::ostream& os) {
392 bool success = true;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800393 const OatHeader& oat_header = oat_file_.GetOatHeader();
Brian Carlstromaded5f72011-10-07 17:15:04 -0700394
395 os << "MAGIC:\n";
396 os << oat_header.GetMagic() << "\n\n";
397
398 os << "CHECKSUM:\n";
Elliott Hughesed2adb62012-02-29 14:41:01 -0800399 os << StringPrintf("0x%08x\n\n", oat_header.GetChecksum());
Brian Carlstromaded5f72011-10-07 17:15:04 -0700400
Elliott Hughesa72ec822012-03-05 17:12:22 -0800401 os << "INSTRUCTION SET:\n";
402 os << oat_header.GetInstructionSet() << "\n\n";
403
Ian Rogers6f3dbba2014-10-14 17:41:57 -0700404 {
405 std::unique_ptr<const InstructionSetFeatures> features(
406 InstructionSetFeatures::FromBitmap(oat_header.GetInstructionSet(),
407 oat_header.GetInstructionSetFeaturesBitmap()));
408 os << "INSTRUCTION SET FEATURES:\n";
409 os << features->GetFeatureString() << "\n\n";
410 }
Dave Allison70202782013-10-22 17:52:19 -0700411
Brian Carlstromaded5f72011-10-07 17:15:04 -0700412 os << "DEX FILE COUNT:\n";
413 os << oat_header.GetDexFileCount() << "\n\n";
414
Brian Carlstrom2ec65202014-03-03 15:16:37 -0800415#define DUMP_OAT_HEADER_OFFSET(label, offset) \
416 os << label " OFFSET:\n"; \
417 os << StringPrintf("0x%08x", oat_header.offset()); \
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800418 if (oat_header.offset() != 0 && options_.absolute_addresses_) { \
Brian Carlstrom2ec65202014-03-03 15:16:37 -0800419 os << StringPrintf(" (%p)", oat_file_.Begin() + oat_header.offset()); \
420 } \
421 os << StringPrintf("\n\n");
422
423 DUMP_OAT_HEADER_OFFSET("EXECUTABLE", GetExecutableOffset);
424 DUMP_OAT_HEADER_OFFSET("INTERPRETER TO INTERPRETER BRIDGE",
425 GetInterpreterToInterpreterBridgeOffset);
426 DUMP_OAT_HEADER_OFFSET("INTERPRETER TO COMPILED CODE BRIDGE",
427 GetInterpreterToCompiledCodeBridgeOffset);
428 DUMP_OAT_HEADER_OFFSET("JNI DLSYM LOOKUP",
429 GetJniDlsymLookupOffset);
Brian Carlstrom2ec65202014-03-03 15:16:37 -0800430 DUMP_OAT_HEADER_OFFSET("QUICK GENERIC JNI TRAMPOLINE",
431 GetQuickGenericJniTrampolineOffset);
432 DUMP_OAT_HEADER_OFFSET("QUICK IMT CONFLICT TRAMPOLINE",
433 GetQuickImtConflictTrampolineOffset);
434 DUMP_OAT_HEADER_OFFSET("QUICK RESOLUTION TRAMPOLINE",
435 GetQuickResolutionTrampolineOffset);
436 DUMP_OAT_HEADER_OFFSET("QUICK TO INTERPRETER BRIDGE",
437 GetQuickToInterpreterBridgeOffset);
438#undef DUMP_OAT_HEADER_OFFSET
Brian Carlstromaded5f72011-10-07 17:15:04 -0700439
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700440 os << "IMAGE PATCH DELTA:\n";
441 os << StringPrintf("%d (0x%08x)\n\n",
442 oat_header.GetImagePatchDelta(),
443 oat_header.GetImagePatchDelta());
Alex Lighta59dd802014-07-02 16:28:08 -0700444
Brian Carlstrom28db0122012-10-18 16:20:41 -0700445 os << "IMAGE FILE LOCATION OAT CHECKSUM:\n";
446 os << StringPrintf("0x%08x\n\n", oat_header.GetImageFileLocationOatChecksum());
447
448 os << "IMAGE FILE LOCATION OAT BEGIN:\n";
Brian Carlstrom700c8d32012-11-05 10:42:02 -0800449 os << StringPrintf("0x%08x\n\n", oat_header.GetImageFileLocationOatDataBegin());
Brian Carlstrom81f3ca12012-03-17 00:27:35 -0700450
Andreas Gampe22f8e5c2014-07-09 11:38:21 -0700451 // Print the key-value store.
452 {
453 os << "KEY VALUE STORE:\n";
454 size_t index = 0;
455 const char* key;
456 const char* value;
457 while (oat_header.GetStoreKeyValuePairByIndex(index, &key, &value)) {
458 os << key << " = " << value << "\n";
459 index++;
460 }
461 os << "\n";
462 }
Brian Carlstrom81f3ca12012-03-17 00:27:35 -0700463
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800464 if (options_.absolute_addresses_) {
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700465 os << "BEGIN:\n";
466 os << reinterpret_cast<const void*>(oat_file_.Begin()) << "\n\n";
Brian Carlstromaded5f72011-10-07 17:15:04 -0700467
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700468 os << "END:\n";
469 os << reinterpret_cast<const void*>(oat_file_.End()) << "\n\n";
470 }
471
472 os << "SIZE:\n";
473 os << oat_file_.Size() << "\n\n";
Brian Carlstromaded5f72011-10-07 17:15:04 -0700474
475 os << std::flush;
476
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800477 // If set, adjust relative address to be searched
478 if (options_.addr2instr_ != 0) {
479 resolved_addr2instr_ = options_.addr2instr_ + oat_header.GetExecutableOffset();
480 os << "SEARCH ADDRESS (executable offset + input):\n";
481 os << StringPrintf("0x%08x\n\n", resolved_addr2instr_);
482 }
483
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800484 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
485 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
Andreas Gampe2ed8def2014-08-28 14:41:02 -0700486 CHECK(oat_dex_file != nullptr);
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800487
488 // If file export selected skip file analysis
489 if (options_.export_dex_location_) {
490 if (!ExportDexFile(os, *oat_dex_file)) {
491 success = false;
492 }
493 } else {
494 if (!DumpOatDexFile(os, *oat_dex_file)) {
495 success = false;
496 }
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700497 }
Brian Carlstromaded5f72011-10-07 17:15:04 -0700498 }
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700499 os << std::flush;
500 return success;
Brian Carlstromaded5f72011-10-07 17:15:04 -0700501 }
502
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800503 size_t ComputeSize(const void* oat_data) {
Ian Rogers13735952014-10-08 12:43:28 -0700504 if (reinterpret_cast<const uint8_t*>(oat_data) < oat_file_.Begin() ||
505 reinterpret_cast<const uint8_t*>(oat_data) > oat_file_.End()) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800506 return 0; // Address not in oat file
507 }
Ian Rogersef7d42f2014-01-06 12:55:46 -0800508 uintptr_t begin_offset = reinterpret_cast<uintptr_t>(oat_data) -
509 reinterpret_cast<uintptr_t>(oat_file_.Begin());
510 auto it = offsets_.upper_bound(begin_offset);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800511 CHECK(it != offsets_.end());
Ian Rogersef7d42f2014-01-06 12:55:46 -0800512 uintptr_t end_offset = *it;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800513 return end_offset - begin_offset;
514 }
515
Mathieu Chartiera7dd0382014-11-20 17:08:58 -0800516 InstructionSet GetOatInstructionSet() {
Brian Carlstromf8bbb842012-03-14 03:01:42 -0700517 return oat_file_.GetOatHeader().GetInstructionSet();
518 }
519
Mathieu Chartier90443472015-07-16 20:32:27 -0700520 const void* GetQuickOatCode(ArtMethod* m) SHARED_REQUIRES(Locks::mutator_lock_) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800521 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
522 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
Ian Rogers8d31bbd2013-10-13 10:44:14 -0700523 CHECK(oat_dex_file != nullptr);
524 std::string error_msg;
Mathieu Chartierac8f4392015-08-27 13:54:20 -0700525 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg);
526 if (dex_file == nullptr) {
Ian Rogers8d31bbd2013-10-13 10:44:14 -0700527 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation()
528 << "': " << error_msg;
529 } else {
Mathieu Chartiere7c9a8c2014-11-06 16:35:45 -0800530 const char* descriptor = m->GetDeclaringClassDescriptor();
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700531 const DexFile::ClassDef* class_def =
Mathieu Chartiere7c9a8c2014-11-06 16:35:45 -0800532 dex_file->FindClassDef(descriptor, ComputeModifiedUtf8Hash(descriptor));
Andreas Gampe2ed8def2014-08-28 14:41:02 -0700533 if (class_def != nullptr) {
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700534 uint16_t class_def_index = dex_file->GetIndexForClassDef(*class_def);
Vladimir Markod3c5beb2014-04-11 16:32:51 +0100535 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800536 size_t method_index = m->GetMethodIndex();
Vladimir Markod3c5beb2014-04-11 16:32:51 +0100537 return oat_class.GetOatMethod(method_index).GetQuickCode();
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800538 }
539 }
540 }
Andreas Gampe2ed8def2014-08-28 14:41:02 -0700541 return nullptr;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800542 }
543
Brian Carlstromaded5f72011-10-07 17:15:04 -0700544 private:
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800545 void AddAllOffsets() {
Elliott Hughese3c845c2012-02-28 17:23:01 -0800546 // We don't know the length of the code for each method, but we need to know where to stop
547 // when disassembling. What we do know is that a region of code will be followed by some other
548 // region, so if we keep a sorted sequence of the start of each region, we can infer the length
549 // of a piece of code by using upper_bound to find the start of the next region.
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800550 for (size_t i = 0; i < oat_dex_files_.size(); i++) {
551 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
Andreas Gampe2ed8def2014-08-28 14:41:02 -0700552 CHECK(oat_dex_file != nullptr);
Ian Rogers8d31bbd2013-10-13 10:44:14 -0700553 std::string error_msg;
Mathieu Chartierac8f4392015-08-27 13:54:20 -0700554 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg);
555 if (dex_file == nullptr) {
Ian Rogers8d31bbd2013-10-13 10:44:14 -0700556 LOG(WARNING) << "Failed to open dex file '" << oat_dex_file->GetDexFileLocation()
557 << "': " << error_msg;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -0800558 continue;
Elliott Hughese3c845c2012-02-28 17:23:01 -0800559 }
Ian Rogersef7d42f2014-01-06 12:55:46 -0800560 offsets_.insert(reinterpret_cast<uintptr_t>(&dex_file->GetHeader()));
Brian Carlstrom2ec65202014-03-03 15:16:37 -0800561 for (size_t class_def_index = 0;
562 class_def_index < dex_file->NumClassDefs();
563 class_def_index++) {
Elliott Hughese3c845c2012-02-28 17:23:01 -0800564 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index);
Vladimir Markod3c5beb2014-04-11 16:32:51 +0100565 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index);
Ian Rogers13735952014-10-08 12:43:28 -0700566 const uint8_t* class_data = dex_file->GetClassData(class_def);
Andreas Gampe2ed8def2014-08-28 14:41:02 -0700567 if (class_data != nullptr) {
Elliott Hughese3c845c2012-02-28 17:23:01 -0800568 ClassDataItemIterator it(*dex_file, class_data);
569 SkipAllFields(it);
570 uint32_t class_method_index = 0;
571 while (it.HasNextDirectMethod()) {
Vladimir Markod3c5beb2014-04-11 16:32:51 +0100572 AddOffsets(oat_class.GetOatMethod(class_method_index++));
Elliott Hughese3c845c2012-02-28 17:23:01 -0800573 it.Next();
574 }
575 while (it.HasNextVirtualMethod()) {
Vladimir Markod3c5beb2014-04-11 16:32:51 +0100576 AddOffsets(oat_class.GetOatMethod(class_method_index++));
Elliott Hughese3c845c2012-02-28 17:23:01 -0800577 it.Next();
578 }
579 }
580 }
581 }
582
583 // If the last thing in the file is code for a method, there won't be an offset for the "next"
584 // thing. Instead of having a special case in the upper_bound code, let's just add an entry
585 // for the end of the file.
Ian Rogersef7d42f2014-01-06 12:55:46 -0800586 offsets_.insert(oat_file_.Size());
Elliott Hughese3c845c2012-02-28 17:23:01 -0800587 }
588
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700589 static uint32_t AlignCodeOffset(uint32_t maybe_thumb_offset) {
590 return maybe_thumb_offset & ~0x1; // TODO: Make this Thumb2 specific.
591 }
592
Elliott Hughese3c845c2012-02-28 17:23:01 -0800593 void AddOffsets(const OatFile::OatMethod& oat_method) {
Brian Carlstrom95ba0dc2012-03-05 22:06:14 -0800594 uint32_t code_offset = oat_method.GetCodeOffset();
595 if (oat_file_.GetOatHeader().GetInstructionSet() == kThumb2) {
596 code_offset &= ~0x1;
597 }
598 offsets_.insert(code_offset);
Elliott Hughese3c845c2012-02-28 17:23:01 -0800599 offsets_.insert(oat_method.GetMappingTableOffset());
600 offsets_.insert(oat_method.GetVmapTableOffset());
Mathieu Chartier957ca1c2014-11-21 16:51:29 -0800601 offsets_.insert(oat_method.GetGcMapOffset());
Elliott Hughese3c845c2012-02-28 17:23:01 -0800602 }
603
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700604 bool DumpOatDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) {
605 bool success = true;
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800606 bool stop_analysis = false;
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700607 os << "OatDexFile:\n";
Brian Carlstroma004aa92012-02-08 18:05:09 -0800608 os << StringPrintf("location: %s\n", oat_dex_file.GetDexFileLocation().c_str());
Elliott Hughesed2adb62012-02-29 14:41:01 -0800609 os << StringPrintf("checksum: 0x%08x\n", oat_dex_file.GetDexFileLocationChecksum());
Mathieu Chartier590fee92013-09-13 13:46:47 -0700610
611 // Create the verifier early.
612
Ian Rogers8d31bbd2013-10-13 10:44:14 -0700613 std::string error_msg;
Mathieu Chartierac8f4392015-08-27 13:54:20 -0700614 const DexFile* const dex_file = OpenDexFile(&oat_dex_file, &error_msg);
615 if (dex_file == nullptr) {
Ian Rogers8d31bbd2013-10-13 10:44:14 -0700616 os << "NOT FOUND: " << error_msg << "\n\n";
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700617 os << std::flush;
618 return false;
Brian Carlstromaded5f72011-10-07 17:15:04 -0700619 }
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100620
621 VariableIndentationOutputStream vios(&os);
622 ScopedIndentation indent1(&vios);
Brian Carlstrom2ec65202014-03-03 15:16:37 -0800623 for (size_t class_def_index = 0;
624 class_def_index < dex_file->NumClassDefs();
625 class_def_index++) {
Brian Carlstromaded5f72011-10-07 17:15:04 -0700626 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index);
627 const char* descriptor = dex_file->GetClassDescriptor(class_def);
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800628
629 // TODO: Support regex
630 if (DescriptorToDot(descriptor).find(options_.class_filter_) == std::string::npos) {
631 continue;
632 }
633
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700634 uint32_t oat_class_offset = oat_dex_file.GetOatClassOffset(class_def_index);
Vladimir Markod3c5beb2014-04-11 16:32:51 +0100635 const OatFile::OatClass oat_class = oat_dex_file.GetOatClass(class_def_index);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700636 os << StringPrintf("%zd: %s (offset=0x%08x) (type_idx=%d)",
637 class_def_index, descriptor, oat_class_offset, class_def.class_idx_)
Vladimir Markod3c5beb2014-04-11 16:32:51 +0100638 << " (" << oat_class.GetStatus() << ")"
639 << " (" << oat_class.GetType() << ")\n";
640 // TODO: include bitmap here if type is kOatClassSomeCompiled?
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800641 if (options_.list_classes_) continue;
Mathieu Chartierac8f4392015-08-27 13:54:20 -0700642 if (!DumpOatClass(&vios, oat_class, *dex_file, class_def, &stop_analysis)) {
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700643 success = false;
644 }
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800645 if (stop_analysis) {
646 os << std::flush;
647 return success;
648 }
Brian Carlstromaded5f72011-10-07 17:15:04 -0700649 }
650
651 os << std::flush;
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700652 return success;
Brian Carlstromaded5f72011-10-07 17:15:04 -0700653 }
654
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800655 bool ExportDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) {
656 std::string error_msg;
657 std::string dex_file_location = oat_dex_file.GetDexFileLocation();
658
Mathieu Chartierac8f4392015-08-27 13:54:20 -0700659 const DexFile* const dex_file = OpenDexFile(&oat_dex_file, &error_msg);
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800660 if (dex_file == nullptr) {
661 os << "Failed to open dex file '" << dex_file_location << "': " << error_msg;
662 return false;
663 }
664 size_t fsize = oat_dex_file.FileSize();
665
666 // Some quick checks just in case
667 if (fsize == 0 || fsize < sizeof(DexFile::Header)) {
668 os << "Invalid dex file\n";
669 return false;
670 }
671
672 // Verify output directory exists
673 if (!OS::DirectoryExists(options_.export_dex_location_)) {
674 // TODO: Extend OS::DirectoryExists if symlink support is required
675 os << options_.export_dex_location_ << " output directory not found or symlink\n";
676 return false;
677 }
678
679 // Beautify path names
680 if (dex_file_location.size() > PATH_MAX || dex_file_location.size() <= 0) {
681 return false;
682 }
683
684 std::string dex_orig_name;
685 size_t dex_orig_pos = dex_file_location.rfind('/');
686 if (dex_orig_pos == std::string::npos)
687 dex_orig_name = dex_file_location;
688 else
689 dex_orig_name = dex_file_location.substr(dex_orig_pos + 1);
690
691 // A more elegant approach to efficiently name user installed apps is welcome
692 if (dex_orig_name.size() == 8 && !dex_orig_name.compare("base.apk")) {
693 dex_file_location.erase(dex_orig_pos, strlen("base.apk") + 1);
694 size_t apk_orig_pos = dex_file_location.rfind('/');
695 if (apk_orig_pos != std::string::npos) {
696 dex_orig_name = dex_file_location.substr(++apk_orig_pos);
697 }
698 }
699
700 std::string out_dex_path(options_.export_dex_location_);
701 if (out_dex_path.back() != '/') {
702 out_dex_path.append("/");
703 }
704 out_dex_path.append(dex_orig_name);
705 out_dex_path.append("_export.dex");
706 if (out_dex_path.length() > PATH_MAX) {
707 return false;
708 }
709
710 std::unique_ptr<File> file(OS::CreateEmptyFile(out_dex_path.c_str()));
711 if (file.get() == nullptr) {
712 os << "Failed to open output dex file " << out_dex_path;
713 return false;
714 }
715
716 if (!file->WriteFully(dex_file->Begin(), fsize)) {
717 os << "Failed to write dex file";
718 file->Erase();
719 return false;
720 }
721
722 if (file->FlushCloseOrErase() != 0) {
723 os << "Flush and close failed";
724 return false;
725 }
726
727 os << StringPrintf("Dex file exported at %s (%zd bytes)\n", out_dex_path.c_str(), fsize);
728 os << std::flush;
729
730 return true;
731 }
732
Elliott Hughese3c845c2012-02-28 17:23:01 -0800733 static void SkipAllFields(ClassDataItemIterator& it) {
Ian Rogers0571d352011-11-03 19:51:38 -0700734 while (it.HasNextStaticField()) {
735 it.Next();
Brian Carlstromaded5f72011-10-07 17:15:04 -0700736 }
Ian Rogers0571d352011-11-03 19:51:38 -0700737 while (it.HasNextInstanceField()) {
738 it.Next();
Brian Carlstromaded5f72011-10-07 17:15:04 -0700739 }
Elliott Hughese3c845c2012-02-28 17:23:01 -0800740 }
Brian Carlstromaded5f72011-10-07 17:15:04 -0700741
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100742 bool DumpOatClass(VariableIndentationOutputStream* vios,
743 const OatFile::OatClass& oat_class, const DexFile& dex_file,
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800744 const DexFile::ClassDef& class_def, bool* stop_analysis) {
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700745 bool success = true;
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800746 bool addr_found = false;
Ian Rogers13735952014-10-08 12:43:28 -0700747 const uint8_t* class_data = dex_file.GetClassData(class_def);
Andreas Gampe2ed8def2014-08-28 14:41:02 -0700748 if (class_data == nullptr) { // empty class such as a marker interface?
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100749 vios->Stream() << std::flush;
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700750 return success;
Elliott Hughese3c845c2012-02-28 17:23:01 -0800751 }
752 ClassDataItemIterator it(dex_file, class_data);
753 SkipAllFields(it);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700754 uint32_t class_method_index = 0;
Ian Rogers0571d352011-11-03 19:51:38 -0700755 while (it.HasNextDirectMethod()) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100756 if (!DumpOatMethod(vios, class_def, class_method_index, oat_class, dex_file,
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700757 it.GetMemberIndex(), it.GetMethodCodeItem(),
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800758 it.GetRawMemberAccessFlags(), &addr_found)) {
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700759 success = false;
760 }
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800761 if (addr_found) {
762 *stop_analysis = true;
763 return success;
764 }
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700765 class_method_index++;
Ian Rogers0571d352011-11-03 19:51:38 -0700766 it.Next();
Brian Carlstromaded5f72011-10-07 17:15:04 -0700767 }
Ian Rogers0571d352011-11-03 19:51:38 -0700768 while (it.HasNextVirtualMethod()) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100769 if (!DumpOatMethod(vios, class_def, class_method_index, oat_class, dex_file,
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700770 it.GetMemberIndex(), it.GetMethodCodeItem(),
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800771 it.GetRawMemberAccessFlags(), &addr_found)) {
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700772 success = false;
773 }
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800774 if (addr_found) {
775 *stop_analysis = true;
776 return success;
777 }
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700778 class_method_index++;
Ian Rogers0571d352011-11-03 19:51:38 -0700779 it.Next();
Brian Carlstromaded5f72011-10-07 17:15:04 -0700780 }
Ian Rogers0571d352011-11-03 19:51:38 -0700781 DCHECK(!it.HasNext());
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100782 vios->Stream() << std::flush;
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700783 return success;
Brian Carlstromaded5f72011-10-07 17:15:04 -0700784 }
Elliott Hughese3c845c2012-02-28 17:23:01 -0800785
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700786 static constexpr uint32_t kPrologueBytes = 16;
787
788 // When this was picked, the largest arm method was 55,256 bytes and arm64 was 50,412 bytes.
789 static constexpr uint32_t kMaxCodeSize = 100 * 1000;
790
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100791 bool DumpOatMethod(VariableIndentationOutputStream* vios,
792 const DexFile::ClassDef& class_def,
Ian Rogers8b2c0b92013-09-19 02:56:49 -0700793 uint32_t class_method_index,
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700794 const OatFile::OatClass& oat_class, const DexFile& dex_file,
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800795 uint32_t dex_method_idx, const DexFile::CodeItem* code_item,
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800796 uint32_t method_access_flags, bool* addr_found) {
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700797 bool success = true;
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800798
799 // TODO: Support regex
800 std::string method_name = dex_file.GetMethodName(dex_file.GetMethodId(dex_method_idx));
801 if (method_name.find(options_.method_filter_) == std::string::npos) {
Nicolas Geoffray3fcd2202014-11-12 18:02:36 +0000802 return success;
803 }
804
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800805 std::string pretty_method = PrettyMethod(dex_method_idx, dex_file, true);
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100806 vios->Stream() << StringPrintf("%d: %s (dex_method_idx=%d)\n",
807 class_method_index, pretty_method.c_str(),
808 dex_method_idx);
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800809 if (options_.list_methods_) return success;
810
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800811 uint32_t oat_method_offsets_offset = oat_class.GetOatMethodOffsetsOffset(class_method_index);
812 const OatMethodOffsets* oat_method_offsets = oat_class.GetOatMethodOffsets(class_method_index);
813 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index);
814 uint32_t code_offset = oat_method.GetCodeOffset();
815 uint32_t code_size = oat_method.GetQuickCodeSize();
816 if (resolved_addr2instr_ != 0) {
817 if (resolved_addr2instr_ > code_offset + code_size) {
818 return success;
819 } else {
820 *addr_found = true; // stop analyzing file at next iteration
821 }
822 }
823
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100824 // Everything below is indented at least once.
825 ScopedIndentation indent1(vios);
826
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800827 {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100828 vios->Stream() << "DEX CODE:\n";
829 ScopedIndentation indent2(vios);
830 DumpDexCode(vios->Stream(), dex_file, code_item);
Ian Rogersb23a7722012-10-09 16:54:26 -0700831 }
Andreas Gampe2ed8def2014-08-28 14:41:02 -0700832
Mathieu Chartier673ed3d2015-08-28 14:56:43 -0700833 std::unique_ptr<StackHandleScope<1>> hs;
Andreas Gampe2ed8def2014-08-28 14:41:02 -0700834 std::unique_ptr<verifier::MethodVerifier> verifier;
835 if (Runtime::Current() != nullptr) {
Mathieu Chartier673ed3d2015-08-28 14:56:43 -0700836 // We need to have the handle scope stay live until after the verifier since the verifier has
837 // a handle to the dex cache from hs.
838 hs.reset(new StackHandleScope<1>(Thread::Current()));
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100839 vios->Stream() << "VERIFIER TYPE ANALYSIS:\n";
840 ScopedIndentation indent2(vios);
Mathieu Chartier673ed3d2015-08-28 14:56:43 -0700841 verifier.reset(DumpVerifier(vios, hs.get(),
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100842 dex_method_idx, &dex_file, class_def, code_item,
Andreas Gampe2ed8def2014-08-28 14:41:02 -0700843 method_access_flags));
Ian Rogersb23a7722012-10-09 16:54:26 -0700844 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800845 {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100846 vios->Stream() << "OatMethodOffsets ";
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800847 if (options_.absolute_addresses_) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100848 vios->Stream() << StringPrintf("%p ", oat_method_offsets);
Nicolas Geoffray39468442014-09-02 15:17:15 +0100849 }
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100850 vios->Stream() << StringPrintf("(offset=0x%08x)\n", oat_method_offsets_offset);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700851 if (oat_method_offsets_offset > oat_file_.Size()) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100852 vios->Stream() << StringPrintf(
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700853 "WARNING: oat method offsets offset 0x%08x is past end of file 0x%08zx.\n",
854 oat_method_offsets_offset, oat_file_.Size());
855 // If we can't read OatMethodOffsets, the rest of the data is dangerous to read.
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100856 vios->Stream() << std::flush;
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700857 return false;
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800858 }
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700859
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100860 ScopedIndentation indent2(vios);
861 vios->Stream() << StringPrintf("code_offset: 0x%08x ", code_offset);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700862 uint32_t aligned_code_begin = AlignCodeOffset(oat_method.GetCodeOffset());
863 if (aligned_code_begin > oat_file_.Size()) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100864 vios->Stream() << StringPrintf("WARNING: "
865 "code offset 0x%08x is past end of file 0x%08zx.\n",
866 aligned_code_begin, oat_file_.Size());
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700867 success = false;
868 }
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100869 vios->Stream() << "\n";
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700870
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100871 vios->Stream() << "gc_map: ";
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800872 if (options_.absolute_addresses_) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100873 vios->Stream() << StringPrintf("%p ", oat_method.GetGcMap());
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700874 }
Mathieu Chartier957ca1c2014-11-21 16:51:29 -0800875 uint32_t gc_map_offset = oat_method.GetGcMapOffset();
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100876 vios->Stream() << StringPrintf("(offset=0x%08x)\n", gc_map_offset);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700877 if (gc_map_offset > oat_file_.Size()) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100878 vios->Stream() << StringPrintf("WARNING: "
879 "gc map table offset 0x%08x is past end of file 0x%08zx.\n",
880 gc_map_offset, oat_file_.Size());
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700881 success = false;
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800882 } else if (options_.dump_raw_gc_map_) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100883 ScopedIndentation indent3(vios);
884 DumpGcMap(vios->Stream(), oat_method, code_item);
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800885 }
886 }
887 {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100888 vios->Stream() << "OatQuickMethodHeader ";
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700889 uint32_t method_header_offset = oat_method.GetOatQuickMethodHeaderOffset();
890 const OatQuickMethodHeader* method_header = oat_method.GetOatQuickMethodHeader();
Mathieu Chartier590fee92013-09-13 13:46:47 -0700891
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800892 if (options_.absolute_addresses_) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100893 vios->Stream() << StringPrintf("%p ", method_header);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700894 }
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100895 vios->Stream() << StringPrintf("(offset=0x%08x)\n", method_header_offset);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700896 if (method_header_offset > oat_file_.Size()) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100897 vios->Stream() << StringPrintf(
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700898 "WARNING: oat quick method header offset 0x%08x is past end of file 0x%08zx.\n",
899 method_header_offset, oat_file_.Size());
900 // If we can't read the OatQuickMethodHeader, the rest of the data is dangerous to read.
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100901 vios->Stream() << std::flush;
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700902 return false;
903 }
904
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100905 ScopedIndentation indent2(vios);
906 vios->Stream() << "mapping_table: ";
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800907 if (options_.absolute_addresses_) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100908 vios->Stream() << StringPrintf("%p ", oat_method.GetMappingTable());
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700909 }
910 uint32_t mapping_table_offset = oat_method.GetMappingTableOffset();
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100911 vios->Stream() << StringPrintf("(offset=0x%08x)\n", oat_method.GetMappingTableOffset());
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700912 if (mapping_table_offset > oat_file_.Size()) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100913 vios->Stream() << StringPrintf("WARNING: "
914 "mapping table offset 0x%08x is past end of file 0x%08zx. "
915 "mapping table offset was loaded from offset 0x%08x.\n",
916 mapping_table_offset, oat_file_.Size(),
917 oat_method.GetMappingTableOffsetOffset());
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700918 success = false;
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800919 } else if (options_.dump_raw_mapping_table_) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100920 ScopedIndentation indent3(vios);
921 DumpMappingTable(vios, oat_method);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700922 }
923
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100924 vios->Stream() << "vmap_table: ";
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800925 if (options_.absolute_addresses_) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100926 vios->Stream() << StringPrintf("%p ", oat_method.GetVmapTable());
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700927 }
928 uint32_t vmap_table_offset = oat_method.GetVmapTableOffset();
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100929 vios->Stream() << StringPrintf("(offset=0x%08x)\n", vmap_table_offset);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700930 if (vmap_table_offset > oat_file_.Size()) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100931 vios->Stream() << StringPrintf("WARNING: "
932 "vmap table offset 0x%08x is past end of file 0x%08zx. "
933 "vmap table offset was loaded from offset 0x%08x.\n",
934 vmap_table_offset, oat_file_.Size(),
935 oat_method.GetVmapTableOffsetOffset());
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700936 success = false;
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800937 } else if (options_.dump_vmap_) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100938 DumpVmapData(vios, oat_method, code_item);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700939 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -0800940 }
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700941 {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100942 vios->Stream() << "QuickMethodFrameInfo\n";
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700943
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100944 ScopedIndentation indent2(vios);
945 vios->Stream()
946 << StringPrintf("frame_size_in_bytes: %zd\n", oat_method.GetFrameSizeInBytes());
947 vios->Stream() << StringPrintf("core_spill_mask: 0x%08x ", oat_method.GetCoreSpillMask());
948 DumpSpillMask(vios->Stream(), oat_method.GetCoreSpillMask(), false);
949 vios->Stream() << "\n";
950 vios->Stream() << StringPrintf("fp_spill_mask: 0x%08x ", oat_method.GetFpSpillMask());
951 DumpSpillMask(vios->Stream(), oat_method.GetFpSpillMask(), true);
952 vios->Stream() << "\n";
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700953 }
954 {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100955 // Based on spill masks from QuickMethodFrameInfo so placed
956 // after it is dumped, but useful for understanding quick
957 // code, so dumped here.
958 ScopedIndentation indent2(vios);
959 DumpVregLocations(vios->Stream(), oat_method, code_item);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700960 }
961 {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100962 vios->Stream() << "CODE: ";
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700963 uint32_t code_size_offset = oat_method.GetQuickCodeSizeOffset();
964 if (code_size_offset > oat_file_.Size()) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100965 ScopedIndentation indent2(vios);
966 vios->Stream() << StringPrintf("WARNING: "
967 "code size offset 0x%08x is past end of file 0x%08zx.",
968 code_size_offset, oat_file_.Size());
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700969 success = false;
970 } else {
971 const void* code = oat_method.GetQuickCode();
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700972 uint32_t aligned_code_begin = AlignCodeOffset(code_offset);
973 uint64_t aligned_code_end = aligned_code_begin + code_size;
974
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800975 if (options_.absolute_addresses_) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100976 vios->Stream() << StringPrintf("%p ", code);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700977 }
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100978 vios->Stream() << StringPrintf("(code_offset=0x%08x size_offset=0x%08x size=%u)%s\n",
979 code_offset,
980 code_size_offset,
981 code_size,
982 code != nullptr ? "..." : "");
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700983
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100984 ScopedIndentation indent2(vios);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700985 if (aligned_code_begin > oat_file_.Size()) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100986 vios->Stream() << StringPrintf("WARNING: "
987 "start of code at 0x%08x is past end of file 0x%08zx.",
988 aligned_code_begin, oat_file_.Size());
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700989 success = false;
990 } else if (aligned_code_end > oat_file_.Size()) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +0100991 vios->Stream() << StringPrintf(
992 "WARNING: "
993 "end of code at 0x%08" PRIx64 " is past end of file 0x%08zx. "
994 "code size is 0x%08x loaded from offset 0x%08x.\n",
995 aligned_code_end, oat_file_.Size(),
996 code_size, code_size_offset);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700997 success = false;
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -0800998 if (options_.disassemble_code_) {
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -0700999 if (code_size_offset + kPrologueBytes <= oat_file_.Size()) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001000 DumpCode(vios, verifier.get(), oat_method, code_item, true, kPrologueBytes);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -07001001 }
1002 }
1003 } else if (code_size > kMaxCodeSize) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001004 vios->Stream() << StringPrintf(
1005 "WARNING: "
1006 "code size %d is bigger than max expected threshold of %d. "
1007 "code size is 0x%08x loaded from offset 0x%08x.\n",
1008 code_size, kMaxCodeSize,
1009 code_size, code_size_offset);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -07001010 success = false;
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -08001011 if (options_.disassemble_code_) {
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -07001012 if (code_size_offset + kPrologueBytes <= oat_file_.Size()) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001013 DumpCode(vios, verifier.get(), oat_method, code_item, true, kPrologueBytes);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -07001014 }
1015 }
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -08001016 } else if (options_.disassemble_code_) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001017 DumpCode(vios, verifier.get(), oat_method, code_item, !success, 0);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -07001018 }
1019 }
1020 }
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001021 vios->Stream() << std::flush;
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -07001022 return success;
Brian Carlstromaded5f72011-10-07 17:15:04 -07001023 }
Elliott Hughese3c845c2012-02-28 17:23:01 -08001024
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001025 void DumpSpillMask(std::ostream& os, uint32_t spill_mask, bool is_float) {
1026 if (spill_mask == 0) {
1027 return;
1028 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001029 os << "(";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001030 for (size_t i = 0; i < 32; i++) {
1031 if ((spill_mask & (1 << i)) != 0) {
1032 if (is_float) {
1033 os << "fr" << i;
1034 } else {
1035 os << "r" << i;
1036 }
1037 spill_mask ^= 1 << i; // clear bit
1038 if (spill_mask != 0) {
1039 os << ", ";
1040 } else {
1041 break;
1042 }
1043 }
1044 }
1045 os << ")";
1046 }
1047
Roland Levillain442b46a2015-02-18 16:54:21 +00001048 // Display data stored at the the vmap offset of an oat method.
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001049 void DumpVmapData(VariableIndentationOutputStream* vios,
Roland Levillain442b46a2015-02-18 16:54:21 +00001050 const OatFile::OatMethod& oat_method,
1051 const DexFile::CodeItem* code_item) {
Roland Levillainf2650d12015-05-28 14:53:28 +01001052 if (IsMethodGeneratedByOptimizingCompiler(oat_method, code_item)) {
1053 // The optimizing compiler outputs its CodeInfo data in the vmap table.
Roland Levillain442b46a2015-02-18 16:54:21 +00001054 const void* raw_code_info = oat_method.GetVmapTable();
1055 if (raw_code_info != nullptr) {
1056 CodeInfo code_info(raw_code_info);
1057 DCHECK(code_item != nullptr);
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001058 ScopedIndentation indent1(vios);
1059 DumpCodeInfo(vios, code_info, oat_method, *code_item);
Roland Levillain442b46a2015-02-18 16:54:21 +00001060 }
Nicolas Geoffray0a5cd122015-07-16 14:15:05 +01001061 } else if (IsMethodGeneratedByDexToDexCompiler(oat_method, code_item)) {
1062 // We don't encode the size in the table, so just emit that we have quickened
1063 // information.
1064 ScopedIndentation indent(vios);
1065 vios->Stream() << "quickened data\n";
Roland Levillain442b46a2015-02-18 16:54:21 +00001066 } else {
1067 // Otherwise, display the vmap table.
1068 const uint8_t* raw_table = oat_method.GetVmapTable();
1069 if (raw_table != nullptr) {
1070 VmapTable vmap_table(raw_table);
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001071 DumpVmapTable(vios->Stream(), oat_method, vmap_table);
Roland Levillain442b46a2015-02-18 16:54:21 +00001072 }
Nicolas Geoffray20d3eae2014-09-17 11:27:23 +01001073 }
Roland Levillain442b46a2015-02-18 16:54:21 +00001074 }
1075
1076 // Display a CodeInfo object emitted by the optimizing compiler.
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001077 void DumpCodeInfo(VariableIndentationOutputStream* vios,
Roland Levillain442b46a2015-02-18 16:54:21 +00001078 const CodeInfo& code_info,
Roland Levillainf2650d12015-05-28 14:53:28 +01001079 const OatFile::OatMethod& oat_method,
Roland Levillain442b46a2015-02-18 16:54:21 +00001080 const DexFile::CodeItem& code_item) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001081 code_info.Dump(vios,
Roland Levillainf2650d12015-05-28 14:53:28 +01001082 oat_method.GetCodeOffset(),
1083 code_item.registers_size_,
1084 options_.dump_code_info_stack_maps_);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001085 }
1086
Roland Levillain442b46a2015-02-18 16:54:21 +00001087 // Display a vmap table.
1088 void DumpVmapTable(std::ostream& os,
1089 const OatFile::OatMethod& oat_method,
1090 const VmapTable& vmap_table) {
1091 bool first = true;
1092 bool processing_fp = false;
1093 uint32_t spill_mask = oat_method.GetCoreSpillMask();
1094 for (size_t i = 0; i < vmap_table.Size(); i++) {
1095 uint16_t dex_reg = vmap_table[i];
1096 uint32_t cpu_reg = vmap_table.ComputeRegister(spill_mask, i,
1097 processing_fp ? kFloatVReg : kIntVReg);
1098 os << (first ? "v" : ", v") << dex_reg;
1099 if (!processing_fp) {
1100 os << "/r" << cpu_reg;
1101 } else {
1102 os << "/fr" << cpu_reg;
1103 }
1104 first = false;
1105 if (!processing_fp && dex_reg == 0xFFFF) {
1106 processing_fp = true;
1107 spill_mask = oat_method.GetFpSpillMask();
1108 }
1109 }
1110 os << "\n";
1111 }
1112
Razvan A Lupusorufaf9f0d2014-08-29 17:56:46 -07001113 void DumpVregLocations(std::ostream& os, const OatFile::OatMethod& oat_method,
1114 const DexFile::CodeItem* code_item) {
1115 if (code_item != nullptr) {
1116 size_t num_locals_ins = code_item->registers_size_;
1117 size_t num_ins = code_item->ins_size_;
1118 size_t num_locals = num_locals_ins - num_ins;
1119 size_t num_outs = code_item->outs_size_;
1120
1121 os << "vr_stack_locations:";
1122 for (size_t reg = 0; reg <= num_locals_ins; reg++) {
1123 // For readability, delimit the different kinds of VRs.
1124 if (reg == num_locals_ins) {
1125 os << "\n\tmethod*:";
1126 } else if (reg == num_locals && num_ins > 0) {
1127 os << "\n\tins:";
1128 } else if (reg == 0 && num_locals > 0) {
1129 os << "\n\tlocals:";
1130 }
1131
Nicolas Geoffray15b9d522015-03-12 15:05:13 +00001132 uint32_t offset = StackVisitor::GetVRegOffsetFromQuickCode(
1133 code_item,
1134 oat_method.GetCoreSpillMask(),
1135 oat_method.GetFpSpillMask(),
1136 oat_method.GetFrameSizeInBytes(),
1137 reg,
1138 GetInstructionSet());
Razvan A Lupusorufaf9f0d2014-08-29 17:56:46 -07001139 os << " v" << reg << "[sp + #" << offset << "]";
1140 }
1141
1142 for (size_t out_reg = 0; out_reg < num_outs; out_reg++) {
1143 if (out_reg == 0) {
1144 os << "\n\touts:";
1145 }
1146
1147 uint32_t offset = StackVisitor::GetOutVROffset(out_reg, GetInstructionSet());
1148 os << " v" << out_reg << "[sp + #" << offset << "]";
1149 }
1150
1151 os << "\n";
1152 }
1153 }
1154
Ian Rogersb23a7722012-10-09 16:54:26 -07001155 void DescribeVReg(std::ostream& os, const OatFile::OatMethod& oat_method,
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001156 const DexFile::CodeItem* code_item, size_t reg, VRegKind kind) {
Ian Rogers1809a722013-08-09 22:05:32 -07001157 const uint8_t* raw_table = oat_method.GetVmapTable();
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001158 if (raw_table != nullptr) {
Ian Rogersb23a7722012-10-09 16:54:26 -07001159 const VmapTable vmap_table(raw_table);
1160 uint32_t vmap_offset;
Ian Rogers1809a722013-08-09 22:05:32 -07001161 if (vmap_table.IsInContext(reg, kind, &vmap_offset)) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001162 bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg);
1163 uint32_t spill_mask = is_float ? oat_method.GetFpSpillMask()
1164 : oat_method.GetCoreSpillMask();
1165 os << (is_float ? "fr" : "r") << vmap_table.ComputeRegister(spill_mask, vmap_offset, kind);
Ian Rogersb23a7722012-10-09 16:54:26 -07001166 } else {
Nicolas Geoffray15b9d522015-03-12 15:05:13 +00001167 uint32_t offset = StackVisitor::GetVRegOffsetFromQuickCode(
1168 code_item,
1169 oat_method.GetCoreSpillMask(),
1170 oat_method.GetFpSpillMask(),
1171 oat_method.GetFrameSizeInBytes(),
1172 reg,
1173 GetInstructionSet());
Ian Rogersb23a7722012-10-09 16:54:26 -07001174 os << "[sp + #" << offset << "]";
1175 }
1176 }
1177 }
1178
Ian Rogersef7d42f2014-01-06 12:55:46 -08001179 void DumpGcMapRegisters(std::ostream& os, const OatFile::OatMethod& oat_method,
1180 const DexFile::CodeItem* code_item,
1181 size_t num_regs, const uint8_t* reg_bitmap) {
1182 bool first = true;
1183 for (size_t reg = 0; reg < num_regs; reg++) {
1184 if (((reg_bitmap[reg / 8] >> (reg % 8)) & 0x01) != 0) {
1185 if (first) {
1186 os << " v" << reg << " (";
1187 DescribeVReg(os, oat_method, code_item, reg, kReferenceVReg);
1188 os << ")";
1189 first = false;
1190 } else {
1191 os << ", v" << reg << " (";
1192 DescribeVReg(os, oat_method, code_item, reg, kReferenceVReg);
1193 os << ")";
1194 }
1195 }
1196 }
1197 if (first) {
1198 os << "No registers in GC map\n";
1199 } else {
1200 os << "\n";
1201 }
1202 }
Ian Rogersb23a7722012-10-09 16:54:26 -07001203 void DumpGcMap(std::ostream& os, const OatFile::OatMethod& oat_method,
1204 const DexFile::CodeItem* code_item) {
Mathieu Chartier957ca1c2014-11-21 16:51:29 -08001205 const uint8_t* gc_map_raw = oat_method.GetGcMap();
Ian Rogersef7d42f2014-01-06 12:55:46 -08001206 if (gc_map_raw == nullptr) {
1207 return; // No GC map.
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001208 }
Ian Rogersef7d42f2014-01-06 12:55:46 -08001209 const void* quick_code = oat_method.GetQuickCode();
Elliott Hughes956af0f2014-12-11 14:34:28 -08001210 NativePcOffsetToReferenceMap map(gc_map_raw);
1211 for (size_t entry = 0; entry < map.NumEntries(); entry++) {
1212 const uint8_t* native_pc = reinterpret_cast<const uint8_t*>(quick_code) +
1213 map.GetNativePcOffset(entry);
1214 os << StringPrintf("%p", native_pc);
1215 DumpGcMapRegisters(os, oat_method, code_item, map.RegWidth() * 8, map.GetBitMap(entry));
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001216 }
1217 }
1218
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001219 void DumpMappingTable(VariableIndentationOutputStream* vios,
1220 const OatFile::OatMethod& oat_method) {
Ian Rogersef7d42f2014-01-06 12:55:46 -08001221 const void* quick_code = oat_method.GetQuickCode();
1222 if (quick_code == nullptr) {
Elliott Hughese3c845c2012-02-28 17:23:01 -08001223 return;
1224 }
Ian Rogers1809a722013-08-09 22:05:32 -07001225 MappingTable table(oat_method.GetMappingTable());
1226 if (table.TotalSize() != 0) {
Ian Rogers1809a722013-08-09 22:05:32 -07001227 if (table.PcToDexSize() != 0) {
1228 typedef MappingTable::PcToDexIterator It;
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001229 vios->Stream() << "suspend point mappings {\n";
Ian Rogers1809a722013-08-09 22:05:32 -07001230 for (It cur = table.PcToDexBegin(), end = table.PcToDexEnd(); cur != end; ++cur) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001231 ScopedIndentation indent1(vios);
1232 vios->Stream() << StringPrintf("0x%04x -> 0x%04x\n", cur.NativePcOffset(), cur.DexPc());
Ian Rogers1809a722013-08-09 22:05:32 -07001233 }
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001234 vios->Stream() << "}\n";
Ian Rogers1809a722013-08-09 22:05:32 -07001235 }
1236 if (table.DexToPcSize() != 0) {
1237 typedef MappingTable::DexToPcIterator It;
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001238 vios->Stream() << "catch entry mappings {\n";
Ian Rogers1809a722013-08-09 22:05:32 -07001239 for (It cur = table.DexToPcBegin(), end = table.DexToPcEnd(); cur != end; ++cur) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001240 ScopedIndentation indent1(vios);
1241 vios->Stream() << StringPrintf("0x%04x -> 0x%04x\n", cur.NativePcOffset(), cur.DexPc());
Ian Rogers1809a722013-08-09 22:05:32 -07001242 }
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001243 vios->Stream() << "}\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001244 }
1245 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001246 }
1247
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001248 uint32_t DumpInformationAtOffset(VariableIndentationOutputStream* vios,
Roland Levillainf2650d12015-05-28 14:53:28 +01001249 const OatFile::OatMethod& oat_method,
1250 const DexFile::CodeItem* code_item,
1251 size_t offset,
1252 bool suspend_point_mapping) {
1253 if (IsMethodGeneratedByOptimizingCompiler(oat_method, code_item)) {
1254 if (suspend_point_mapping) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001255 ScopedIndentation indent1(vios);
1256 DumpDexRegisterMapAtOffset(vios, oat_method, code_item, offset);
Roland Levillainf2650d12015-05-28 14:53:28 +01001257 }
1258 // The return value is not used in the case of a method compiled
1259 // with the optimizing compiler.
1260 return DexFile::kDexNoIndex;
1261 } else {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001262 return DumpMappingAtOffset(vios->Stream(), oat_method, offset, suspend_point_mapping);
Roland Levillainf2650d12015-05-28 14:53:28 +01001263 }
1264 }
1265
Ian Rogers1809a722013-08-09 22:05:32 -07001266 uint32_t DumpMappingAtOffset(std::ostream& os, const OatFile::OatMethod& oat_method,
1267 size_t offset, bool suspend_point_mapping) {
1268 MappingTable table(oat_method.GetMappingTable());
1269 if (suspend_point_mapping && table.PcToDexSize() > 0) {
1270 typedef MappingTable::PcToDexIterator It;
1271 for (It cur = table.PcToDexBegin(), end = table.PcToDexEnd(); cur != end; ++cur) {
1272 if (offset == cur.NativePcOffset()) {
Brian Carlstrom4b8c13e2013-08-23 18:10:32 -07001273 os << StringPrintf("suspend point dex PC: 0x%04x\n", cur.DexPc());
Ian Rogers1809a722013-08-09 22:05:32 -07001274 return cur.DexPc();
1275 }
Elliott Hughese3c845c2012-02-28 17:23:01 -08001276 }
Ian Rogers1809a722013-08-09 22:05:32 -07001277 } else if (!suspend_point_mapping && table.DexToPcSize() > 0) {
1278 typedef MappingTable::DexToPcIterator It;
1279 for (It cur = table.DexToPcBegin(), end = table.DexToPcEnd(); cur != end; ++cur) {
1280 if (offset == cur.NativePcOffset()) {
Brian Carlstrom4b8c13e2013-08-23 18:10:32 -07001281 os << StringPrintf("catch entry dex PC: 0x%04x\n", cur.DexPc());
Ian Rogers1809a722013-08-09 22:05:32 -07001282 return cur.DexPc();
Ian Rogersb23a7722012-10-09 16:54:26 -07001283 }
1284 }
Elliott Hughese3c845c2012-02-28 17:23:01 -08001285 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001286 return DexFile::kDexNoIndex;
Ian Rogersb23a7722012-10-09 16:54:26 -07001287 }
1288
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001289 void DumpGcMapAtNativePcOffset(std::ostream& os, const OatFile::OatMethod& oat_method,
1290 const DexFile::CodeItem* code_item, size_t native_pc_offset) {
Mathieu Chartier957ca1c2014-11-21 16:51:29 -08001291 const uint8_t* gc_map_raw = oat_method.GetGcMap();
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001292 if (gc_map_raw != nullptr) {
Ian Rogersb23a7722012-10-09 16:54:26 -07001293 NativePcOffsetToReferenceMap map(gc_map_raw);
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001294 if (map.HasEntry(native_pc_offset)) {
Ian Rogersb23a7722012-10-09 16:54:26 -07001295 size_t num_regs = map.RegWidth() * 8;
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001296 const uint8_t* reg_bitmap = map.FindBitMap(native_pc_offset);
Ian Rogersb23a7722012-10-09 16:54:26 -07001297 bool first = true;
1298 for (size_t reg = 0; reg < num_regs; reg++) {
1299 if (((reg_bitmap[reg / 8] >> (reg % 8)) & 0x01) != 0) {
1300 if (first) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001301 os << "GC map objects: v" << reg << " (";
1302 DescribeVReg(os, oat_method, code_item, reg, kReferenceVReg);
Ian Rogersb23a7722012-10-09 16:54:26 -07001303 os << ")";
1304 first = false;
1305 } else {
1306 os << ", v" << reg << " (";
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001307 DescribeVReg(os, oat_method, code_item, reg, kReferenceVReg);
Ian Rogersb23a7722012-10-09 16:54:26 -07001308 os << ")";
1309 }
1310 }
1311 }
1312 if (!first) {
1313 os << "\n";
1314 }
1315 }
1316 }
1317 }
1318
Mathieu Chartier590fee92013-09-13 13:46:47 -07001319 void DumpVRegsAtDexPc(std::ostream& os, verifier::MethodVerifier* verifier,
1320 const OatFile::OatMethod& oat_method,
1321 const DexFile::CodeItem* code_item, uint32_t dex_pc) {
1322 DCHECK(verifier != nullptr);
Ian Rogers7b3ddd22013-02-21 15:19:52 -08001323 std::vector<int32_t> kinds = verifier->DescribeVRegs(dex_pc);
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001324 bool first = true;
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001325 for (size_t reg = 0; reg < code_item->registers_size_; reg++) {
1326 VRegKind kind = static_cast<VRegKind>(kinds.at(reg * 2));
1327 if (kind != kUndefined) {
1328 if (first) {
1329 os << "VRegs: v";
1330 first = false;
1331 } else {
1332 os << ", v";
1333 }
1334 os << reg << " (";
1335 switch (kind) {
1336 case kImpreciseConstant:
1337 os << "Imprecise Constant: " << kinds.at((reg * 2) + 1) << ", ";
1338 DescribeVReg(os, oat_method, code_item, reg, kind);
1339 break;
1340 case kConstant:
1341 os << "Constant: " << kinds.at((reg * 2) + 1);
1342 break;
1343 default:
1344 DescribeVReg(os, oat_method, code_item, reg, kind);
1345 break;
1346 }
1347 os << ")";
1348 }
1349 }
1350 if (!first) {
1351 os << "\n";
1352 }
1353 }
1354
1355
Ian Rogersb23a7722012-10-09 16:54:26 -07001356 void DumpDexCode(std::ostream& os, const DexFile& dex_file, const DexFile::CodeItem* code_item) {
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001357 if (code_item != nullptr) {
Ian Rogersb23a7722012-10-09 16:54:26 -07001358 size_t i = 0;
1359 while (i < code_item->insns_size_in_code_units_) {
1360 const Instruction* instruction = Instruction::At(&code_item->insns_[i]);
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -08001361 os << StringPrintf("0x%04zx: ", i) << instruction->DumpHexLE(5)
1362 << StringPrintf("\t| %s\n", instruction->DumpString(&dex_file).c_str());
Ian Rogersb23a7722012-10-09 16:54:26 -07001363 i += instruction->SizeInCodeUnits();
1364 }
1365 }
1366 }
1367
Roland Levillainf2650d12015-05-28 14:53:28 +01001368 // Has `oat_method` -- corresponding to the Dex `code_item` -- been compiled by
1369 // the optimizing compiler?
1370 static bool IsMethodGeneratedByOptimizingCompiler(const OatFile::OatMethod& oat_method,
1371 const DexFile::CodeItem* code_item) {
1372 // If the native GC map is null and the Dex `code_item` is not
1373 // null, then this method has been compiled with the optimizing
1374 // compiler.
Nicolas Geoffray0a5cd122015-07-16 14:15:05 +01001375 return oat_method.GetQuickCode() != nullptr &&
1376 oat_method.GetGcMap() == nullptr &&
1377 code_item != nullptr;
1378 }
1379
1380 // Has `oat_method` -- corresponding to the Dex `code_item` -- been compiled by
1381 // the dextodex compiler?
1382 static bool IsMethodGeneratedByDexToDexCompiler(const OatFile::OatMethod& oat_method,
1383 const DexFile::CodeItem* code_item) {
1384 // If the quick code is null, the Dex `code_item` is not
1385 // null, and the vmap table is not null, then this method has been compiled
1386 // with the dextodex compiler.
1387 return oat_method.GetQuickCode() == nullptr &&
1388 oat_method.GetVmapTable() != nullptr &&
1389 code_item != nullptr;
Roland Levillainf2650d12015-05-28 14:53:28 +01001390 }
1391
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001392 void DumpDexRegisterMapAtOffset(VariableIndentationOutputStream* vios,
Roland Levillainf2650d12015-05-28 14:53:28 +01001393 const OatFile::OatMethod& oat_method,
1394 const DexFile::CodeItem* code_item,
1395 size_t offset) {
1396 // This method is only relevant for oat methods compiled with the
1397 // optimizing compiler.
1398 DCHECK(IsMethodGeneratedByOptimizingCompiler(oat_method, code_item));
1399
1400 // The optimizing compiler outputs its CodeInfo data in the vmap table.
1401 const void* raw_code_info = oat_method.GetVmapTable();
1402 if (raw_code_info != nullptr) {
1403 CodeInfo code_info(raw_code_info);
David Brazdilf677ebf2015-05-29 16:29:43 +01001404 StackMapEncoding encoding = code_info.ExtractEncoding();
1405 StackMap stack_map = code_info.GetStackMapForNativePcOffset(offset, encoding);
Roland Levillainf2650d12015-05-28 14:53:28 +01001406 if (stack_map.IsValid()) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001407 stack_map.Dump(vios, code_info, encoding, oat_method.GetCodeOffset(),
1408 code_item->registers_size_);
Roland Levillainf2650d12015-05-28 14:53:28 +01001409 }
1410 }
1411 }
1412
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001413 verifier::MethodVerifier* DumpVerifier(VariableIndentationOutputStream* vios,
Mathieu Chartier673ed3d2015-08-28 14:56:43 -07001414 StackHandleScope<1>* hs,
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001415 uint32_t dex_method_idx,
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001416 const DexFile* dex_file,
1417 const DexFile::ClassDef& class_def,
1418 const DexFile::CodeItem* code_item,
1419 uint32_t method_access_flags) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001420 if ((method_access_flags & kAccNative) == 0) {
1421 ScopedObjectAccess soa(Thread::Current());
Mathieu Chartierd57d4542015-10-14 10:55:30 -07001422 Runtime* const runtime = Runtime::Current();
Mathieu Chartiereb8167a2014-05-07 15:43:14 -07001423 Handle<mirror::DexCache> dex_cache(
Mathieu Chartierd57d4542015-10-14 10:55:30 -07001424 hs->NewHandle(runtime->GetClassLinker()->RegisterDexFile(*dex_file,
1425 runtime->GetLinearAlloc())));
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -08001426 DCHECK(options_.class_loader_ != nullptr);
Mathieu Chartiere401d142015-04-22 13:56:20 -07001427 return verifier::MethodVerifier::VerifyMethodAndDump(
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001428 soa.Self(), vios, dex_method_idx, dex_file, dex_cache, *options_.class_loader_,
1429 &class_def, code_item, nullptr, method_access_flags);
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001430 }
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001431
1432 return nullptr;
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001433 }
1434
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001435 void DumpCode(VariableIndentationOutputStream* vios,
1436 verifier::MethodVerifier* verifier,
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -07001437 const OatFile::OatMethod& oat_method, const DexFile::CodeItem* code_item,
1438 bool bad_input, size_t code_size) {
Ian Rogersef7d42f2014-01-06 12:55:46 -08001439 const void* quick_code = oat_method.GetQuickCode();
1440
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -07001441 if (code_size == 0) {
1442 code_size = oat_method.GetQuickCodeSize();
1443 }
Elliott Hughes956af0f2014-12-11 14:34:28 -08001444 if (code_size == 0 || quick_code == nullptr) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001445 vios->Stream() << "NO CODE!\n";
Ian Rogersb23a7722012-10-09 16:54:26 -07001446 return;
Elliott Hughes956af0f2014-12-11 14:34:28 -08001447 } else {
Ian Rogersef7d42f2014-01-06 12:55:46 -08001448 const uint8_t* quick_native_pc = reinterpret_cast<const uint8_t*>(quick_code);
1449 size_t offset = 0;
1450 while (offset < code_size) {
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -07001451 if (!bad_input) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001452 DumpInformationAtOffset(vios, oat_method, code_item, offset, false);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -07001453 }
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001454 offset += disassembler_->Dump(vios->Stream(), quick_native_pc + offset);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -07001455 if (!bad_input) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001456 uint32_t dex_pc =
1457 DumpInformationAtOffset(vios, oat_method, code_item, offset, true);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -07001458 if (dex_pc != DexFile::kDexNoIndex) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001459 DumpGcMapAtNativePcOffset(vios->Stream(), oat_method, code_item, offset);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -07001460 if (verifier != nullptr) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001461 DumpVRegsAtDexPc(vios->Stream(), verifier, oat_method, code_item, dex_pc);
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -07001462 }
Ian Rogersef7d42f2014-01-06 12:55:46 -08001463 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001464 }
1465 }
Ian Rogersb23a7722012-10-09 16:54:26 -07001466 }
1467 }
1468
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001469 const OatFile& oat_file_;
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -07001470 const std::vector<const OatFile::OatDexFile*> oat_dex_files_;
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -08001471 const OatDumperOptions& options_;
1472 uint32_t resolved_addr2instr_;
Mathieu Chartiera7dd0382014-11-20 17:08:58 -08001473 InstructionSet instruction_set_;
Ian Rogersef7d42f2014-01-06 12:55:46 -08001474 std::set<uintptr_t> offsets_;
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -07001475 Disassembler* disassembler_;
Brian Carlstromaded5f72011-10-07 17:15:04 -07001476};
1477
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001478class ImageDumper {
Brian Carlstrom27ec9612011-09-19 20:20:38 -07001479 public:
Roland Levillain3887c462015-08-12 18:15:42 +01001480 ImageDumper(std::ostream* os, gc::space::ImageSpace& image_space,
1481 const ImageHeader& image_header, OatDumperOptions* oat_dumper_options)
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -07001482 : os_(os),
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001483 vios_(os),
1484 indent1_(&vios_),
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -07001485 image_space_(image_space),
1486 image_header_(image_header),
1487 oat_dumper_options_(oat_dumper_options) {}
Brian Carlstrom27ec9612011-09-19 20:20:38 -07001488
Mathieu Chartier90443472015-07-16 20:32:27 -07001489 bool Dump() SHARED_REQUIRES(Locks::mutator_lock_) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001490 std::ostream& os = *os_;
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001491 std::ostream& indent_os = vios_.Stream();
1492
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001493 os << "MAGIC: " << image_header_.GetMagic() << "\n\n";
Brian Carlstrome24fa612011-09-29 00:53:55 -07001494
Jeff Haodcdc85b2015-12-04 14:06:18 -08001495 os << "IMAGE LOCATION: " << image_space_.GetImageLocation() << "\n\n";
1496
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001497 os << "IMAGE BEGIN: " << reinterpret_cast<void*>(image_header_.GetImageBegin()) << "\n\n";
Brian Carlstromaded5f72011-10-07 17:15:04 -07001498
Mathieu Chartiere401d142015-04-22 13:56:20 -07001499 os << "IMAGE SIZE: " << image_header_.GetImageSize() << "\n\n";
1500
1501 for (size_t i = 0; i < ImageHeader::kSectionCount; ++i) {
1502 auto section = static_cast<ImageHeader::ImageSections>(i);
1503 os << "IMAGE SECTION " << section << ": " << image_header_.GetImageSection(section) << "\n\n";
1504 }
Mathieu Chartier31e89252013-08-28 11:29:12 -07001505
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001506 os << "OAT CHECKSUM: " << StringPrintf("0x%08x\n\n", image_header_.GetOatChecksum());
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001507
Brian Carlstrom700c8d32012-11-05 10:42:02 -08001508 os << "OAT FILE BEGIN:" << reinterpret_cast<void*>(image_header_.GetOatFileBegin()) << "\n\n";
Brian Carlstromaded5f72011-10-07 17:15:04 -07001509
Brian Carlstrom700c8d32012-11-05 10:42:02 -08001510 os << "OAT DATA BEGIN:" << reinterpret_cast<void*>(image_header_.GetOatDataBegin()) << "\n\n";
1511
1512 os << "OAT DATA END:" << reinterpret_cast<void*>(image_header_.GetOatDataEnd()) << "\n\n";
1513
1514 os << "OAT FILE END:" << reinterpret_cast<void*>(image_header_.GetOatFileEnd()) << "\n\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001515
Alex Lighta59dd802014-07-02 16:28:08 -07001516 os << "PATCH DELTA:" << image_header_.GetPatchDelta() << "\n\n";
1517
Igor Murashkin46774762014-10-22 11:37:02 -07001518 os << "COMPILE PIC: " << (image_header_.CompilePic() ? "yes" : "no") << "\n\n";
1519
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001520 {
1521 os << "ROOTS: " << reinterpret_cast<void*>(image_header_.GetImageRoots()) << "\n";
Mathieu Chartiere401d142015-04-22 13:56:20 -07001522 static_assert(arraysize(image_roots_descriptions_) ==
1523 static_cast<size_t>(ImageHeader::kImageRootsMax), "sizes must match");
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001524 for (int i = 0; i < ImageHeader::kImageRootsMax; i++) {
1525 ImageHeader::ImageRoot image_root = static_cast<ImageHeader::ImageRoot>(i);
1526 const char* image_root_description = image_roots_descriptions_[i];
Ian Rogers2dd0e2c2013-01-24 12:42:14 -08001527 mirror::Object* image_root_object = image_header_.GetImageRoot(image_root);
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001528 indent_os << StringPrintf("%s: %p\n", image_root_description, image_root_object);
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001529 if (image_root_object->IsObjectArray()) {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -08001530 mirror::ObjectArray<mirror::Object>* image_root_object_array
Ian Rogersfa824272013-11-05 16:12:57 -08001531 = image_root_object->AsObjectArray<mirror::Object>();
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001532 ScopedIndentation indent2(&vios_);
Andreas Gampe277ccbd2014-11-03 21:36:10 -08001533 for (int j = 0; j < image_root_object_array->GetLength(); j++) {
1534 mirror::Object* value = image_root_object_array->Get(j);
Ian Rogersfa824272013-11-05 16:12:57 -08001535 size_t run = 0;
Andreas Gampe277ccbd2014-11-03 21:36:10 -08001536 for (int32_t k = j + 1; k < image_root_object_array->GetLength(); k++) {
1537 if (value == image_root_object_array->Get(k)) {
Ian Rogersfa824272013-11-05 16:12:57 -08001538 run++;
1539 } else {
1540 break;
1541 }
1542 }
1543 if (run == 0) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001544 indent_os << StringPrintf("%d: ", j);
Ian Rogersfa824272013-11-05 16:12:57 -08001545 } else {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001546 indent_os << StringPrintf("%d to %zd: ", j, j + run);
Andreas Gampe277ccbd2014-11-03 21:36:10 -08001547 j = j + run;
Ian Rogersfa824272013-11-05 16:12:57 -08001548 }
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001549 if (value != nullptr) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001550 PrettyObjectValue(indent_os, value->GetClass(), value);
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001551 } else {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001552 indent_os << j << ": null\n";
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001553 }
Ian Rogersd5b32602012-02-26 16:40:04 -08001554 }
Brian Carlstrom34f426c2011-10-04 12:58:02 -07001555 }
1556 }
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001557 }
Mathieu Chartiere401d142015-04-22 13:56:20 -07001558
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001559 {
Mathieu Chartiere401d142015-04-22 13:56:20 -07001560 os << "METHOD ROOTS\n";
1561 static_assert(arraysize(image_methods_descriptions_) ==
1562 static_cast<size_t>(ImageHeader::kImageMethodsCount), "sizes must match");
1563 for (int i = 0; i < ImageHeader::kImageMethodsCount; i++) {
1564 auto image_root = static_cast<ImageHeader::ImageMethod>(i);
1565 const char* description = image_methods_descriptions_[i];
1566 auto* image_method = image_header_.GetImageMethod(image_root);
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001567 indent_os << StringPrintf("%s: %p\n", description, image_method);
Mathieu Chartiere401d142015-04-22 13:56:20 -07001568 }
Brian Carlstrom27ec9612011-09-19 20:20:38 -07001569 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001570 os << "\n";
Brian Carlstrom27ec9612011-09-19 20:20:38 -07001571
Mathieu Chartierf9c6fc62015-10-07 11:44:05 -07001572 Runtime* const runtime = Runtime::Current();
1573 ClassLinker* class_linker = runtime->GetClassLinker();
Brian Carlstrom2ec65202014-03-03 15:16:37 -08001574 std::string image_filename = image_space_.GetImageFilename();
1575 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_filename);
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001576 os << "OAT LOCATION: " << oat_location;
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001577 os << "\n";
Ian Rogers8d31bbd2013-10-13 10:44:14 -07001578 std::string error_msg;
Mathieu Chartierf9c6fc62015-10-07 11:44:05 -07001579 const OatFile* oat_file = runtime->GetOatFileManager().FindOpenedOatFileFromOatLocation(
1580 oat_location);
Alex Lighta59dd802014-07-02 16:28:08 -07001581 if (oat_file == nullptr) {
Richard Uhlere5fed032015-03-18 08:21:11 -07001582 oat_file = OatFile::Open(oat_location, oat_location,
1583 nullptr, nullptr, false, nullptr,
Igor Murashkinb1d8c312015-08-04 11:18:43 -07001584 &error_msg);
Alex Lighta59dd802014-07-02 16:28:08 -07001585 if (oat_file == nullptr) {
1586 os << "NOT FOUND: " << error_msg << "\n";
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -07001587 return false;
Alex Lighta59dd802014-07-02 16:28:08 -07001588 }
Brian Carlstromaded5f72011-10-07 17:15:04 -07001589 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001590 os << "\n";
Brian Carlstromaded5f72011-10-07 17:15:04 -07001591
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001592 stats_.oat_file_bytes = oat_file->Size();
1593
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -08001594 oat_dumper_.reset(new OatDumper(*oat_file, *oat_dumper_options_));
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001595
Mathieu Chartier02e25112013-08-14 16:14:24 -07001596 for (const OatFile::OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) {
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001597 CHECK(oat_dex_file != nullptr);
Mathieu Chartier02e25112013-08-14 16:14:24 -07001598 stats_.oat_dex_file_sizes.push_back(std::make_pair(oat_dex_file->GetDexFileLocation(),
1599 oat_dex_file->FileSize()));
Ian Rogers05f28c62012-10-23 18:12:13 -07001600 }
1601
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001602 os << "OBJECTS:\n" << std::flush;
Mathieu Chartierb062fdd2012-07-03 09:51:48 -07001603
Jeff Haodcdc85b2015-12-04 14:06:18 -08001604 // Loop through the image space and dump its objects.
Mathieu Chartierf9c6fc62015-10-07 11:44:05 -07001605 gc::Heap* heap = runtime->GetHeap();
Ian Rogers50b35e22012-10-04 10:09:15 -07001606 Thread* self = Thread::Current();
Mathieu Chartier357e9be2012-08-01 11:00:14 -07001607 {
Mathieu Chartierc22c59e2014-02-24 15:16:06 -08001608 {
1609 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
1610 heap->FlushAllocStack();
1611 }
Hiroshi Yamauchi90d70682014-02-20 16:17:30 -08001612 // Since FlushAllocStack() above resets the (active) allocation
1613 // stack. Need to revoke the thread-local allocation stacks that
1614 // point into it.
Mathieu Chartierf1d666e2015-09-03 16:13:34 -07001615 ScopedThreadSuspension sts(self, kNative);
Mathieu Chartier4f55e222015-09-04 13:26:21 -07001616 ScopedSuspendAll ssa(__FUNCTION__);
Mathieu Chartierf1d666e2015-09-03 16:13:34 -07001617 heap->RevokeAllThreadLocalAllocationStacks(self);
Mathieu Chartier357e9be2012-08-01 11:00:14 -07001618 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001619 {
Mathieu Chartiere401d142015-04-22 13:56:20 -07001620 // Mark dex caches.
Vladimir Marko05792b92015-08-03 11:56:49 +01001621 dex_caches_.clear();
Mathieu Chartiere401d142015-04-22 13:56:20 -07001622 {
1623 ReaderMutexLock mu(self, *class_linker->DexLock());
Hiroshi Yamauchi04302db2015-11-11 23:45:34 -08001624 for (const ClassLinker::DexCacheData& data : class_linker->GetDexCachesData()) {
Mathieu Chartier673ed3d2015-08-28 14:56:43 -07001625 mirror::DexCache* dex_cache =
Hiroshi Yamauchi04302db2015-11-11 23:45:34 -08001626 down_cast<mirror::DexCache*>(self->DecodeJObject(data.weak_root));
Mathieu Chartier673ed3d2015-08-28 14:56:43 -07001627 if (dex_cache != nullptr) {
Vladimir Marko05792b92015-08-03 11:56:49 +01001628 dex_caches_.insert(dex_cache);
Mathieu Chartier673ed3d2015-08-28 14:56:43 -07001629 }
Mathieu Chartiere401d142015-04-22 13:56:20 -07001630 }
1631 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001632 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_);
Jeff Haodcdc85b2015-12-04 14:06:18 -08001633 // Dump the normal objects before ArtMethods.
1634 image_space_.GetLiveBitmap()->Walk(ImageDumper::Callback, this);
1635 indent_os << "\n";
1636 // TODO: Dump fields.
1637 // Dump methods after.
1638 const auto& methods_section = image_header_.GetMethodsSection();
1639 const size_t pointer_size =
1640 InstructionSetPointerSize(oat_dumper_->GetOatInstructionSet());
1641 DumpArtMethodVisitor visitor(this);
1642 methods_section.VisitPackedArtMethods(&visitor, image_space_.Begin(), pointer_size);
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001643 // Dump the large objects separately.
Mathieu Chartierbbd695c2014-04-16 09:48:48 -07001644 heap->GetLargeObjectsSpace()->GetLiveBitmap()->Walk(ImageDumper::Callback, this);
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001645 indent_os << "\n";
Mathieu Chartierb062fdd2012-07-03 09:51:48 -07001646 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001647 os << "STATS:\n" << std::flush;
Ian Rogers700a4022014-05-19 16:49:03 -07001648 std::unique_ptr<File> file(OS::OpenFileForReading(image_filename.c_str()));
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001649 if (file.get() == nullptr) {
Brian Carlstrom2ec65202014-03-03 15:16:37 -08001650 LOG(WARNING) << "Failed to find image in " << image_filename;
Brian Carlstrom6f277752013-09-30 17:56:45 -07001651 }
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001652 if (file.get() != nullptr) {
Brian Carlstrom2ec65202014-03-03 15:16:37 -08001653 stats_.file_bytes = file->GetLength();
Brian Carlstrom6f277752013-09-30 17:56:45 -07001654 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001655 size_t header_bytes = sizeof(ImageHeader);
Mathieu Chartiere401d142015-04-22 13:56:20 -07001656 const auto& bitmap_section = image_header_.GetImageSection(ImageHeader::kSectionImageBitmap);
1657 const auto& field_section = image_header_.GetImageSection(ImageHeader::kSectionArtFields);
1658 const auto& method_section = image_header_.GetMethodsSection();
Vladimir Marko05792b92015-08-03 11:56:49 +01001659 const auto& dex_cache_arrays_section = image_header_.GetImageSection(
1660 ImageHeader::kSectionDexCacheArrays);
Mathieu Chartierd39645e2015-06-09 17:50:29 -07001661 const auto& intern_section = image_header_.GetImageSection(
1662 ImageHeader::kSectionInternedStrings);
Mathieu Chartier208a5cb2015-12-02 15:44:07 -08001663 const auto& class_table_section = image_header_.GetImageSection(
1664 ImageHeader::kSectionClassTable);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001665 stats_.header_bytes = header_bytes;
Vladimir Markocf36d492015-08-12 19:27:26 +01001666 stats_.alignment_bytes += RoundUp(header_bytes, kObjectAlignment) - header_bytes;
1667 // Add padding between the field and method section.
1668 // (Field section is 4-byte aligned, method section is 8-byte aligned on 64-bit targets.)
Vladimir Marko05792b92015-08-03 11:56:49 +01001669 stats_.alignment_bytes += method_section.Offset() -
1670 (field_section.Offset() + field_section.Size());
1671 // Add padding between the dex cache arrays section and the intern table. (Dex cache
1672 // arrays section is 4-byte aligned on 32-bit targets, intern table is 8-byte aligned.)
1673 stats_.alignment_bytes += intern_section.Offset() -
1674 (dex_cache_arrays_section.Offset() + dex_cache_arrays_section.Size());
Mathieu Chartiere401d142015-04-22 13:56:20 -07001675 stats_.alignment_bytes += bitmap_section.Offset() - image_header_.GetImageSize();
1676 stats_.bitmap_bytes += bitmap_section.Size();
1677 stats_.art_field_bytes += field_section.Size();
Vladimir Markocf36d492015-08-12 19:27:26 +01001678 stats_.art_method_bytes += method_section.Size();
Vladimir Marko05792b92015-08-03 11:56:49 +01001679 stats_.dex_cache_arrays_bytes += dex_cache_arrays_section.Size();
Mathieu Chartierd39645e2015-06-09 17:50:29 -07001680 stats_.interned_strings_bytes += intern_section.Size();
Mathieu Chartier208a5cb2015-12-02 15:44:07 -08001681 stats_.class_table_bytes += class_table_section.Size();
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001682 stats_.Dump(os, indent_os);
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001683 os << "\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001684
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001685 os << std::flush;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001686
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -07001687 return oat_dumper_->Dump(os);
Brian Carlstrom78128a62011-09-15 17:21:19 -07001688 }
1689
Brian Carlstrom27ec9612011-09-19 20:20:38 -07001690 private:
Mathieu Chartier54d220e2015-07-30 16:20:06 -07001691 class DumpArtMethodVisitor : public ArtMethodVisitor {
1692 public:
1693 explicit DumpArtMethodVisitor(ImageDumper* image_dumper) : image_dumper_(image_dumper) {}
1694
1695 virtual void Visit(ArtMethod* method) OVERRIDE SHARED_REQUIRES(Locks::mutator_lock_) {
1696 std::ostream& indent_os = image_dumper_->vios_.Stream();
1697 indent_os << method << " " << " ArtMethod: " << PrettyMethod(method) << "\n";
1698 image_dumper_->DumpMethod(method, image_dumper_, indent_os);
1699 indent_os << "\n";
1700 }
1701
1702 private:
1703 ImageDumper* const image_dumper_;
1704 };
1705
Ian Rogers2dd0e2c2013-01-24 12:42:14 -08001706 static void PrettyObjectValue(std::ostream& os, mirror::Class* type, mirror::Object* value)
Mathieu Chartier90443472015-07-16 20:32:27 -07001707 SHARED_REQUIRES(Locks::mutator_lock_) {
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001708 CHECK(type != nullptr);
1709 if (value == nullptr) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001710 os << StringPrintf("null %s\n", PrettyDescriptor(type).c_str());
Ian Rogersd5b32602012-02-26 16:40:04 -08001711 } else if (type->IsStringClass()) {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -08001712 mirror::String* string = value->AsString();
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001713 os << StringPrintf("%p String: %s\n", string,
Ian Rogers68b56852014-08-29 20:19:11 -07001714 PrintableString(string->ToModifiedUtf8().c_str()).c_str());
Ian Rogers64b6d142012-10-29 16:34:15 -07001715 } else if (type->IsClassClass()) {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -08001716 mirror::Class* klass = value->AsClass();
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001717 os << StringPrintf("%p Class: %s\n", klass, PrettyDescriptor(klass).c_str());
Ian Rogersd5b32602012-02-26 16:40:04 -08001718 } else {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001719 os << StringPrintf("%p %s\n", value, PrettyDescriptor(type).c_str());
Ian Rogersd5b32602012-02-26 16:40:04 -08001720 }
1721 }
1722
Mathieu Chartierc7853442015-03-27 14:35:38 -07001723 static void PrintField(std::ostream& os, ArtField* field, mirror::Object* obj)
Mathieu Chartier90443472015-07-16 20:32:27 -07001724 SHARED_REQUIRES(Locks::mutator_lock_) {
Mathieu Chartier61c5ebc2014-06-05 17:42:53 -07001725 os << StringPrintf("%s: ", field->GetName());
Ian Rogers08f1f502014-12-02 15:04:37 -08001726 switch (field->GetTypeAsPrimitiveType()) {
1727 case Primitive::kPrimLong:
Ian Rogersef7d42f2014-01-06 12:55:46 -08001728 os << StringPrintf("%" PRId64 " (0x%" PRIx64 ")\n", field->Get64(obj), field->Get64(obj));
Ian Rogers08f1f502014-12-02 15:04:37 -08001729 break;
1730 case Primitive::kPrimDouble:
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001731 os << StringPrintf("%f (%a)\n", field->GetDouble(obj), field->GetDouble(obj));
Ian Rogers08f1f502014-12-02 15:04:37 -08001732 break;
1733 case Primitive::kPrimFloat:
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001734 os << StringPrintf("%f (%a)\n", field->GetFloat(obj), field->GetFloat(obj));
Ian Rogers08f1f502014-12-02 15:04:37 -08001735 break;
1736 case Primitive::kPrimInt:
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001737 os << StringPrintf("%d (0x%x)\n", field->Get32(obj), field->Get32(obj));
Ian Rogers08f1f502014-12-02 15:04:37 -08001738 break;
1739 case Primitive::kPrimChar:
Fred Shih37f05ef2014-07-16 18:38:08 -07001740 os << StringPrintf("%u (0x%x)\n", field->GetChar(obj), field->GetChar(obj));
Ian Rogers08f1f502014-12-02 15:04:37 -08001741 break;
1742 case Primitive::kPrimShort:
Fred Shih37f05ef2014-07-16 18:38:08 -07001743 os << StringPrintf("%d (0x%x)\n", field->GetShort(obj), field->GetShort(obj));
Ian Rogers08f1f502014-12-02 15:04:37 -08001744 break;
1745 case Primitive::kPrimBoolean:
Fred Shih37f05ef2014-07-16 18:38:08 -07001746 os << StringPrintf("%s (0x%x)\n", field->GetBoolean(obj)? "true" : "false",
1747 field->GetBoolean(obj));
Ian Rogers08f1f502014-12-02 15:04:37 -08001748 break;
1749 case Primitive::kPrimByte:
Fred Shih37f05ef2014-07-16 18:38:08 -07001750 os << StringPrintf("%d (0x%x)\n", field->GetByte(obj), field->GetByte(obj));
Ian Rogers08f1f502014-12-02 15:04:37 -08001751 break;
1752 case Primitive::kPrimNot: {
1753 // Get the value, don't compute the type unless it is non-null as we don't want
1754 // to cause class loading.
1755 mirror::Object* value = field->GetObj(obj);
1756 if (value == nullptr) {
1757 os << StringPrintf("null %s\n", PrettyDescriptor(field->GetTypeDescriptor()).c_str());
Ian Rogers50239c72013-06-17 14:53:22 -07001758 } else {
Ian Rogers08f1f502014-12-02 15:04:37 -08001759 // Grab the field type without causing resolution.
Mathieu Chartierdaaf3262015-03-24 13:30:28 -07001760 mirror::Class* field_type = field->GetType<false>();
Ian Rogers08f1f502014-12-02 15:04:37 -08001761 if (field_type != nullptr) {
1762 PrettyObjectValue(os, field_type, value);
1763 } else {
1764 os << StringPrintf("%p %s\n", value,
1765 PrettyDescriptor(field->GetTypeDescriptor()).c_str());
1766 }
Ian Rogers50239c72013-06-17 14:53:22 -07001767 }
Ian Rogers08f1f502014-12-02 15:04:37 -08001768 break;
Ian Rogers48efc2b2012-08-27 17:20:31 -07001769 }
Ian Rogers08f1f502014-12-02 15:04:37 -08001770 default:
1771 os << "unexpected field type: " << field->GetTypeDescriptor() << "\n";
1772 break;
Ian Rogersd5b32602012-02-26 16:40:04 -08001773 }
1774 }
1775
Ian Rogers2dd0e2c2013-01-24 12:42:14 -08001776 static void DumpFields(std::ostream& os, mirror::Object* obj, mirror::Class* klass)
Mathieu Chartier90443472015-07-16 20:32:27 -07001777 SHARED_REQUIRES(Locks::mutator_lock_) {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -08001778 mirror::Class* super = klass->GetSuperClass();
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001779 if (super != nullptr) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001780 DumpFields(os, obj, super);
Ian Rogersd5b32602012-02-26 16:40:04 -08001781 }
Mathieu Chartier54d220e2015-07-30 16:20:06 -07001782 for (ArtField& field : klass->GetIFields()) {
1783 PrintField(os, &field, obj);
Ian Rogersd5b32602012-02-26 16:40:04 -08001784 }
1785 }
1786
Ian Rogers2dd0e2c2013-01-24 12:42:14 -08001787 bool InDumpSpace(const mirror::Object* object) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001788 return image_space_.Contains(object);
Brian Carlstromf8bbb842012-03-14 03:01:42 -07001789 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001790
Mathieu Chartiere401d142015-04-22 13:56:20 -07001791 const void* GetQuickOatCodeBegin(ArtMethod* m)
Mathieu Chartier90443472015-07-16 20:32:27 -07001792 SHARED_REQUIRES(Locks::mutator_lock_) {
Mathieu Chartiera7dd0382014-11-20 17:08:58 -08001793 const void* quick_code = m->GetEntryPointFromQuickCompiledCodePtrSize(
1794 InstructionSetPointerSize(oat_dumper_->GetOatInstructionSet()));
Ian Rogers6f3dbba2014-10-14 17:41:57 -07001795 if (Runtime::Current()->GetClassLinker()->IsQuickResolutionStub(quick_code)) {
Ian Rogersef7d42f2014-01-06 12:55:46 -08001796 quick_code = oat_dumper_->GetQuickOatCode(m);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001797 }
Brian Carlstromf8bbb842012-03-14 03:01:42 -07001798 if (oat_dumper_->GetInstructionSet() == kThumb2) {
Ian Rogersef7d42f2014-01-06 12:55:46 -08001799 quick_code = reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(quick_code) & ~0x1);
Brian Carlstromf8bbb842012-03-14 03:01:42 -07001800 }
Ian Rogersef7d42f2014-01-06 12:55:46 -08001801 return quick_code;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001802 }
1803
Mathieu Chartiere401d142015-04-22 13:56:20 -07001804 uint32_t GetQuickOatCodeSize(ArtMethod* m)
Mathieu Chartier90443472015-07-16 20:32:27 -07001805 SHARED_REQUIRES(Locks::mutator_lock_) {
Ian Rogersef7d42f2014-01-06 12:55:46 -08001806 const uint32_t* oat_code_begin = reinterpret_cast<const uint32_t*>(GetQuickOatCodeBegin(m));
1807 if (oat_code_begin == nullptr) {
Brian Carlstromf8bbb842012-03-14 03:01:42 -07001808 return 0;
1809 }
1810 return oat_code_begin[-1];
1811 }
1812
Mathieu Chartiere401d142015-04-22 13:56:20 -07001813 const void* GetQuickOatCodeEnd(ArtMethod* m)
Mathieu Chartier90443472015-07-16 20:32:27 -07001814 SHARED_REQUIRES(Locks::mutator_lock_) {
Ian Rogersef7d42f2014-01-06 12:55:46 -08001815 const uint8_t* oat_code_begin = reinterpret_cast<const uint8_t*>(GetQuickOatCodeBegin(m));
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001816 if (oat_code_begin == nullptr) {
1817 return nullptr;
Brian Carlstromf8bbb842012-03-14 03:01:42 -07001818 }
Ian Rogersef7d42f2014-01-06 12:55:46 -08001819 return oat_code_begin + GetQuickOatCodeSize(m);
Brian Carlstromf8bbb842012-03-14 03:01:42 -07001820 }
1821
Mathieu Chartier90443472015-07-16 20:32:27 -07001822 static void Callback(mirror::Object* obj, void* arg) SHARED_REQUIRES(Locks::mutator_lock_) {
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001823 DCHECK(obj != nullptr);
1824 DCHECK(arg != nullptr);
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001825 ImageDumper* state = reinterpret_cast<ImageDumper*>(arg);
Brian Carlstrom78128a62011-09-15 17:21:19 -07001826 if (!state->InDumpSpace(obj)) {
1827 return;
1828 }
Brian Carlstrom916e74e2011-09-23 11:42:01 -07001829
1830 size_t object_bytes = obj->SizeOf();
1831 size_t alignment_bytes = RoundUp(object_bytes, kObjectAlignment) - object_bytes;
1832 state->stats_.object_bytes += object_bytes;
1833 state->stats_.alignment_bytes += alignment_bytes;
1834
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001835 std::ostream& os = state->vios_.Stream();
1836
Ian Rogers2dd0e2c2013-01-24 12:42:14 -08001837 mirror::Class* obj_class = obj->GetClass();
Ian Rogersd5b32602012-02-26 16:40:04 -08001838 if (obj_class->IsArrayClass()) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001839 os << StringPrintf("%p: %s length:%d\n", obj, PrettyDescriptor(obj_class).c_str(),
1840 obj->AsArray()->GetLength());
Ian Rogersd5b32602012-02-26 16:40:04 -08001841 } else if (obj->IsClass()) {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -08001842 mirror::Class* klass = obj->AsClass();
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001843 os << StringPrintf("%p: java.lang.Class \"%s\" (", obj, PrettyDescriptor(klass).c_str())
1844 << klass->GetStatus() << ")\n";
Ian Rogersd5b32602012-02-26 16:40:04 -08001845 } else if (obj_class->IsStringClass()) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001846 os << StringPrintf("%p: java.lang.String %s\n", obj,
Ian Rogers68b56852014-08-29 20:19:11 -07001847 PrintableString(obj->AsString()->ToModifiedUtf8().c_str()).c_str());
Ian Rogersd5b32602012-02-26 16:40:04 -08001848 } else {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08001849 os << StringPrintf("%p: %s\n", obj, PrettyDescriptor(obj_class).c_str());
Ian Rogersd5b32602012-02-26 16:40:04 -08001850 }
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001851 ScopedIndentation indent1(&state->vios_);
1852 DumpFields(os, obj, obj_class);
Mathieu Chartiere401d142015-04-22 13:56:20 -07001853 const auto image_pointer_size =
1854 InstructionSetPointerSize(state->oat_dumper_->GetOatInstructionSet());
Ian Rogersd5b32602012-02-26 16:40:04 -08001855 if (obj->IsObjectArray()) {
Mathieu Chartiere401d142015-04-22 13:56:20 -07001856 auto* obj_array = obj->AsObjectArray<mirror::Object>();
1857 for (int32_t i = 0, length = obj_array->GetLength(); i < length; i++) {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -08001858 mirror::Object* value = obj_array->Get(i);
Ian Rogersd5b32602012-02-26 16:40:04 -08001859 size_t run = 0;
1860 for (int32_t j = i + 1; j < length; j++) {
1861 if (value == obj_array->Get(j)) {
1862 run++;
1863 } else {
1864 break;
1865 }
1866 }
1867 if (run == 0) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001868 os << StringPrintf("%d: ", i);
Ian Rogersd5b32602012-02-26 16:40:04 -08001869 } else {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001870 os << StringPrintf("%d to %zd: ", i, i + run);
Ian Rogersd5b32602012-02-26 16:40:04 -08001871 i = i + run;
1872 }
Brian Carlstrom2ec65202014-03-03 15:16:37 -08001873 mirror::Class* value_class =
Andreas Gampe2ed8def2014-08-28 14:41:02 -07001874 (value == nullptr) ? obj_class->GetComponentType() : value->GetClass();
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001875 PrettyObjectValue(os, value_class, value);
Ian Rogersd5b32602012-02-26 16:40:04 -08001876 }
1877 } else if (obj->IsClass()) {
Mathieu Chartierc7853442015-03-27 14:35:38 -07001878 mirror::Class* klass = obj->AsClass();
Mathieu Chartier54d220e2015-07-30 16:20:06 -07001879 if (klass->NumStaticFields() != 0) {
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01001880 os << "STATICS:\n";
1881 ScopedIndentation indent2(&state->vios_);
Mathieu Chartier54d220e2015-07-30 16:20:06 -07001882 for (ArtField& field : klass->GetSFields()) {
1883 PrintField(os, &field, field.GetDeclaringClass());
Ian Rogersd5b32602012-02-26 16:40:04 -08001884 }
1885 }
Mathieu Chartiere401d142015-04-22 13:56:20 -07001886 } else {
Vladimir Marko05792b92015-08-03 11:56:49 +01001887 auto it = state->dex_caches_.find(obj);
1888 if (it != state->dex_caches_.end()) {
1889 auto* dex_cache = down_cast<mirror::DexCache*>(obj);
Mathieu Chartiere401d142015-04-22 13:56:20 -07001890 const auto& field_section = state->image_header_.GetImageSection(
1891 ImageHeader::kSectionArtFields);
1892 const auto& method_section = state->image_header_.GetMethodsSection();
Vladimir Marko05792b92015-08-03 11:56:49 +01001893 size_t num_methods = dex_cache->NumResolvedMethods();
1894 if (num_methods != 0u) {
1895 os << "Methods (size=" << num_methods << "):";
1896 ScopedIndentation indent2(&state->vios_);
1897 auto* resolved_methods = dex_cache->GetResolvedMethods();
1898 for (size_t i = 0, length = dex_cache->NumResolvedMethods(); i < length; ++i) {
1899 auto* elem = mirror::DexCache::GetElementPtrSize(resolved_methods, i, image_pointer_size);
1900 size_t run = 0;
1901 for (size_t j = i + 1;
1902 j != length && elem == mirror::DexCache::GetElementPtrSize(resolved_methods,
1903 j,
1904 image_pointer_size);
1905 ++j, ++run) {}
1906 if (run == 0) {
1907 os << StringPrintf("%zd: ", i);
1908 } else {
1909 os << StringPrintf("%zd to %zd: ", i, i + run);
1910 i = i + run;
1911 }
1912 std::string msg;
1913 if (elem == nullptr) {
1914 msg = "null";
1915 } else if (method_section.Contains(
1916 reinterpret_cast<uint8_t*>(elem) - state->image_space_.Begin())) {
1917 msg = PrettyMethod(reinterpret_cast<ArtMethod*>(elem));
1918 } else {
1919 msg = "<not in method section>";
1920 }
1921 os << StringPrintf("%p %s\n", elem, msg.c_str());
Ian Rogers0d2d3782012-04-10 11:09:18 -07001922 }
Vladimir Marko05792b92015-08-03 11:56:49 +01001923 }
1924 size_t num_fields = dex_cache->NumResolvedFields();
1925 if (num_fields != 0u) {
1926 os << "Fields (size=" << num_fields << "):";
1927 ScopedIndentation indent2(&state->vios_);
1928 auto* resolved_fields = dex_cache->GetResolvedFields();
1929 for (size_t i = 0, length = dex_cache->NumResolvedFields(); i < length; ++i) {
1930 auto* elem = mirror::DexCache::GetElementPtrSize(resolved_fields, i, image_pointer_size);
1931 size_t run = 0;
1932 for (size_t j = i + 1;
1933 j != length && elem == mirror::DexCache::GetElementPtrSize(resolved_fields,
1934 j,
1935 image_pointer_size);
1936 ++j, ++run) {}
1937 if (run == 0) {
1938 os << StringPrintf("%zd: ", i);
1939 } else {
1940 os << StringPrintf("%zd to %zd: ", i, i + run);
1941 i = i + run;
1942 }
1943 std::string msg;
1944 if (elem == nullptr) {
1945 msg = "null";
1946 } else if (field_section.Contains(
1947 reinterpret_cast<uint8_t*>(elem) - state->image_space_.Begin())) {
1948 msg = PrettyField(reinterpret_cast<ArtField*>(elem));
1949 } else {
1950 msg = "<not in field section>";
1951 }
1952 os << StringPrintf("%p %s\n", elem, msg.c_str());
Mathieu Chartiere401d142015-04-22 13:56:20 -07001953 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08001954 }
Brian Carlstrom78128a62011-09-15 17:21:19 -07001955 }
1956 }
Ian Rogers1ff3c982014-08-12 02:30:58 -07001957 std::string temp;
1958 state->stats_.Update(obj_class->GetDescriptor(&temp), object_bytes);
Brian Carlstrom78128a62011-09-15 17:21:19 -07001959 }
Brian Carlstrom27ec9612011-09-19 20:20:38 -07001960
Mathieu Chartiere401d142015-04-22 13:56:20 -07001961 void DumpMethod(ArtMethod* method, ImageDumper* state, std::ostream& indent_os)
Mathieu Chartier90443472015-07-16 20:32:27 -07001962 SHARED_REQUIRES(Locks::mutator_lock_) {
Mathieu Chartiere401d142015-04-22 13:56:20 -07001963 DCHECK(method != nullptr);
1964 const auto image_pointer_size =
1965 InstructionSetPointerSize(state->oat_dumper_->GetOatInstructionSet());
Nicolas Geoffray6bc43742015-10-12 18:11:10 +01001966 const void* quick_oat_code_begin = state->GetQuickOatCodeBegin(method);
1967 const void* quick_oat_code_end = state->GetQuickOatCodeEnd(method);
Nicolas Geoffray524e7ea2015-10-16 17:13:34 +01001968 OatQuickMethodHeader* method_header = reinterpret_cast<OatQuickMethodHeader*>(
1969 reinterpret_cast<uintptr_t>(quick_oat_code_begin) - sizeof(OatQuickMethodHeader));
Mathieu Chartiere401d142015-04-22 13:56:20 -07001970 if (method->IsNative()) {
Nicolas Geoffray524e7ea2015-10-16 17:13:34 +01001971 if (!Runtime::Current()->GetClassLinker()->IsQuickGenericJniStub(quick_oat_code_begin)) {
1972 DCHECK(method_header->GetNativeGcMap() == nullptr) << PrettyMethod(method);
1973 DCHECK(method_header->GetMappingTable() == nullptr) << PrettyMethod(method);
1974 }
Mathieu Chartiere401d142015-04-22 13:56:20 -07001975 bool first_occurrence;
Mathieu Chartiere401d142015-04-22 13:56:20 -07001976 uint32_t quick_oat_code_size = state->GetQuickOatCodeSize(method);
Nicolas Geoffray6bc43742015-10-12 18:11:10 +01001977 state->ComputeOatSize(quick_oat_code_begin, &first_occurrence);
Mathieu Chartiere401d142015-04-22 13:56:20 -07001978 if (first_occurrence) {
1979 state->stats_.native_to_managed_code_bytes += quick_oat_code_size;
1980 }
Nicolas Geoffray6bc43742015-10-12 18:11:10 +01001981 if (quick_oat_code_begin !=
1982 method->GetEntryPointFromQuickCompiledCodePtrSize(image_pointer_size)) {
1983 indent_os << StringPrintf("OAT CODE: %p\n", quick_oat_code_begin);
Mathieu Chartiere401d142015-04-22 13:56:20 -07001984 }
1985 } else if (method->IsAbstract() || method->IsCalleeSaveMethod() ||
1986 method->IsResolutionMethod() || method->IsImtConflictMethod() ||
1987 method->IsImtUnimplementedMethod() || method->IsClassInitializer()) {
Mathieu Chartiere401d142015-04-22 13:56:20 -07001988 } else {
1989 const DexFile::CodeItem* code_item = method->GetCodeItem();
1990 size_t dex_instruction_bytes = code_item->insns_size_in_code_units_ * 2;
1991 state->stats_.dex_instruction_bytes += dex_instruction_bytes;
1992
1993 bool first_occurrence;
1994 size_t gc_map_bytes = state->ComputeOatSize(
Nicolas Geoffray524e7ea2015-10-16 17:13:34 +01001995 method_header->GetNativeGcMap(), &first_occurrence);
Mathieu Chartiere401d142015-04-22 13:56:20 -07001996 if (first_occurrence) {
1997 state->stats_.gc_map_bytes += gc_map_bytes;
1998 }
1999
2000 size_t pc_mapping_table_bytes = state->ComputeOatSize(
Nicolas Geoffray524e7ea2015-10-16 17:13:34 +01002001 method_header->GetMappingTable(), &first_occurrence);
Mathieu Chartiere401d142015-04-22 13:56:20 -07002002 if (first_occurrence) {
2003 state->stats_.pc_mapping_table_bytes += pc_mapping_table_bytes;
2004 }
2005
Roland Levillain6d7f1792015-07-02 10:59:15 +01002006 size_t vmap_table_bytes = 0u;
Nicolas Geoffray524e7ea2015-10-16 17:13:34 +01002007 if (!method_header->IsOptimized()) {
Roland Levillain6d7f1792015-07-02 10:59:15 +01002008 // Method compiled with the optimizing compiler have no vmap table.
2009 vmap_table_bytes = state->ComputeOatSize(
Nicolas Geoffray524e7ea2015-10-16 17:13:34 +01002010 method_header->GetVmapTable(), &first_occurrence);
Roland Levillain6d7f1792015-07-02 10:59:15 +01002011 if (first_occurrence) {
2012 state->stats_.vmap_table_bytes += vmap_table_bytes;
2013 }
Mathieu Chartiere401d142015-04-22 13:56:20 -07002014 }
2015
Mathieu Chartiere401d142015-04-22 13:56:20 -07002016 uint32_t quick_oat_code_size = state->GetQuickOatCodeSize(method);
2017 state->ComputeOatSize(quick_oat_code_begin, &first_occurrence);
2018 if (first_occurrence) {
2019 state->stats_.managed_code_bytes += quick_oat_code_size;
2020 if (method->IsConstructor()) {
2021 if (method->IsStatic()) {
2022 state->stats_.class_initializer_code_bytes += quick_oat_code_size;
2023 } else if (dex_instruction_bytes > kLargeConstructorDexBytes) {
2024 state->stats_.large_initializer_code_bytes += quick_oat_code_size;
2025 }
2026 } else if (dex_instruction_bytes > kLargeMethodDexBytes) {
2027 state->stats_.large_method_code_bytes += quick_oat_code_size;
2028 }
2029 }
2030 state->stats_.managed_code_bytes_ignoring_deduplication += quick_oat_code_size;
2031
Igor Murashkin7617abd2015-07-10 18:27:47 -07002032 uint32_t method_access_flags = method->GetAccessFlags();
2033
Mathieu Chartiere401d142015-04-22 13:56:20 -07002034 indent_os << StringPrintf("OAT CODE: %p-%p\n", quick_oat_code_begin, quick_oat_code_end);
Igor Murashkin7617abd2015-07-10 18:27:47 -07002035 indent_os << StringPrintf("SIZE: Dex Instructions=%zd GC=%zd Mapping=%zd AccessFlags=0x%x\n",
2036 dex_instruction_bytes, gc_map_bytes, pc_mapping_table_bytes,
2037 method_access_flags);
Mathieu Chartiere401d142015-04-22 13:56:20 -07002038
2039 size_t total_size = dex_instruction_bytes + gc_map_bytes + pc_mapping_table_bytes +
Vladimir Marko14632852015-08-17 12:07:23 +01002040 vmap_table_bytes + quick_oat_code_size + ArtMethod::Size(image_pointer_size);
Mathieu Chartiere401d142015-04-22 13:56:20 -07002041
2042 double expansion =
2043 static_cast<double>(quick_oat_code_size) / static_cast<double>(dex_instruction_bytes);
2044 state->stats_.ComputeOutliers(total_size, expansion, method);
2045 }
2046 }
2047
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002048 std::set<const void*> already_seen_;
2049 // Compute the size of the given data within the oat file and whether this is the first time
2050 // this data has been requested
Elliott Hughesa0e18062012-04-13 15:59:59 -07002051 size_t ComputeOatSize(const void* oat_data, bool* first_occurrence) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002052 if (already_seen_.count(oat_data) == 0) {
Elliott Hughesa0e18062012-04-13 15:59:59 -07002053 *first_occurrence = true;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002054 already_seen_.insert(oat_data);
2055 } else {
Elliott Hughesa0e18062012-04-13 15:59:59 -07002056 *first_occurrence = false;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002057 }
2058 return oat_dumper_->ComputeSize(oat_data);
Brian Carlstrom27ec9612011-09-19 20:20:38 -07002059 }
Brian Carlstrom916e74e2011-09-23 11:42:01 -07002060
2061 public:
2062 struct Stats {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002063 size_t oat_file_bytes;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07002064 size_t file_bytes;
2065
2066 size_t header_bytes;
2067 size_t object_bytes;
Mathieu Chartiere401d142015-04-22 13:56:20 -07002068 size_t art_field_bytes;
2069 size_t art_method_bytes;
Vladimir Marko05792b92015-08-03 11:56:49 +01002070 size_t dex_cache_arrays_bytes;
Mathieu Chartierd39645e2015-06-09 17:50:29 -07002071 size_t interned_strings_bytes;
Mathieu Chartier208a5cb2015-12-02 15:44:07 -08002072 size_t class_table_bytes;
Mathieu Chartier32327092013-08-30 14:04:08 -07002073 size_t bitmap_bytes;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07002074 size_t alignment_bytes;
2075
2076 size_t managed_code_bytes;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002077 size_t managed_code_bytes_ignoring_deduplication;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07002078 size_t managed_to_native_code_bytes;
2079 size_t native_to_managed_code_bytes;
Ian Rogers0d2d3782012-04-10 11:09:18 -07002080 size_t class_initializer_code_bytes;
2081 size_t large_initializer_code_bytes;
2082 size_t large_method_code_bytes;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07002083
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002084 size_t gc_map_bytes;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07002085 size_t pc_mapping_table_bytes;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002086 size_t vmap_table_bytes;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07002087
2088 size_t dex_instruction_bytes;
2089
Mathieu Chartiere401d142015-04-22 13:56:20 -07002090 std::vector<ArtMethod*> method_outlier;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002091 std::vector<size_t> method_outlier_size;
2092 std::vector<double> method_outlier_expansion;
Ian Rogers700a4022014-05-19 16:49:03 -07002093 std::vector<std::pair<std::string, size_t>> oat_dex_file_sizes;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002094
Roland Levillain3887c462015-08-12 18:15:42 +01002095 Stats()
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002096 : oat_file_bytes(0),
2097 file_bytes(0),
Brian Carlstrom916e74e2011-09-23 11:42:01 -07002098 header_bytes(0),
2099 object_bytes(0),
Mathieu Chartiere401d142015-04-22 13:56:20 -07002100 art_field_bytes(0),
2101 art_method_bytes(0),
Vladimir Marko05792b92015-08-03 11:56:49 +01002102 dex_cache_arrays_bytes(0),
Mathieu Chartierd39645e2015-06-09 17:50:29 -07002103 interned_strings_bytes(0),
Mathieu Chartier208a5cb2015-12-02 15:44:07 -08002104 class_table_bytes(0),
Mathieu Chartier32327092013-08-30 14:04:08 -07002105 bitmap_bytes(0),
Brian Carlstrom916e74e2011-09-23 11:42:01 -07002106 alignment_bytes(0),
2107 managed_code_bytes(0),
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002108 managed_code_bytes_ignoring_deduplication(0),
Brian Carlstrom916e74e2011-09-23 11:42:01 -07002109 managed_to_native_code_bytes(0),
2110 native_to_managed_code_bytes(0),
Ian Rogers0d2d3782012-04-10 11:09:18 -07002111 class_initializer_code_bytes(0),
2112 large_initializer_code_bytes(0),
2113 large_method_code_bytes(0),
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002114 gc_map_bytes(0),
Brian Carlstrom916e74e2011-09-23 11:42:01 -07002115 pc_mapping_table_bytes(0),
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002116 vmap_table_bytes(0),
Brian Carlstrom916e74e2011-09-23 11:42:01 -07002117 dex_instruction_bytes(0) {}
2118
Elliott Hughesa0e18062012-04-13 15:59:59 -07002119 struct SizeAndCount {
Andreas Gampe277ccbd2014-11-03 21:36:10 -08002120 SizeAndCount(size_t bytes_in, size_t count_in) : bytes(bytes_in), count(count_in) {}
Elliott Hughesa0e18062012-04-13 15:59:59 -07002121 size_t bytes;
2122 size_t count;
2123 };
2124 typedef SafeMap<std::string, SizeAndCount> SizeAndCountTable;
2125 SizeAndCountTable sizes_and_counts;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07002126
Andreas Gampe277ccbd2014-11-03 21:36:10 -08002127 void Update(const char* descriptor, size_t object_bytes_in) {
Elliott Hughesa0e18062012-04-13 15:59:59 -07002128 SizeAndCountTable::iterator it = sizes_and_counts.find(descriptor);
2129 if (it != sizes_and_counts.end()) {
Andreas Gampe277ccbd2014-11-03 21:36:10 -08002130 it->second.bytes += object_bytes_in;
Elliott Hughesa0e18062012-04-13 15:59:59 -07002131 it->second.count += 1;
2132 } else {
Andreas Gampe277ccbd2014-11-03 21:36:10 -08002133 sizes_and_counts.Put(descriptor, SizeAndCount(object_bytes_in, 1));
Elliott Hughesa0e18062012-04-13 15:59:59 -07002134 }
2135 }
Brian Carlstrom916e74e2011-09-23 11:42:01 -07002136
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002137 double PercentOfOatBytes(size_t size) {
2138 return (static_cast<double>(size) / static_cast<double>(oat_file_bytes)) * 100;
2139 }
2140
Brian Carlstrom916e74e2011-09-23 11:42:01 -07002141 double PercentOfFileBytes(size_t size) {
2142 return (static_cast<double>(size) / static_cast<double>(file_bytes)) * 100;
2143 }
2144
2145 double PercentOfObjectBytes(size_t size) {
2146 return (static_cast<double>(size) / static_cast<double>(object_bytes)) * 100;
2147 }
2148
Mathieu Chartiere401d142015-04-22 13:56:20 -07002149 void ComputeOutliers(size_t total_size, double expansion, ArtMethod* method) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002150 method_outlier_size.push_back(total_size);
2151 method_outlier_expansion.push_back(expansion);
2152 method_outlier.push_back(method);
2153 }
Brian Carlstrom916e74e2011-09-23 11:42:01 -07002154
Ian Rogers00f7d0e2012-07-19 15:28:27 -07002155 void DumpOutliers(std::ostream& os)
Mathieu Chartier90443472015-07-16 20:32:27 -07002156 SHARED_REQUIRES(Locks::mutator_lock_) {
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002157 size_t sum_of_sizes = 0;
2158 size_t sum_of_sizes_squared = 0;
2159 size_t sum_of_expansion = 0;
2160 size_t sum_of_expansion_squared = 0;
2161 size_t n = method_outlier_size.size();
Jeff Haodcdc85b2015-12-04 14:06:18 -08002162 if (n == 0) {
2163 return;
2164 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002165 for (size_t i = 0; i < n; i++) {
2166 size_t cur_size = method_outlier_size[i];
2167 sum_of_sizes += cur_size;
2168 sum_of_sizes_squared += cur_size * cur_size;
2169 double cur_expansion = method_outlier_expansion[i];
2170 sum_of_expansion += cur_expansion;
2171 sum_of_expansion_squared += cur_expansion * cur_expansion;
2172 }
2173 size_t size_mean = sum_of_sizes / n;
2174 size_t size_variance = (sum_of_sizes_squared - sum_of_sizes * size_mean) / (n - 1);
2175 double expansion_mean = sum_of_expansion / n;
2176 double expansion_variance =
2177 (sum_of_expansion_squared - sum_of_expansion * expansion_mean) / (n - 1);
2178
2179 // Dump methods whose size is a certain number of standard deviations from the mean
2180 size_t dumped_values = 0;
2181 size_t skipped_values = 0;
2182 for (size_t i = 100; i > 0; i--) { // i is the current number of standard deviations
2183 size_t cur_size_variance = i * i * size_variance;
2184 bool first = true;
2185 for (size_t j = 0; j < n; j++) {
2186 size_t cur_size = method_outlier_size[j];
2187 if (cur_size > size_mean) {
2188 size_t cur_var = cur_size - size_mean;
2189 cur_var = cur_var * cur_var;
2190 if (cur_var > cur_size_variance) {
2191 if (dumped_values > 20) {
2192 if (i == 1) {
2193 skipped_values++;
2194 } else {
2195 i = 2; // jump to counting for 1 standard deviation
2196 break;
2197 }
2198 } else {
2199 if (first) {
Elliott Hughesc073b072012-05-24 19:29:17 -07002200 os << "\nBig methods (size > " << i << " standard deviations the norm):\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002201 first = false;
2202 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -08002203 os << PrettyMethod(method_outlier[j]) << " requires storage of "
Elliott Hughesc073b072012-05-24 19:29:17 -07002204 << PrettySize(cur_size) << "\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002205 method_outlier_size[j] = 0; // don't consider this method again
2206 dumped_values++;
2207 }
2208 }
2209 }
2210 }
2211 }
2212 if (skipped_values > 0) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08002213 os << "... skipped " << skipped_values
Elliott Hughesc073b072012-05-24 19:29:17 -07002214 << " methods with size > 1 standard deviation from the norm\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002215 }
Elliott Hughesc073b072012-05-24 19:29:17 -07002216 os << std::flush;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002217
2218 // Dump methods whose expansion is a certain number of standard deviations from the mean
2219 dumped_values = 0;
2220 skipped_values = 0;
2221 for (size_t i = 10; i > 0; i--) { // i is the current number of standard deviations
2222 double cur_expansion_variance = i * i * expansion_variance;
2223 bool first = true;
2224 for (size_t j = 0; j < n; j++) {
2225 double cur_expansion = method_outlier_expansion[j];
2226 if (cur_expansion > expansion_mean) {
2227 size_t cur_var = cur_expansion - expansion_mean;
2228 cur_var = cur_var * cur_var;
2229 if (cur_var > cur_expansion_variance) {
2230 if (dumped_values > 20) {
2231 if (i == 1) {
2232 skipped_values++;
2233 } else {
2234 i = 2; // jump to counting for 1 standard deviation
2235 break;
2236 }
2237 } else {
2238 if (first) {
2239 os << "\nLarge expansion methods (size > " << i
Elliott Hughesc073b072012-05-24 19:29:17 -07002240 << " standard deviations the norm):\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002241 first = false;
2242 }
Ian Rogers2bcb4a42012-11-08 10:39:18 -08002243 os << PrettyMethod(method_outlier[j]) << " expanded code by "
Elliott Hughesc073b072012-05-24 19:29:17 -07002244 << cur_expansion << "\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002245 method_outlier_expansion[j] = 0.0; // don't consider this method again
2246 dumped_values++;
2247 }
2248 }
2249 }
2250 }
2251 }
2252 if (skipped_values > 0) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08002253 os << "... skipped " << skipped_values
Elliott Hughesc073b072012-05-24 19:29:17 -07002254 << " methods with expansion > 1 standard deviation from the norm\n";
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002255 }
Elliott Hughesc073b072012-05-24 19:29:17 -07002256 os << "\n" << std::flush;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002257 }
2258
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01002259 void Dump(std::ostream& os, std::ostream& indent_os)
Mathieu Chartier90443472015-07-16 20:32:27 -07002260 SHARED_REQUIRES(Locks::mutator_lock_) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08002261 {
2262 os << "art_file_bytes = " << PrettySize(file_bytes) << "\n\n"
2263 << "art_file_bytes = header_bytes + object_bytes + alignment_bytes\n";
Vladimir Marko05792b92015-08-03 11:56:49 +01002264 indent_os << StringPrintf("header_bytes = %8zd (%2.0f%% of art file bytes)\n"
2265 "object_bytes = %8zd (%2.0f%% of art file bytes)\n"
2266 "art_field_bytes = %8zd (%2.0f%% of art file bytes)\n"
2267 "art_method_bytes = %8zd (%2.0f%% of art file bytes)\n"
2268 "dex_cache_arrays_bytes = %8zd (%2.0f%% of art file bytes)\n"
2269 "interned_string_bytes = %8zd (%2.0f%% of art file bytes)\n"
Mathieu Chartier208a5cb2015-12-02 15:44:07 -08002270 "class_table_bytes = %8zd (%2.0f%% of art file bytes)\n"
Vladimir Marko05792b92015-08-03 11:56:49 +01002271 "bitmap_bytes = %8zd (%2.0f%% of art file bytes)\n"
2272 "alignment_bytes = %8zd (%2.0f%% of art file bytes)\n\n",
Ian Rogers2bcb4a42012-11-08 10:39:18 -08002273 header_bytes, PercentOfFileBytes(header_bytes),
2274 object_bytes, PercentOfFileBytes(object_bytes),
Mathieu Chartiere401d142015-04-22 13:56:20 -07002275 art_field_bytes, PercentOfFileBytes(art_field_bytes),
2276 art_method_bytes, PercentOfFileBytes(art_method_bytes),
Vladimir Marko05792b92015-08-03 11:56:49 +01002277 dex_cache_arrays_bytes,
2278 PercentOfFileBytes(dex_cache_arrays_bytes),
Mathieu Chartierd39645e2015-06-09 17:50:29 -07002279 interned_strings_bytes,
2280 PercentOfFileBytes(interned_strings_bytes),
Mathieu Chartier208a5cb2015-12-02 15:44:07 -08002281 class_table_bytes, PercentOfFileBytes(class_table_bytes),
Mathieu Chartier32327092013-08-30 14:04:08 -07002282 bitmap_bytes, PercentOfFileBytes(bitmap_bytes),
Ian Rogers2bcb4a42012-11-08 10:39:18 -08002283 alignment_bytes, PercentOfFileBytes(alignment_bytes))
2284 << std::flush;
Mathieu Chartier208a5cb2015-12-02 15:44:07 -08002285 CHECK_EQ(file_bytes,
2286 header_bytes + object_bytes + art_field_bytes + art_method_bytes +
2287 dex_cache_arrays_bytes + interned_strings_bytes + class_table_bytes +
2288 bitmap_bytes + alignment_bytes);
Ian Rogers2bcb4a42012-11-08 10:39:18 -08002289 }
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002290
Ian Rogers2bcb4a42012-11-08 10:39:18 -08002291 os << "object_bytes breakdown:\n";
Brian Carlstrom916e74e2011-09-23 11:42:01 -07002292 size_t object_bytes_total = 0;
Mathieu Chartier02e25112013-08-14 16:14:24 -07002293 for (const auto& sizes_and_count : sizes_and_counts) {
2294 const std::string& descriptor(sizes_and_count.first);
2295 double average = static_cast<double>(sizes_and_count.second.bytes) /
2296 static_cast<double>(sizes_and_count.second.count);
2297 double percent = PercentOfObjectBytes(sizes_and_count.second.bytes);
Ian Rogers2bcb4a42012-11-08 10:39:18 -08002298 os << StringPrintf("%32s %8zd bytes %6zd instances "
Elliott Hughesa0e18062012-04-13 15:59:59 -07002299 "(%4.0f bytes/instance) %2.0f%% of object_bytes\n",
Mathieu Chartier02e25112013-08-14 16:14:24 -07002300 descriptor.c_str(), sizes_and_count.second.bytes,
2301 sizes_and_count.second.count, average, percent);
2302 object_bytes_total += sizes_and_count.second.bytes;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07002303 }
Elliott Hughesc073b072012-05-24 19:29:17 -07002304 os << "\n" << std::flush;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07002305 CHECK_EQ(object_bytes, object_bytes_total);
2306
Ian Rogers2bcb4a42012-11-08 10:39:18 -08002307 os << StringPrintf("oat_file_bytes = %8zd\n"
2308 "managed_code_bytes = %8zd (%2.0f%% of oat file bytes)\n"
2309 "managed_to_native_code_bytes = %8zd (%2.0f%% of oat file bytes)\n"
2310 "native_to_managed_code_bytes = %8zd (%2.0f%% of oat file bytes)\n\n"
2311 "class_initializer_code_bytes = %8zd (%2.0f%% of oat file bytes)\n"
2312 "large_initializer_code_bytes = %8zd (%2.0f%% of oat file bytes)\n"
2313 "large_method_code_bytes = %8zd (%2.0f%% of oat file bytes)\n\n",
Ian Rogers05f28c62012-10-23 18:12:13 -07002314 oat_file_bytes,
Brian Carlstrom2ec65202014-03-03 15:16:37 -08002315 managed_code_bytes,
2316 PercentOfOatBytes(managed_code_bytes),
2317 managed_to_native_code_bytes,
2318 PercentOfOatBytes(managed_to_native_code_bytes),
2319 native_to_managed_code_bytes,
2320 PercentOfOatBytes(native_to_managed_code_bytes),
2321 class_initializer_code_bytes,
2322 PercentOfOatBytes(class_initializer_code_bytes),
2323 large_initializer_code_bytes,
2324 PercentOfOatBytes(large_initializer_code_bytes),
2325 large_method_code_bytes,
2326 PercentOfOatBytes(large_method_code_bytes))
Ian Rogers2bcb4a42012-11-08 10:39:18 -08002327 << "DexFile sizes:\n";
Mathieu Chartier02e25112013-08-14 16:14:24 -07002328 for (const std::pair<std::string, size_t>& oat_dex_file_size : oat_dex_file_sizes) {
Ian Rogers2bcb4a42012-11-08 10:39:18 -08002329 os << StringPrintf("%s = %zd (%2.0f%% of oat file bytes)\n",
Mathieu Chartier02e25112013-08-14 16:14:24 -07002330 oat_dex_file_size.first.c_str(), oat_dex_file_size.second,
2331 PercentOfOatBytes(oat_dex_file_size.second));
Ian Rogers05f28c62012-10-23 18:12:13 -07002332 }
2333
Ian Rogers2bcb4a42012-11-08 10:39:18 -08002334 os << "\n" << StringPrintf("gc_map_bytes = %7zd (%2.0f%% of oat file bytes)\n"
2335 "pc_mapping_table_bytes = %7zd (%2.0f%% of oat file bytes)\n"
2336 "vmap_table_bytes = %7zd (%2.0f%% of oat file bytes)\n\n",
Ian Rogers05f28c62012-10-23 18:12:13 -07002337 gc_map_bytes, PercentOfOatBytes(gc_map_bytes),
2338 pc_mapping_table_bytes, PercentOfOatBytes(pc_mapping_table_bytes),
2339 vmap_table_bytes, PercentOfOatBytes(vmap_table_bytes))
Elliott Hughesc073b072012-05-24 19:29:17 -07002340 << std::flush;
Brian Carlstrom916e74e2011-09-23 11:42:01 -07002341
Ian Rogers2bcb4a42012-11-08 10:39:18 -08002342 os << StringPrintf("dex_instruction_bytes = %zd\n", dex_instruction_bytes)
2343 << StringPrintf("managed_code_bytes expansion = %.2f (ignoring deduplication %.2f)\n\n",
Brian Carlstrom2ec65202014-03-03 15:16:37 -08002344 static_cast<double>(managed_code_bytes) /
2345 static_cast<double>(dex_instruction_bytes),
Elliott Hughesc073b072012-05-24 19:29:17 -07002346 static_cast<double>(managed_code_bytes_ignoring_deduplication) /
Elliott Hughescf44e6f2012-05-24 19:42:18 -07002347 static_cast<double>(dex_instruction_bytes))
Elliott Hughesc073b072012-05-24 19:29:17 -07002348 << std::flush;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002349
2350 DumpOutliers(os);
Brian Carlstrom916e74e2011-09-23 11:42:01 -07002351 }
2352 } stats_;
2353
2354 private:
Ian Rogers0d2d3782012-04-10 11:09:18 -07002355 enum {
2356 // Number of bytes for a constructor to be considered large. Based on the 1000 basic block
2357 // threshold, we assume 2 bytes per instruction and 2 instructions per block.
2358 kLargeConstructorDexBytes = 4000,
2359 // Number of bytes for a method to be considered large. Based on the 4000 basic block
2360 // threshold, we assume 2 bytes per instruction and 2 instructions per block.
2361 kLargeMethodDexBytes = 16000
2362 };
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01002363
2364 // For performance, use the *os_ directly for anything that doesn't need indentation
2365 // and prepare an indentation stream with default indentation 1.
Ian Rogers2bcb4a42012-11-08 10:39:18 -08002366 std::ostream* os_;
Vladimir Marko8f1e08a2015-06-26 12:06:30 +01002367 VariableIndentationOutputStream vios_;
2368 ScopedIndentation indent1_;
2369
Ian Rogers1d54e732013-05-02 21:10:01 -07002370 gc::space::ImageSpace& image_space_;
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002371 const ImageHeader& image_header_;
Brian Carlstrom2cbaccb2014-09-14 20:34:17 -07002372 std::unique_ptr<OatDumper> oat_dumper_;
Andreas Gampedf2bb1f2015-05-04 18:25:23 -07002373 OatDumperOptions* oat_dumper_options_;
Vladimir Marko05792b92015-08-03 11:56:49 +01002374 std::set<mirror::Object*> dex_caches_;
Elliott Hughesd1bb4f62011-09-23 14:09:45 -07002375
Ian Rogers3a5c1ce2012-02-29 10:06:46 -08002376 DISALLOW_COPY_AND_ASSIGN(ImageDumper);
Brian Carlstrom78128a62011-09-15 17:21:19 -07002377};
2378
Jeff Haodcdc85b2015-12-04 14:06:18 -08002379static int DumpImage(Runtime* runtime, OatDumperOptions* options, std::ostream* os) {
Andreas Gampe00b25f32014-09-17 21:49:05 -07002380 // Dumping the image, no explicit class loader.
Mathieu Chartier9865bde2015-12-21 09:58:16 -08002381 ScopedNullHandle<mirror::ClassLoader> null_class_loader;
Andreas Gampe00b25f32014-09-17 21:49:05 -07002382 options->class_loader_ = &null_class_loader;
2383
Ian Rogers00f7d0e2012-07-19 15:28:27 -07002384 ScopedObjectAccess soa(Thread::Current());
Andreas Gampe00b25f32014-09-17 21:49:05 -07002385 gc::Heap* heap = runtime->GetHeap();
Jeff Haodcdc85b2015-12-04 14:06:18 -08002386 std::vector<gc::space::ImageSpace*> image_spaces = heap->GetBootImageSpaces();
2387 CHECK(!image_spaces.empty());
2388 for (gc::space::ImageSpace* image_space : image_spaces) {
2389 const ImageHeader& image_header = image_space->GetImageHeader();
2390 if (!image_header.IsValid()) {
2391 fprintf(stderr, "Invalid image header %s\n", image_space->GetImageLocation().c_str());
2392 return EXIT_FAILURE;
2393 }
2394
2395 ImageDumper image_dumper(os, *image_space, image_header, options);
2396 if (!image_dumper.Dump()) {
2397 return EXIT_FAILURE;
2398 }
Brian Carlstrom78128a62011-09-15 17:21:19 -07002399 }
Jeff Haodcdc85b2015-12-04 14:06:18 -08002400 return EXIT_SUCCESS;
Brian Carlstrom78128a62011-09-15 17:21:19 -07002401}
2402
Andreas Gampe00b25f32014-09-17 21:49:05 -07002403static int DumpOatWithRuntime(Runtime* runtime, OatFile* oat_file, OatDumperOptions* options,
2404 std::ostream* os) {
2405 CHECK(runtime != nullptr && oat_file != nullptr && options != nullptr);
2406
2407 Thread* self = Thread::Current();
2408 CHECK(self != nullptr);
2409 // Need well-known-classes.
2410 WellKnownClasses::Init(self->GetJniEnv());
2411
2412 // Need to register dex files to get a working dex cache.
2413 ScopedObjectAccess soa(self);
2414 ClassLinker* class_linker = runtime->GetClassLinker();
Mathieu Chartierd57d4542015-10-14 10:55:30 -07002415 runtime->GetOatFileManager().RegisterOatFile(std::unique_ptr<const OatFile>(oat_file));
Mathieu Chartierac8f4392015-08-27 13:54:20 -07002416 std::vector<const DexFile*> class_path;
Andreas Gampe00b25f32014-09-17 21:49:05 -07002417 for (const OatFile::OatDexFile* odf : oat_file->GetOatDexFiles()) {
2418 std::string error_msg;
Mathieu Chartierac8f4392015-08-27 13:54:20 -07002419 const DexFile* const dex_file = OpenDexFile(odf, &error_msg);
Andreas Gampe00b25f32014-09-17 21:49:05 -07002420 CHECK(dex_file != nullptr) << error_msg;
Mathieu Chartierd57d4542015-10-14 10:55:30 -07002421 class_linker->RegisterDexFile(*dex_file, runtime->GetLinearAlloc());
Mathieu Chartierac8f4392015-08-27 13:54:20 -07002422 class_path.push_back(dex_file);
Andreas Gampe00b25f32014-09-17 21:49:05 -07002423 }
2424
2425 // Need a class loader.
Andreas Gampe00b25f32014-09-17 21:49:05 -07002426 // Fake that we're a compiler.
Mathieu Chartier966878d2016-01-14 14:33:29 -08002427 jobject class_loader = class_linker->CreatePathClassLoader(self, class_path);
Andreas Gampe00b25f32014-09-17 21:49:05 -07002428
2429 // Use the class loader while dumping.
2430 StackHandleScope<1> scope(self);
2431 Handle<mirror::ClassLoader> loader_handle = scope.NewHandle(
2432 soa.Decode<mirror::ClassLoader*>(class_loader));
2433 options->class_loader_ = &loader_handle;
2434
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -08002435 OatDumper oat_dumper(*oat_file, *options);
Andreas Gampe00b25f32014-09-17 21:49:05 -07002436 bool success = oat_dumper.Dump(*os);
2437 return (success) ? EXIT_SUCCESS : EXIT_FAILURE;
2438}
2439
2440static int DumpOatWithoutRuntime(OatFile* oat_file, OatDumperOptions* options, std::ostream* os) {
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -08002441 CHECK(oat_file != nullptr && options != nullptr);
Andreas Gampe00b25f32014-09-17 21:49:05 -07002442 // No image = no class loader.
Mathieu Chartier9865bde2015-12-21 09:58:16 -08002443 ScopedNullHandle<mirror::ClassLoader> null_class_loader;
Andreas Gampe00b25f32014-09-17 21:49:05 -07002444 options->class_loader_ = &null_class_loader;
2445
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -08002446 OatDumper oat_dumper(*oat_file, *options);
Andreas Gampe00b25f32014-09-17 21:49:05 -07002447 bool success = oat_dumper.Dump(*os);
2448 return (success) ? EXIT_SUCCESS : EXIT_FAILURE;
2449}
2450
2451static int DumpOat(Runtime* runtime, const char* oat_filename, OatDumperOptions* options,
2452 std::ostream* os) {
2453 std::string error_msg;
Igor Murashkin37743352014-11-13 14:38:00 -08002454 OatFile* oat_file = OatFile::Open(oat_filename, oat_filename, nullptr, nullptr, false,
Igor Murashkinb1d8c312015-08-04 11:18:43 -07002455 nullptr, &error_msg);
Andreas Gampe00b25f32014-09-17 21:49:05 -07002456 if (oat_file == nullptr) {
2457 fprintf(stderr, "Failed to open oat file from '%s': %s\n", oat_filename, error_msg.c_str());
2458 return EXIT_FAILURE;
2459 }
2460
2461 if (runtime != nullptr) {
2462 return DumpOatWithRuntime(runtime, oat_file, options, os);
2463 } else {
2464 return DumpOatWithoutRuntime(oat_file, options, os);
2465 }
2466}
2467
2468static int SymbolizeOat(const char* oat_filename, std::string& output_name) {
2469 std::string error_msg;
Igor Murashkin37743352014-11-13 14:38:00 -08002470 OatFile* oat_file = OatFile::Open(oat_filename, oat_filename, nullptr, nullptr, false,
Igor Murashkinb1d8c312015-08-04 11:18:43 -07002471 nullptr, &error_msg);
Andreas Gampe00b25f32014-09-17 21:49:05 -07002472 if (oat_file == nullptr) {
2473 fprintf(stderr, "Failed to open oat file from '%s': %s\n", oat_filename, error_msg.c_str());
2474 return EXIT_FAILURE;
2475 }
2476
2477 OatSymbolizer oat_symbolizer(oat_file, output_name);
Andreas Gampe00b25f32014-09-17 21:49:05 -07002478 if (!oat_symbolizer.Symbolize()) {
2479 fprintf(stderr, "Failed to symbolize\n");
2480 return EXIT_FAILURE;
2481 }
2482
2483 return EXIT_SUCCESS;
2484}
2485
Igor Murashkin37743352014-11-13 14:38:00 -08002486struct OatdumpArgs : public CmdlineArgs {
2487 protected:
2488 using Base = CmdlineArgs;
Andreas Gampe00b25f32014-09-17 21:49:05 -07002489
Igor Murashkin37743352014-11-13 14:38:00 -08002490 virtual ParseStatus ParseCustom(const StringPiece& option,
2491 std::string* error_msg) OVERRIDE {
2492 {
2493 ParseStatus base_parse = Base::ParseCustom(option, error_msg);
2494 if (base_parse != kParseUnknownArgument) {
2495 return base_parse;
Andreas Gampe00b25f32014-09-17 21:49:05 -07002496 }
2497 }
2498
Igor Murashkin37743352014-11-13 14:38:00 -08002499 if (option.starts_with("--oat-file=")) {
2500 oat_filename_ = option.substr(strlen("--oat-file=")).data();
2501 } else if (option.starts_with("--image=")) {
2502 image_location_ = option.substr(strlen("--image=")).data();
2503 } else if (option =="--dump:raw_mapping_table") {
2504 dump_raw_mapping_table_ = true;
2505 } else if (option == "--dump:raw_gc_map") {
2506 dump_raw_gc_map_ = true;
2507 } else if (option == "--no-dump:vmap") {
2508 dump_vmap_ = false;
Roland Levillainf2650d12015-05-28 14:53:28 +01002509 } else if (option =="--dump:code_info_stack_maps") {
2510 dump_code_info_stack_maps_ = true;
Igor Murashkin37743352014-11-13 14:38:00 -08002511 } else if (option == "--no-disassemble") {
2512 disassemble_code_ = false;
2513 } else if (option.starts_with("--symbolize=")) {
2514 oat_filename_ = option.substr(strlen("--symbolize=")).data();
2515 symbolize_ = true;
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -08002516 } else if (option.starts_with("--class-filter=")) {
2517 class_filter_ = option.substr(strlen("--class-filter=")).data();
Igor Murashkin37743352014-11-13 14:38:00 -08002518 } else if (option.starts_with("--method-filter=")) {
2519 method_filter_ = option.substr(strlen("--method-filter=")).data();
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -08002520 } else if (option.starts_with("--list-classes")) {
2521 list_classes_ = true;
2522 } else if (option.starts_with("--list-methods")) {
2523 list_methods_ = true;
2524 } else if (option.starts_with("--export-dex-to=")) {
2525 export_dex_location_ = option.substr(strlen("--export-dex-to=")).data();
2526 } else if (option.starts_with("--addr2instr=")) {
2527 if (!ParseUint(option.substr(strlen("--addr2instr=")).data(), &addr2instr_)) {
2528 *error_msg = "Address conversion failed";
2529 return kParseError;
2530 }
Igor Murashkin37743352014-11-13 14:38:00 -08002531 } else {
2532 return kParseUnknownArgument;
Andreas Gampe00b25f32014-09-17 21:49:05 -07002533 }
2534
Igor Murashkin37743352014-11-13 14:38:00 -08002535 return kParseOk;
Andreas Gampe00b25f32014-09-17 21:49:05 -07002536 }
2537
Igor Murashkin37743352014-11-13 14:38:00 -08002538 virtual ParseStatus ParseChecks(std::string* error_msg) OVERRIDE {
2539 // Infer boot image location from the image location if possible.
2540 if (boot_image_location_ == nullptr) {
2541 boot_image_location_ = image_location_;
2542 }
2543
2544 // Perform the parent checks.
2545 ParseStatus parent_checks = Base::ParseChecks(error_msg);
2546 if (parent_checks != kParseOk) {
2547 return parent_checks;
2548 }
2549
2550 // Perform our own checks.
2551 if (image_location_ == nullptr && oat_filename_ == nullptr) {
2552 *error_msg = "Either --image or --oat-file must be specified";
2553 return kParseError;
2554 } else if (image_location_ != nullptr && oat_filename_ != nullptr) {
2555 *error_msg = "Either --image or --oat-file must be specified but not both";
2556 return kParseError;
2557 }
2558
2559 return kParseOk;
2560 }
2561
2562 virtual std::string GetUsage() const {
2563 std::string usage;
2564
2565 usage +=
2566 "Usage: oatdump [options] ...\n"
2567 " Example: oatdump --image=$ANDROID_PRODUCT_OUT/system/framework/boot.art\n"
2568 " Example: adb shell oatdump --image=/system/framework/boot.art\n"
2569 "\n"
2570 // Either oat-file or image is required.
2571 " --oat-file=<file.oat>: specifies an input oat filename.\n"
2572 " Example: --oat-file=/system/framework/boot.oat\n"
2573 "\n"
2574 " --image=<file.art>: specifies an input image location.\n"
2575 " Example: --image=/system/framework/boot.art\n"
2576 "\n";
2577
2578 usage += Base::GetUsage();
2579
2580 usage += // Optional.
2581 " --dump:raw_mapping_table enables dumping of the mapping table.\n"
2582 " Example: --dump:raw_mapping_table\n"
2583 "\n"
Mathieu Chartier19510f02015-05-26 14:44:35 -07002584 " --dump:raw_gc_map enables dumping of the GC map.\n"
Igor Murashkin37743352014-11-13 14:38:00 -08002585 " Example: --dump:raw_gc_map\n"
2586 "\n"
2587 " --no-dump:vmap may be used to disable vmap dumping.\n"
2588 " Example: --no-dump:vmap\n"
2589 "\n"
Roland Levillainf2650d12015-05-28 14:53:28 +01002590 " --dump:code_info_stack_maps enables dumping of stack maps in CodeInfo sections.\n"
2591 " Example: --dump:code_info_stack_maps\n"
2592 "\n"
Igor Murashkin37743352014-11-13 14:38:00 -08002593 " --no-disassemble may be used to disable disassembly.\n"
2594 " Example: --no-disassemble\n"
2595 "\n"
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -08002596 " --list-classes may be used to list target file classes (can be used with filters).\n"
2597 " Example: --list-classes\n"
2598 " Example: --list-classes --class-filter=com.example.foo\n"
2599 "\n"
2600 " --list-methods may be used to list target file methods (can be used with filters).\n"
2601 " Example: --list-methods\n"
2602 " Example: --list-methods --class-filter=com.example --method-filter=foo\n"
2603 "\n"
2604 " --symbolize=<file.oat>: output a copy of file.oat with elf symbols included.\n"
2605 " Example: --symbolize=/system/framework/boot.oat\n"
2606 "\n"
2607 " --class-filter=<class name>: only dumps classes that contain the filter.\n"
2608 " Example: --class-filter=com.example.foo\n"
2609 "\n"
Igor Murashkin37743352014-11-13 14:38:00 -08002610 " --method-filter=<method name>: only dumps methods that contain the filter.\n"
2611 " Example: --method-filter=foo\n"
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -08002612 "\n"
2613 " --export-dex-to=<directory>: may be used to export oat embedded dex files.\n"
2614 " Example: --export-dex-to=/data/local/tmp\n"
2615 "\n"
2616 " --addr2instr=<address>: output matching method disassembled code from relative\n"
2617 " address (e.g. PC from crash dump)\n"
2618 " Example: --addr2instr=0x00001a3b\n"
Igor Murashkin37743352014-11-13 14:38:00 -08002619 "\n";
2620
2621 return usage;
2622 }
2623
2624 public:
Andreas Gampe00b25f32014-09-17 21:49:05 -07002625 const char* oat_filename_ = nullptr;
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -08002626 const char* class_filter_ = "";
Nicolas Geoffray3fcd2202014-11-12 18:02:36 +00002627 const char* method_filter_ = "";
Andreas Gampe00b25f32014-09-17 21:49:05 -07002628 const char* image_location_ = nullptr;
Andreas Gampe00b25f32014-09-17 21:49:05 -07002629 std::string elf_filename_prefix_;
Andreas Gampe00b25f32014-09-17 21:49:05 -07002630 bool dump_raw_mapping_table_ = false;
2631 bool dump_raw_gc_map_ = false;
2632 bool dump_vmap_ = true;
Roland Levillainf2650d12015-05-28 14:53:28 +01002633 bool dump_code_info_stack_maps_ = false;
Andreas Gampe00b25f32014-09-17 21:49:05 -07002634 bool disassemble_code_ = true;
2635 bool symbolize_ = false;
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -08002636 bool list_classes_ = false;
2637 bool list_methods_ = false;
2638 uint32_t addr2instr_ = 0;
2639 const char* export_dex_location_ = nullptr;
Andreas Gampe00b25f32014-09-17 21:49:05 -07002640};
2641
Igor Murashkin37743352014-11-13 14:38:00 -08002642struct OatdumpMain : public CmdlineMain<OatdumpArgs> {
2643 virtual bool NeedsRuntime() OVERRIDE {
2644 CHECK(args_ != nullptr);
Andreas Gampe00b25f32014-09-17 21:49:05 -07002645
Igor Murashkin37743352014-11-13 14:38:00 -08002646 // If we are only doing the oat file, disable absolute_addresses. Keep them for image dumping.
2647 bool absolute_addresses = (args_->oat_filename_ == nullptr);
2648
2649 oat_dumper_options_ = std::unique_ptr<OatDumperOptions>(new OatDumperOptions(
2650 args_->dump_raw_mapping_table_,
2651 args_->dump_raw_gc_map_,
2652 args_->dump_vmap_,
Roland Levillainf2650d12015-05-28 14:53:28 +01002653 args_->dump_code_info_stack_maps_,
Igor Murashkin37743352014-11-13 14:38:00 -08002654 args_->disassemble_code_,
2655 absolute_addresses,
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -08002656 args_->class_filter_,
2657 args_->method_filter_,
2658 args_->list_classes_,
2659 args_->list_methods_,
2660 args_->export_dex_location_,
2661 args_->addr2instr_));
Igor Murashkin37743352014-11-13 14:38:00 -08002662
2663 return (args_->boot_image_location_ != nullptr || args_->image_location_ != nullptr) &&
2664 !args_->symbolize_;
Andreas Gampe00b25f32014-09-17 21:49:05 -07002665 }
2666
Igor Murashkin37743352014-11-13 14:38:00 -08002667 virtual bool ExecuteWithoutRuntime() OVERRIDE {
2668 CHECK(args_ != nullptr);
Andreas Gampec24f3992014-12-17 20:40:11 -08002669 CHECK(args_->oat_filename_ != nullptr);
Andreas Gampe00b25f32014-09-17 21:49:05 -07002670
Mathieu Chartierd424d082014-10-15 10:31:46 -07002671 MemMap::Init();
Igor Murashkin37743352014-11-13 14:38:00 -08002672
Andreas Gampec24f3992014-12-17 20:40:11 -08002673 if (args_->symbolize_) {
2674 return SymbolizeOat(args_->oat_filename_, args_->output_name_) == EXIT_SUCCESS;
2675 } else {
2676 return DumpOat(nullptr,
2677 args_->oat_filename_,
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -08002678 oat_dumper_options_.get(),
Andreas Gampec24f3992014-12-17 20:40:11 -08002679 args_->os_) == EXIT_SUCCESS;
2680 }
Andreas Gampe00b25f32014-09-17 21:49:05 -07002681 }
2682
Igor Murashkin37743352014-11-13 14:38:00 -08002683 virtual bool ExecuteWithRuntime(Runtime* runtime) {
2684 CHECK(args_ != nullptr);
2685
2686 if (args_->oat_filename_ != nullptr) {
2687 return DumpOat(runtime,
2688 args_->oat_filename_,
Anestis Bechtsoudis32f500d2015-02-22 22:32:57 -08002689 oat_dumper_options_.get(),
Igor Murashkin37743352014-11-13 14:38:00 -08002690 args_->os_) == EXIT_SUCCESS;
Andreas Gampe00b25f32014-09-17 21:49:05 -07002691 }
Igor Murashkin37743352014-11-13 14:38:00 -08002692
Jeff Haodcdc85b2015-12-04 14:06:18 -08002693 return DumpImage(runtime, oat_dumper_options_.get(), args_->os_) == EXIT_SUCCESS;
Andreas Gampe00b25f32014-09-17 21:49:05 -07002694 }
2695
Igor Murashkin37743352014-11-13 14:38:00 -08002696 std::unique_ptr<OatDumperOptions> oat_dumper_options_;
2697};
Andreas Gampe00b25f32014-09-17 21:49:05 -07002698
Brian Carlstrom7934ac22013-07-26 10:54:15 -07002699} // namespace art
Brian Carlstrom78128a62011-09-15 17:21:19 -07002700
2701int main(int argc, char** argv) {
Igor Murashkin37743352014-11-13 14:38:00 -08002702 art::OatdumpMain main;
2703 return main.Main(argc, argv);
Brian Carlstrom78128a62011-09-15 17:21:19 -07002704}