Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_line_writer.h175 auto& dex_class_def = dex->GetClassDef(mi->class_def_index); in WriteCompilationUnit() local
Delf_debug_writer.cc53 auto& dex_class_def = mi.dex_file->GetClassDef(mi.class_def_index); in WriteDebugInfo() local
/art/runtime/
Dclass_linker.cc2214 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor, hash); in FindInClassPath() local
2315 const DexFile::ClassDef* dex_class_def = cp_dex_file->FindClassDef(descriptor, hash); in FindClassInPathClassLoader() local
2442 const DexFile::ClassDef& dex_class_def) { in DefineClass()
2573 const DexFile::ClassDef& dex_class_def) { in SizeOfClassWithoutEmbeddedTables()
2806 const DexFile::ClassDef* dex_class_def = klass->GetClassDef(); in FixupStaticTrampolines() local
2906 const DexFile::ClassDef& dex_class_def, in SetupClass()
2930 const DexFile::ClassDef& dex_class_def, in LoadClass()
4404 const DexFile::ClassDef* dex_class_def = klass->GetClassDef(); in CanWeInitializeClass() local
4604 const DexFile::ClassDef* dex_class_def = klass->GetClassDef(); in InitializeClass() local
5231 const DexFile& dex_file, const DexFile::ClassDef& dex_class_def, in DumpClass()
/art/runtime/native/
Ddalvik_system_DexFile.cc274 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor.c_str(), hash); in DexFile_defineClassNative() local
/art/runtime/mirror/
Dclass.cc892 const DexFile::ClassDef* dex_class_def = GetClassDef(); in GetSourceFile() local