Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_helper.cc90 other_dexfile.FindProtoId(other_return_type_idx, other_param_type_idxs); in FindDexMethodIndexInOtherDexFile()
Ddex_file_test.cc304 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()
Ddex_file.h712 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()
Ddex_file.cc607 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/
Ddex_file_method_inliner.cc642 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type, signature_type_idxs, in FindProtoIndex()