Searched refs:FindProtoId (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | method_helper.cc | 90 other_dexfile.FindProtoId(other_return_type_idx, other_param_type_idxs); in FindDexMethodIndexInOtherDexFile()
|
D | dex_file_test.cc | 304 TEST_F(DexFileTest, FindProtoId) { in TEST_F() argument 315 java_lang_dex_file_->FindProtoId(to_find.return_type_idx_, to_find_types); in TEST_F()
|
D | dex_file.h | 712 const ProtoId* FindProtoId(uint16_t return_type_idx, 714 const ProtoId* FindProtoId(uint16_t return_type_idx, in FindProtoId() function 716 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size()); in FindProtoId()
|
D | dex_file.cc | 607 const DexFile::ProtoId* DexFile::FindProtoId(uint16_t return_type_idx, in FindProtoId() function in art::DexFile 704 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices); in CreateSignature()
|
/art/compiler/dex/quick/ |
D | dex_file_method_inliner.cc | 642 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type, signature_type_idxs, in FindProtoIndex()
|