Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_debug.cc265 auto& dex_class_def = mi.dex_file_->GetClassDef(mi.class_def_index_); in WriteDebugSections() local
357 auto& dex_class_def = dex->GetClassDef(mi->class_def_index_); in WriteDebugSections() local
/art/runtime/
Dclass_linker.cc1591 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor, hash); in FindInClassPath() local
1694 const DexFile::ClassDef* dex_class_def = cp_dex_file->FindClassDef(descriptor, hash); in FindClassInPathClassLoader() local
1811 const DexFile::ClassDef& dex_class_def) { in DefineClass()
1934 const DexFile::ClassDef& dex_class_def) { in SizeOfClassWithoutEmbeddedTables()
2148 const DexFile::ClassDef* dex_class_def = klass->GetClassDef(); in FixupStaticTrampolines() local
2248 void ClassLinker::SetupClass(const DexFile& dex_file, const DexFile::ClassDef& dex_class_def, in SetupClass()
2270 const DexFile::ClassDef& dex_class_def, in LoadClass()
3530 const DexFile::ClassDef* dex_class_def = klass->GetClassDef(); in CanWeInitializeClass() local
3664 const DexFile::ClassDef* dex_class_def = klass->GetClassDef(); in InitializeClass() local
4128 const DexFile& dex_file, const DexFile::ClassDef& dex_class_def, in DumpClass()
/art/runtime/native/
Ddalvik_system_DexFile.cc235 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor.c_str(), hash); in DexFile_defineClassNative() local
/art/runtime/mirror/
Dclass.cc781 const DexFile::ClassDef* dex_class_def = GetClassDef(); in GetSourceFile() local