Searched refs:FindClassDef (Results 1 – 16 of 16) sorted by relevance
/aosp12/art/profman/ |
H A D | profman.cc | 813 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()
|
H A D | boot_image_profile.cc | 121 const dex::ClassDef* class_def = ref.dex_file->FindClassDef(ref.TypeIndex()); in MaybeIsClassClean()
|
/aosp12/art/runtime/ |
H A D | sdk_checker.cc | 143 if (dex_file->FindClassDef(type_idx) != nullptr) { in ShouldDenyAccess()
|
H A D | art_method.cc | 148 const dex::ClassDef* class_def = dex_file->FindClassDef(declaring_class_type); in FindObsoleteDexClassDefIndex() 448 dex_file->FindClassDef(declaring_class_type_index); in FindOatMethodFromDexFileFor()
|
H A D | oat_file.h | 546 static const dex::ClassDef* FindClassDef(const DexFile& dex_file,
|
H A D | oat_file.cc | 2246 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()
|
H A D | class_linker.cc | 2616 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()
|
/aosp12/art/dex2oat/ |
H A D | dex2oat_vdex_test.cc | 105 const dex::ClassDef* class_def = dex_file.FindClassDef(type_idx); in GetClassDefIndex()
|
H A D | verifier_deps_test.cc | 250 const dex::ClassDef* class_def = dex_file.FindClassDef(type_idx); in GetClassDefIndex()
|
H A D | dex2oat_test.cc | 1155 ClassAccessor accessor(*dex, *dex->FindClassDef(type_idx)); in TEST_F() 1255 const dex::ClassDef* class_def = dex_file->FindClassDef(type_idx); in TEST_F()
|
/aosp12/art/libdexfile/dex/ |
H A D | dex_file.cc | 213 const ClassDef* DexFile::FindClassDef(dex::TypeIndex type_idx) const { in FindClassDef() function in art::DexFile
|
H A D | dex_file.h | 437 const dex::ClassDef* FindClassDef(dex::TypeIndex type_idx) const;
|
/aosp12/art/runtime/dex/ |
H A D | dex_file_annotations.cc | 1333 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()
|
/aosp12/art/runtime/native/ |
H A D | dalvik_system_DexFile.cc | 421 OatDexFile::FindClassDef(*dex_file, descriptor.c_str(), hash); in DexFile_defineClassNative()
|
/aosp12/art/tools/hiddenapi/ |
H A D | hiddenapi_test.cc | 169 const dex::ClassDef* found = dex_file.FindClassDef(dex_file.GetIndexForTypeId(*type_id)); in FindClass()
|
/aosp12/art/oatdump/ |
H A D | oatdump.cc | 733 OatDexFile::FindClassDef(*dex_file, descriptor, ComputeModifiedUtf8Hash(descriptor)); in GetQuickOatCode()
|