Home
last modified time | relevance | path

Searched refs:FindProtoId (Results 1 – 5 of 5) sorted by relevance

/art/libdexfile/dex/
Dart_dex_file_loader_test.cc246 TEST_F(ArtDexFileLoaderTest, FindProtoId) { in TEST_F() argument
257 java_lang_dex_file_->FindProtoId(to_find.return_type_idx_, to_find_types); in TEST_F()
Ddex_file.h477 const dex::ProtoId* FindProtoId(dex::TypeIndex return_type_idx,
480 const dex::ProtoId* FindProtoId(dex::TypeIndex return_type_idx, in FindProtoId() function
482 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size()); in FindProtoId()
Ddex_file.cc366 const ProtoId* DexFile::FindProtoId(dex::TypeIndex return_type_idx, in FindProtoId() function in art::DexFile
/art/profman/
Dprofman.cc976 const dex::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs); in FindMethodIndex()
/art/openjdkjvmti/
Dti_redefine.cc2577 const art::dex::ProtoId* proto_id = dex_file_->FindProtoId(method_return_idx, new_type_list); in UpdateMethods()