Searched refs:FindProtoId (Results 1 – 6 of 6) sorted by relevance
/aosp12/art/libdexfile/dex/ |
H A D | art_dex_file_loader_test.cc | 255 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 D | dex_file.h | 493 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 D | dex_file.cc | 383 const ProtoId* DexFile::FindProtoId(dex::TypeIndex return_type_idx, in FindProtoId() function in art::DexFile
|
/aosp12/art/runtime/ |
H A D | sdk_checker.cc | 74 const dex::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs); in ShouldDenyAccess()
|
/aosp12/art/profman/ |
H A D | profman.cc | 1098 const dex::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs); in FindMethodIndex()
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_redefine.cc | 2578 const art::dex::ProtoId* proto_id = dex_file_->FindProtoId(method_return_idx, new_type_list); in UpdateMethods()
|