| /art/runtime/ |
| D | type_lookup_table.cc | 84 const DexFile::ClassDef& class_def = dex_file.GetClassDef(i); in TypeLookupTable() local 98 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_idx); in TypeLookupTable() local
|
| D | dex_file.h | 699 uint16_t GetIndexForClassDef(const ClassDef& class_def) const { in GetIndexForClassDef() 706 const char* GetClassDescriptor(const ClassDef& class_def) const { in GetClassDescriptor() 717 const TypeList* GetInterfacesList(const ClassDef& class_def) const { in GetInterfacesList() 727 const uint8_t* GetClassData(const ClassDef& class_def) const { in GetClassData() 799 const uint8_t* GetEncodedStaticFieldValuesArray(const ClassDef& class_def) const { in GetEncodedStaticFieldValuesArray() 879 const AnnotationsDirectoryItem* GetAnnotationsDirectory(const ClassDef& class_def) const { in GetAnnotationsDirectory() 1121 const char* GetSourceFile(const ClassDef& class_def) const { in GetSourceFile() 1441 InvokeType GetMethodInvokeType(const DexFile::ClassDef& class_def) const { in GetMethodInvokeType()
|
| D | dex_file.cc | 530 const ClassDef& class_def = GetClassDef(i); in FindClassDef() local 542 const ClassDef& class_def = GetClassDef(i); in FindClassDef() local 2337 const DexFile::ClassDef& class_def) in EncodedStaticFieldValueIterator() 2352 const DexFile::ClassDef& class_def) in EncodedStaticFieldValueIterator() 2368 const DexFile::ClassDef& class_def, in EncodedStaticFieldValueIterator()
|
| D | dex_file_test.cc | 233 const DexFile::ClassDef& class_def = raw->GetClassDef(0); in TEST_F() local
|
| D | oat_file_manager.cc | 191 const DexFile::ClassDef& class_def = dex_file->GetClassDef(static_cast<uint16_t>(index)); in GetClassDescriptor() local
|
| D | dex_file_verifier_test.cc | 293 const DexFile::ClassDef& class_def = dex_file->GetClassDef(0); in FindMethodData() local 908 const DexFile::ClassDef& class_def = dex_file->GetClassDef(0); in FindFieldData() local
|
| D | class_linker_test.cc | 421 const DexFile::ClassDef& class_def = dex.GetClassDef(i); in AssertDexFile() local
|
| D | dex_file_verifier.cc | 793 const DexFile::ClassDef* class_def = class_def_begin + i; in FindClassFlags() local
|
| D | utils.cc | 1813 const DexFile::ClassDef* class_def = dex_file->FindClassDef(method_id.class_idx_); in DumpMethodCFG() local
|
| D | class_linker.cc | 2648 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_idx); in GetOatMethodIndexFromMethodIndex() local 5337 const DexFile::ClassDef& class_def, in CheckSuperClassChange() 5399 const DexFile::ClassDef& class_def = dex_file.GetClassDef(klass->GetDexClassDefIndex()); in LoadSuperAndInterfaces() local
|
| /art/runtime/verifier/ |
| D | method_verifier_test.cc | 53 const DexFile::ClassDef& class_def = dex.GetClassDef(i); in VerifyDexFile() local
|
| D | method_verifier.cc | 133 const DexFile::ClassDef* class_def = klass->GetClassDef(); in VerifyClass() local 192 const DexFile::ClassDef* class_def, in VerifyMethods() 266 const DexFile::ClassDef* class_def, in VerifyClass() 357 const DexFile::ClassDef* class_def, in VerifyMethod() 465 const DexFile::ClassDef* class_def, in VerifyMethodAndDump() 501 const DexFile::ClassDef* class_def, in MethodVerifier() 1921 const DexFile::ClassDef* class_def = dex_file.FindClassDef(type_idx); in GetFirstFinalInstanceFieldIndex() local
|
| /art/compiler/driver/ |
| D | compiler_driver.cc | 498 const DexFile& dex_file, const DexFile::ClassDef& class_def) in GetDexToDexCompilationLevel() 537 const DexFile::ClassDef& class_def) { in GetDexToDexCompilationLevel() 825 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index); in ResolveConstStrings() local 2010 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_idx); in RequiresConstructorBarrier() local 2054 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index); in Visit() local 2248 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index); in Visit() local 2336 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index); in Visit() local 2397 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index); in Visit() local 2626 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index); in Visit() local
|
| D | compiler_driver_test.cc | 81 const DexFile::ClassDef& class_def = dex_file.GetClassDef(i); in MakeDexFileExecutable() local
|
| /art/oatdump/ |
| D | oatdump.cc | 209 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index); in WalkOatClass() local 500 const DexFile::ClassDef* class_def = in GetQuickOatCode() local 533 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index); in AddAllOffsets() local 610 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index); in DumpOatDexFile() local 728 const DexFile::ClassDef& class_def, bool* stop_analysis) { in DumpOatClass() 776 const DexFile::ClassDef& class_def, in DumpOatMethod() 1114 const DexFile::ClassDef& class_def, in DumpVerifier()
|
| /art/compiler/ |
| D | image_test.cc | 269 const DexFile::ClassDef& class_def = dex->GetClassDef(i); in TestWriteRead() local
|
| D | oat_test.cc | 403 const DexFile::ClassDef& class_def = dex_file.GetClassDef(i); in TEST_F() local
|
| D | oat_writer.cc | 1338 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index); in VisitDexMethods() local
|
| /art/runtime/native/ |
| D | dalvik_system_DexFile.cc | 324 const DexFile::ClassDef& class_def = dex_file->GetClassDef(i); in DexFile_getClassNameList() local
|
| D | dalvik_system_VMRuntime.cc | 525 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index); in VMRuntime_preloadDexCaches() local
|
| /art/dexdump/ |
| D | dexdump.cc | 1209 const DexFile::ClassDef& class_def = dex_file->GetClassDef(idx); in dumpCfg() local
|
| /art/runtime/mirror/ |
| D | class.cc | 910 const DexFile::ClassDef* class_def = GetClassDef(); in GetInterfaceTypeList() local
|
| /art/runtime/gc/ |
| D | heap.cc | 770 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_idx); in SafeGetClassDescriptor() local
|