Home
last modified time | relevance | path

Searched defs:dex_class_def (Results 1 – 5 of 5) sorted by relevance

/art/compiler/debug/
Delf_debug_writer.cc53 auto& dex_class_def = mi.dex_file->GetClassDef(mi.class_def_index); in WriteDebugInfo() local
Delf_debug_line_writer.h176 auto& dex_class_def = dex->GetClassDef(mi->class_def_index); in WriteCompilationUnit() local
/art/runtime/
Dclass_linker.cc2381 const DexFile::ClassDef* dex_class_def = OatDexFile::FindClassDef(*dex_file, descriptor, hash); in FindInClassPath() local
2493 const DexFile::ClassDef* dex_class_def = in FindClassInBaseDexClassLoader() local
2698 const DexFile::ClassDef& dex_class_def) { in DefineClass()
2855 const DexFile::ClassDef& dex_class_def) { in SizeOfClassWithoutEmbeddedTables()
2992 const DexFile::ClassDef* dex_class_def = klass->GetClassDef(); in FixupStaticTrampolines() local
3098 const DexFile::ClassDef& dex_class_def, in SetupClass()
3121 const DexFile::ClassDef& dex_class_def, in LoadClass()
4554 const DexFile::ClassDef* dex_class_def = klass->GetClassDef(); in CanWeInitializeClass() local
4755 const DexFile::ClassDef* dex_class_def = klass->GetClassDef(); in InitializeClass() local
5394 const DexFile& dex_file, const DexFile::ClassDef& dex_class_def, in DumpClass()
/art/runtime/native/
Ddalvik_system_DexFile.cc372 const DexFile::ClassDef* dex_class_def = in DexFile_defineClassNative() local
/art/runtime/mirror/
Dclass.cc986 const DexFile::ClassDef* dex_class_def = GetClassDef(); in GetSourceFile() local