Searched refs:FindProtoId (Results 1 – 5 of 5) sorted by relevance
/art/runtime/dex/ |
D | art_dex_file_loader_test.cc | 246 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()
|
/art/libdexfile/dex/ |
D | dex_file.h | 710 const ProtoId* FindProtoId(dex::TypeIndex return_type_idx, 713 const ProtoId* FindProtoId(dex::TypeIndex return_type_idx, in FindProtoId() function 715 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size()); in FindProtoId()
|
D | dex_file.cc | 388 const DexFile::ProtoId* DexFile::FindProtoId(dex::TypeIndex return_type_idx, in FindProtoId() function in art::DexFile 482 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices); in CreateSignature()
|
/art/profman/ |
D | profman.cc | 807 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs); in FindMethodIndex()
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 1416 const art::DexFile::ProtoId* proto_id = dex_file_->FindProtoId(method_return_idx, in UpdateMethods()
|