Searched refs:FindProtoId (Results 1 – 5 of 5) sorted by relevance
246 TEST_F(ArtDexFileLoaderTest, FindProtoId) { in TEST_F() argument257 java_lang_dex_file_->FindProtoId(to_find.return_type_idx_, to_find_types); in TEST_F()
477 const dex::ProtoId* FindProtoId(dex::TypeIndex return_type_idx,480 const dex::ProtoId* FindProtoId(dex::TypeIndex return_type_idx, in FindProtoId() function482 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size()); in FindProtoId()
366 const ProtoId* DexFile::FindProtoId(dex::TypeIndex return_type_idx, in FindProtoId() function in art::DexFile
976 const dex::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs); in FindMethodIndex()
2577 const art::dex::ProtoId* proto_id = dex_file_->FindProtoId(method_return_idx, new_type_list); in UpdateMethods()