Home
last modified time | relevance | path

Searched refs:FindClassDef (Results 1 – 16 of 16) sorted by relevance

/art/runtime/
Dsdk_checker.cc143 if (dex_file->FindClassDef(type_idx) != nullptr) { in ShouldDenyAccess()
Doat_file.h546 static const dex::ClassDef* FindClassDef(const DexFile& dex_file,
Dart_method.cc148 const dex::ClassDef* class_def = dex_file->FindClassDef(declaring_class_type); in FindObsoleteDexClassDefIndex()
448 dex_file->FindClassDef(declaring_class_type_index); in FindOatMethodFromDexFileFor()
Doat_file.cc2246 const dex::ClassDef* OatDexFile::FindClassDef(const DexFile& dex_file, in FindClassDef() function in art::OatDexFile
2273 const dex::ClassDef* found_class_def = dex_file.FindClassDef(type_idx); in FindClassDef()
Dclass_linker.cc2616 const dex::ClassDef* dex_class_def = OatDexFile::FindClassDef(*dex_file, descriptor, hash); in FindInClassPath()
2814 const dex::ClassDef* cp_class_def = OatDexFile::FindClassDef(*cp_dex_file, descriptor, hash); in FindClassInBaseDexClassLoaderClassPath()
/art/profman/
Dprofman.cc813 dex_file->GetCodeItem(dex_file->FindCodeItemOffset(*dex_file->FindClassDef(id.class_idx_), in GetInlineCacheLine()
1039 const dex::ClassDef* FindClassDef(const std::vector<std::unique_ptr<const DexFile>>& dex_files, in FindClassDef() function in art::ProfMan
1046 const dex::ClassDef* class_def = dex_file->FindClassDef(type_index); in FindClassDef()
1116 const dex::ClassDef* def = dex_file->FindClassDef(class_ref.TypeIndex()); in VisitAllInstructions()
1284 const dex::ClassDef* def = dex->FindClassDef(class_ref.TypeIndex()); in ResolveMethod()
1304 const dex::ClassDef* cur_class_def = dex->FindClassDef(cur_candidate); in ResolveMethod()
1320 update_slow ? dex->FindClassDef(slow_class_type)->superclass_idx_ : slow_class_type; in ResolveMethod()
1410 if (FindClassDef(dex_files, klass.substr(array_dim), &class_ref) == nullptr) { in ProcessLine()
1424 const dex::ClassDef* class_def = FindClassDef(dex_files, klass, &class_ref); in ProcessLine()
1616 if (FindClassDef(dex_files, klass_str, &class_ref) == nullptr) { in ProcessBootLine()
Dboot_image_profile.cc121 const dex::ClassDef* class_def = ref.dex_file->FindClassDef(ref.TypeIndex()); in MaybeIsClassClean()
/art/dex2oat/
Ddex2oat_vdex_test.cc105 const dex::ClassDef* class_def = dex_file.FindClassDef(type_idx); in GetClassDefIndex()
Dverifier_deps_test.cc250 const dex::ClassDef* class_def = dex_file.FindClassDef(type_idx); in GetClassDefIndex()
Ddex2oat_test.cc1155 ClassAccessor accessor(*dex, *dex->FindClassDef(type_idx)); in TEST_F()
1255 const dex::ClassDef* class_def = dex_file->FindClassDef(type_idx); in TEST_F()
/art/libdexfile/dex/
Ddex_file.cc213 const ClassDef* DexFile::FindClassDef(dex::TypeIndex type_idx) const { in FindClassDef() function in art::DexFile
Ddex_file.h437 const dex::ClassDef* FindClassDef(dex::TypeIndex type_idx) const;
/art/runtime/native/
Ddalvik_system_DexFile.cc421 OatDexFile::FindClassDef(*dex_file, descriptor.c_str(), hash); in DexFile_defineClassNative()
/art/runtime/dex/
Ddex_file_annotations.cc1333 const dex::ClassDef * class_def = dex_file.FindClassDef(class_index); in MethodIsReachabilitySensitive()
1375 const dex::ClassDef * field_class_def = dex_file.FindClassDef(class_index); in MethodContainsRSensitiveAccess()
/art/tools/hiddenapi/
Dhiddenapi_test.cc169 const dex::ClassDef* found = dex_file.FindClassDef(dex_file.GetIndexForTypeId(*type_id)); in FindClass()
/art/oatdump/
Doatdump.cc733 OatDexFile::FindClassDef(*dex_file, descriptor, ComputeModifiedUtf8Hash(descriptor)); in GetQuickOatCode()