Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Dart_dex_file_loader_test.cc255 TEST_F(ArtDexFileLoaderTest, FindProtoId) { in TEST_F() argument
266 java_lang_dex_file_->FindProtoId(to_find.return_type_idx_, to_find_types); in TEST_F()
H A Ddex_file.h493 const dex::ProtoId* FindProtoId(dex::TypeIndex return_type_idx,
496 const dex::ProtoId* FindProtoId(dex::TypeIndex return_type_idx, in FindProtoId() function
498 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size()); in FindProtoId()
H A Ddex_file.cc383 const ProtoId* DexFile::FindProtoId(dex::TypeIndex return_type_idx, in FindProtoId() function in art::DexFile
/aosp12/art/runtime/
H A Dsdk_checker.cc74 const dex::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs); in ShouldDenyAccess()
/aosp12/art/profman/
H A Dprofman.cc1098 const dex::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs); in FindMethodIndex()
/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc2578 const art::dex::ProtoId* proto_id = dex_file_->FindProtoId(method_return_idx, new_type_list); in UpdateMethods()