Home
last modified time | relevance | path

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

/art/runtime/
Dsdk_checker.cc142 dex::TypeIndex type_idx = dex_file->GetIndexForTypeId(*type_id); in ShouldDenyAccess()
Dart_method.cc446 dex::TypeIndex declaring_class_type_index = dex_file->GetIndexForTypeId(*declaring_class_type_id); in FindOatMethodFromDexFileFor()
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()
Doat_file.cc2272 dex::TypeIndex type_idx = dex_file.GetIndexForTypeId(*type_id); in FindClassDef()
/art/libdexfile/dex/
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()
Dart_dex_file_loader_test.cc251 EXPECT_EQ(java_lang_dex_file_->GetIndexForTypeId(*type_id).index_, i); in TEST_F()
Ddex_file.h295 dex::TypeIndex GetIndexForTypeId(const dex::TypeId& type_id) const { in GetIndexForTypeId() function
/art/dex2oat/
Ddex2oat_vdex_test.cc104 dex::TypeIndex type_idx = dex_file.GetIndexForTypeId(*type_id); in GetClassDefIndex()
Dverifier_deps_test.cc249 dex::TypeIndex type_idx = dex_file.GetIndexForTypeId(*type_id); in GetClassDefIndex()
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()
/art/profman/
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()
Dprofile_assistant_test.cc1582 dex::TypeIndex target_type_index(dex_file->GetIndexForTypeId(*dex_file->FindTypeId("LSubA;"))); in TEST_F()
/art/tools/hiddenapi/
Dhiddenapi_test.cc169 const dex::ClassDef* found = dex_file.FindClassDef(dex_file.GetIndexForTypeId(*type_id)); in FindClass()
/art/openjdkjvmti/
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()
/art/runtime/mirror/
Dclass.cc1386 return (type_id == nullptr) ? dex::TypeIndex() : dex_file.GetIndexForTypeId(*type_id); in FindTypeIndexInOtherDexFile()
/art/libprofile/profile/
Dprofile_compilation_info_test.cc654 dex::TypeIndex dex1_tidx = dex1->GetIndexForTypeId(*dex1_tid); in TEST_F()
Dprofile_compilation_info.cc689 return dex_file.GetIndexForTypeId(*type_id); in FindOrCreateTypeIndex()