Searched refs:GetIndexForTypeId (Results 1 – 17 of 17) sorted by relevance
142 dex::TypeIndex type_idx = dex_file->GetIndexForTypeId(*type_id); in ShouldDenyAccess()
446 dex::TypeIndex declaring_class_type_index = dex_file->GetIndexForTypeId(*declaring_class_type_id); in FindOatMethodFromDexFileFor()
1013 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()
2186 dex::TypeIndex type_idx = dex_file.GetIndexForTypeId(*type_id); in FindClassDef()
251 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()
251 EXPECT_EQ(java_lang_dex_file_->GetIndexForTypeId(*type_id).index_, i); in TEST_F()
295 dex::TypeIndex GetIndexForTypeId(const dex::TypeId& type_id) const { in GetIndexForTypeId() function
104 dex::TypeIndex type_idx = dex_file.GetIndexForTypeId(*type_id); in GetClassDefIndex()
249 dex::TypeIndex type_idx = dex_file.GetIndexForTypeId(*type_id); in GetClassDefIndex()
1154 dex::TypeIndex type_idx = dex->GetIndexForTypeId(*type_id); in TEST_F()1254 dex::TypeIndex type_idx = dex_file->GetIndexForTypeId(*type_id); in TEST_F()
1045 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()
1582 dex::TypeIndex target_type_index(dex_file->GetIndexForTypeId(*dex_file->FindTypeId("LSubA;"))); in TEST_F()
169 const dex::ClassDef* found = dex_file.FindClassDef(dex_file.GetIndexForTypeId(*type_id)); in FindClass()
2567 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()
1386 return (type_id == nullptr) ? dex::TypeIndex() : dex_file.GetIndexForTypeId(*type_id); in FindTypeIndexInOtherDexFile()
654 dex::TypeIndex dex1_tidx = dex1->GetIndexForTypeId(*dex1_tid); in TEST_F()
689 return dex_file.GetIndexForTypeId(*type_id); in FindOrCreateTypeIndex()