Searched refs:GetIndexForTypeId (Results 1 – 11 of 11) sorted by relevance
243 const dex::TypeIndex class_idx = GetIndexForTypeId(declaring_klass); in FindFieldId()245 const dex::TypeIndex type_idx = GetIndexForTypeId(type); in FindFieldId()278 const dex::TypeIndex class_idx = GetIndexForTypeId(declaring_klass); in FindMethodId()442 dex::TypeIndex type_idx = GetIndexForTypeId(*type_id); in CreateTypeList()
242 EXPECT_EQ(java_lang_dex_file_->GetIndexForTypeId(*type_id).index_, i); in TEST_F()
288 dex::TypeIndex GetIndexForTypeId(const dex::TypeId& type_id) const { in GetIndexForTypeId() function
1464 dex_file_->GetIndexForTypeId(*dex_file_->FindTypeId(method.GetReturnTypeDescriptor())); in UpdateMethods()1469 dex_file_->GetIndexForTypeId( in UpdateMethods()1537 mclass->SetDexTypeIndex(dex_file_->GetIndexForTypeId(*dex_file_->FindTypeId(class_sig_.c_str()))); in UpdateClass()
170 const dex::ClassDef* found = dex_file.FindClassDef(dex_file.GetIndexForTypeId(*type_id)); in FindClass()
454 dex::TypeIndex declaring_class_type_index = dex_file->GetIndexForTypeId(*declaring_class_type_id); in FindOatMethodFromDexFileFor()
1003 dex::TypeIndex array_idx = dex_file.GetIndexForTypeId(*array_id); in TEST_F()1328 dex::TypeIndex type_idx = dex_file->GetIndexForTypeId(*type_id); in TEST_F()
2045 dex::TypeIndex type_idx = dex_file.GetIndexForTypeId(*type_id); in FindClassDef()
827 dex::TypeIndex type_index = dex_file->GetIndexForTypeId(*type_id); in FindClass()
1341 dex::TypeIndex type_idx = dex->GetIndexForTypeId(*type_id); in TEST_F()1442 dex::TypeIndex type_idx = dex_file->GetIndexForTypeId(*type_id); in TEST_F()
253 dex::TypeIndex type_idx = dex_file.GetIndexForTypeId(*type_id); in GetClassDefIndex()