Home
last modified time | relevance | path

Searched refs:GetIndexForTypeId (Results 1 – 17 of 17) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Ddex_file.cc251 const dex::TypeIndex class_idx = GetIndexForTypeId(declaring_klass); in FindFieldId()
253 const dex::TypeIndex type_idx = GetIndexForTypeId(type); in FindFieldId()
286 const dex::TypeIndex class_idx = GetIndexForTypeId(declaring_klass); in FindMethodId()
460 dex::TypeIndex type_idx = GetIndexForTypeId(*type_id); in CreateTypeList()
H A Dart_dex_file_loader_test.cc251 EXPECT_EQ(java_lang_dex_file_->GetIndexForTypeId(*type_id).index_, i); in TEST_F()
H A Ddex_file.h295 dex::TypeIndex GetIndexForTypeId(const dex::TypeId& type_id) const { in GetIndexForTypeId() function
/aosp12/art/runtime/
H A Dsdk_checker.cc142 dex::TypeIndex type_idx = dex_file->GetIndexForTypeId(*type_id); in ShouldDenyAccess()
H A Dart_method.cc446 dex::TypeIndex declaring_class_type_index = dex_file->GetIndexForTypeId(*declaring_class_type_id); in FindOatMethodFromDexFileFor()
H A Dclass_linker_test.cc1013 dex::TypeIndex array_idx = dex_file.GetIndexForTypeId(*array_id); in TEST_F()
1338 dex::TypeIndex type_idx = dex_file->GetIndexForTypeId(*type_id); in TEST_F()
H A Doat_file.cc2272 dex::TypeIndex type_idx = dex_file.GetIndexForTypeId(*type_id); in FindClassDef()
/aosp12/art/dex2oat/
H A Ddex2oat_vdex_test.cc104 dex::TypeIndex type_idx = dex_file.GetIndexForTypeId(*type_id); in GetClassDefIndex()
H A Dverifier_deps_test.cc249 dex::TypeIndex type_idx = dex_file.GetIndexForTypeId(*type_id); in GetClassDefIndex()
H A Ddex2oat_test.cc1154 dex::TypeIndex type_idx = dex->GetIndexForTypeId(*type_id); in TEST_F()
1254 dex::TypeIndex type_idx = dex_file->GetIndexForTypeId(*type_id); in TEST_F()
/aosp12/art/profman/
H A Dprofman.cc1045 dex::TypeIndex type_index = dex_file->GetIndexForTypeId(*type_id); in FindClassDef()
1066 *class_ref = TypeReference(dex_file, dex_file->GetIndexForTypeId(*type_id)); in FindClass()
1517 class_ref.dex_file->GetIndexForTypeId(*type_id); in ProcessLine()
H A Dprofile_assistant_test.cc1582 dex::TypeIndex target_type_index(dex_file->GetIndexForTypeId(*dex_file->FindTypeId("LSubA;"))); in TEST_F()
/aosp12/art/tools/hiddenapi/
H A Dhiddenapi_test.cc169 const dex::ClassDef* found = dex_file.FindClassDef(dex_file.GetIndexForTypeId(*type_id)); in FindClass()
/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc2567 dex_file_->GetIndexForTypeId(*dex_file_->FindTypeId(method.GetReturnTypeDescriptor())); in UpdateMethods()
2572 dex_file_->GetIndexForTypeId( in UpdateMethods()
3030 mclass->SetDexTypeIndex(dex_file_->GetIndexForTypeId(*dex_file_->FindTypeId(class_sig_.c_str()))); in UpdateClassInPlace()
/aosp12/art/runtime/mirror/
H A Dclass.cc1386 return (type_id == nullptr) ? dex::TypeIndex() : dex_file.GetIndexForTypeId(*type_id); in FindTypeIndexInOtherDexFile()
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info_test.cc654 dex::TypeIndex dex1_tidx = dex1->GetIndexForTypeId(*dex1_tid); in TEST_F()
H A Dprofile_compilation_info.cc689 return dex_file.GetIndexForTypeId(*type_id); in FindOrCreateTypeIndex()