Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc2023 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor, hash); in FindInClassPath() local
2096 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor, hash); in FindClassInPathClassLoader() local
2221 const DexFile::ClassDef& dex_class_def) { in DefineClass()
2323 const DexFile::ClassDef& dex_class_def) { in SizeOfClassWithoutEmbeddedTables()
2560 const DexFile::ClassDef* dex_class_def = klass->GetClassDef(); in FixupStaticTrampolines() local
2728 const DexFile::ClassDef& dex_class_def, in LoadClass()
4069 const DexFile::ClassDef* dex_class_def = klass->GetClassDef(); in CanWeInitializeClass() local
4206 const DexFile::ClassDef* dex_class_def = klass->GetClassDef(); in InitializeClass() local
4386 void ClassLinker::ConstructFieldMap(const DexFile& dex_file, const DexFile::ClassDef& dex_class_def, in ConstructFieldMap()
4535 const DexFile& dex_file, const DexFile::ClassDef& dex_class_def, in DumpClass()
/art/runtime/native/
Ddalvik_system_DexFile.cc184 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor.c_str(), hash); in DexFile_defineClassNative() local
/art/runtime/mirror/
Dclass.cc788 const DexFile::ClassDef* dex_class_def = GetClassDef(); in GetSourceFile() local