Home | History | Annotate | Download | only in oatdump

Lines Matching full:class_def

179         const DexFile::ClassDef* class_def =
181 if (class_def != NULL) {
182 uint16_t class_def_index = dex_file->GetIndexForClassDef(*class_def);
208 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index);
210 const byte* class_data = dex_file->GetClassData(class_def);
254 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index);
255 const char* descriptor = dex_file->GetClassDescriptor(class_def);
258 os << StringPrintf("%zd: %s (type_idx=%d) (", class_def_index, descriptor, class_def.class_idx_)
262 DumpOatClass(indented_os, *oat_class.get(), *(dex_file.get()), class_def);
278 const DexFile::ClassDef& class_def) {
279 const byte* class_data = dex_file.GetClassData(class_def);
288 DumpOatMethod(os, class_def, class_method_idx, oat_method, dex_file,
295 DumpOatMethod(os, class_def, class_method_idx, oat_method, dex_file,
304 void DumpOatMethod(std::ostream& os, const DexFile::ClassDef& class_def,
324 DumpVerifier(indent2_os, dex_method_idx, &dex_file, class_def, code_item,
365 DumpCode(indent2_os, oat_method, dex_method_idx, &dex_file, class_def, code_item,
556 const DexFile::ClassDef& class_def, const DexFile::CodeItem* code_item,
565 verifier.reset(new verifier::MethodVerifier(dex_file, dex_cache, class_loader, &class_def,
617 const DexFile::ClassDef& class_def, const DexFile::CodeItem* code_item,
624 class_loader, &class_def, code_item, NULL,
631 const DexFile::ClassDef& class_def, const DexFile::CodeItem* code_item,
649 DumpVRegsAtDexPc(os, oat_method, dex_method_idx, dex_file, class_def, code_item,