Searched refs:GetIndexForTypeId (Results 1 – 12 of 12) sorted by relevance
244 const dex::TypeIndex class_idx = GetIndexForTypeId(declaring_klass); in FindFieldId()246 const dex::TypeIndex type_idx = GetIndexForTypeId(type); in FindFieldId()279 const dex::TypeIndex class_idx = GetIndexForTypeId(declaring_klass); in FindMethodId()443 dex::TypeIndex type_idx = GetIndexForTypeId(*type_id); in CreateTypeList()
242 EXPECT_EQ(java_lang_dex_file_->GetIndexForTypeId(*type_id).index_, i); in TEST_F()
291 dex::TypeIndex GetIndexForTypeId(const dex::TypeId& type_id) const { in GetIndexForTypeId() function
463 dex::TypeIndex declaring_class_type_index = dex_file->GetIndexForTypeId(*declaring_class_type_id); in FindOatMethodFromDexFileFor()
1010 dex::TypeIndex array_idx = dex_file.GetIndexForTypeId(*array_id); in TEST_F()1335 dex::TypeIndex type_idx = dex_file->GetIndexForTypeId(*type_id); in TEST_F()
2036 dex::TypeIndex type_idx = dex_file.GetIndexForTypeId(*type_id); in FindClassDef()
169 const dex::ClassDef* found = dex_file.FindClassDef(dex_file.GetIndexForTypeId(*type_id)); in FindClass()
1373 dex::TypeIndex type_idx = dex->GetIndexForTypeId(*type_id); in TEST_F()1473 dex::TypeIndex type_idx = dex_file->GetIndexForTypeId(*type_id); in TEST_F()
253 dex::TypeIndex type_idx = dex_file.GetIndexForTypeId(*type_id); in GetClassDefIndex()
2566 dex_file_->GetIndexForTypeId(*dex_file_->FindTypeId(method.GetReturnTypeDescriptor())); in UpdateMethods()2571 dex_file_->GetIndexForTypeId( in UpdateMethods()3003 mclass->SetDexTypeIndex(dex_file_->GetIndexForTypeId(*dex_file_->FindTypeId(class_sig_.c_str()))); in UpdateClassInPlace()
925 dex::TypeIndex type_index = dex_file->GetIndexForTypeId(*type_id); in FindClass()
1417 return (type_id == nullptr) ? dex::TypeIndex() : dex_file.GetIndexForTypeId(*type_id); in FindTypeIndexInOtherDexFile()