/art/runtime/verifier/ |
D | method_verifier_test.cc | 48 const DexFile::ClassDef& class_def = dex.GetClassDef(i); in VerifyDexFile() local
|
D | method_verifier.cc | 139 const DexFile::ClassDef* class_def = klass->GetClassDef(); in VerifyClass() local 171 const DexFile::ClassDef* class_def, in VerifyClass() 306 const DexFile::ClassDef* class_def, in VerifyMethod() 356 const DexFile::ClassDef* class_def, in VerifyMethodAndDump() 380 const DexFile::ClassDef* class_def, in MethodVerifier() 1582 const DexFile::ClassDef* class_def = dex_file.FindClassDef(type_idx); in GetFirstFinalInstanceFieldIndex() local
|
D | method_verifier.h | 212 Handle<mirror::ClassLoader> class_loader, const DexFile::ClassDef* class_def, in MethodVerifier()
|
/art/runtime/ |
D | dex_file.h | 660 uint16_t GetIndexForClassDef(const ClassDef& class_def) const { in GetIndexForClassDef() 667 const char* GetClassDescriptor(const ClassDef& class_def) const { in GetClassDescriptor() 678 const TypeList* GetInterfacesList(const ClassDef& class_def) const { in GetInterfacesList() 688 const uint8_t* GetClassData(const ClassDef& class_def) const { in GetClassData() 759 const uint8_t* GetEncodedStaticFieldValuesArray(const ClassDef& class_def) const { in GetEncodedStaticFieldValuesArray() 871 const char* GetSourceFile(const ClassDef& class_def) const { in GetSourceFile() 1213 InvokeType GetMethodInvokeType(const DexFile::ClassDef& class_def) const { in GetMethodInvokeType()
|
D | dex_file.cc | 493 const ClassDef& class_def = GetClassDef(i); in FindClassDef() local 512 const ClassDef& class_def = GetClassDef(i); in FindClassDef() local 526 const ClassDef& class_def = GetClassDef(i); in FindClassDef() local 1187 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 | class_linker.cc | 764 const DexFile::ClassDef& class_def = dex_file->GetClassDef(static_cast<uint16_t>(index)); in GetClassDescriptor() local 1991 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_idx); in GetOatMethodIndexFromMethodIndex() local 4216 const DexFile::ClassDef& class_def, in CheckSuperClassChange() 4278 const DexFile::ClassDef& class_def = dex_file.GetClassDef(klass->GetDexClassDefIndex()); in LoadSuperAndInterfaces() local
|
D | class_linker_test.cc | 345 const DexFile::ClassDef& class_def = dex.GetClassDef(i); in AssertDexFile() local
|
/art/oatdump/ |
D | oatdump.cc | 169 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index); in WalkOatDexFile() local 187 const DexFile::ClassDef& class_def, Callback callback) { in WalkOatClass() 214 void WalkOatMethod(const DexFile::ClassDef& class_def, uint32_t class_method_index, in WalkOatMethod() 510 const DexFile::ClassDef* class_def = in GetQuickOatCode() local 543 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index); in AddAllOffsets() local 602 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index); in DumpOatDexFile() local 721 const DexFile::ClassDef& class_def, bool* stop_analysis) { in DumpOatClass() 768 bool DumpOatMethod(std::ostream& os, const DexFile::ClassDef& class_def, in DumpOatMethod() 1307 const DexFile::ClassDef& class_def, in DumpVerifier()
|
/art/compiler/ |
D | image_test.cc | 180 const DexFile::ClassDef& class_def = dex->GetClassDef(i); in TEST_F() local
|
D | oat_test.cc | 145 const DexFile::ClassDef& class_def = dex_file.GetClassDef(i); in TEST_F() local
|
D | oat_writer.cc | 953 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index); in VisitDexMethods() local
|
/art/compiler/driver/ |
D | compiler_driver.cc | 513 const DexFile::ClassDef& class_def) { in GetDexToDexCompilationlevel() 576 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_idx); in CompileOne() local 600 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_idx); in CompileMethod() local 1741 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index); in ResolveClassFieldsAndMethods() local 1893 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index); in VerifyClass() local 1958 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index); in SetVerifiedClass() local 2008 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index); in InitializeClass() local 2139 const DexFile::ClassDef& class_def = dex_file.GetClassDef(class_def_index); in CompileClass() local
|
D | compiler_driver_test.cc | 80 const DexFile::ClassDef& class_def = dex_file.GetClassDef(i); in MakeDexFileExecutable() local
|
/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 276 const DexFile::ClassDef& class_def = dex_file->GetClassDef(i); in DexFile_getClassNameList() local
|
D | dalvik_system_VMRuntime.cc | 515 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_index); in VMRuntime_preloadDexCaches() local
|
/art/runtime/mirror/ |
D | class.cc | 799 const DexFile::ClassDef* class_def = GetClassDef(); in GetInterfaceTypeList() local
|
/art/runtime/gc/ |
D | heap.cc | 660 const DexFile::ClassDef& class_def = dex_file->GetClassDef(class_def_idx); in SafeGetClassDescriptor() local
|