Home
last modified time | relevance | path

Searched refs:GetClassDef (Results 51 – 54 of 54) sorted by relevance

123

/art/runtime/
Doat_file.cc2035 ? &dex_file.GetClassDef(class_def_idx) in FindClassDef()
Dclass_linker.cc4022 dex_file, dst->GetClassDef(), dex_method_idx); in LoadMethod()
5344 const dex::ClassDef* dex_class_def = klass->GetClassDef(); in CanWeInitializeClass()
5574 const dex::ClassDef* dex_class_def = klass->GetClassDef(); in InitializeClass()
6237 const dex::ClassDef& class_def = dex_file.GetClassDef(klass->GetDexClassDefIndex()); in LoadSuperAndInterfaces()
/art/runtime/verifier/
Dmethod_verifier.cc5364 *method->GetDeclaringClass()->GetClassDef(), in CalculateVerificationInfo()
5452 m->GetClassDef(), in FindLocksAtDexPc()
/art/libprofile/profile/
Dprofile_compilation_info.cc1879 data->class_set.insert(dex_file->GetClassDef(class_index).class_idx_); in GenerateTestProfile()

123