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

/art/runtime/
H A Dmethod_helper.cc90 other_dexfile.FindProtoId(other_return_type_idx, other_param_type_idxs);
H A Ddex_file_test.cc304 TEST_F(DexFileTest, FindProtoId) {
315 java_lang_dex_file_->FindProtoId(to_find.return_type_idx_, to_find_types);
H A Ddex_file.h712 const ProtoId* FindProtoId(uint16_t return_type_idx,
714 const ProtoId* FindProtoId(uint16_t return_type_idx, function in class:art::DexFile
716 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size());
H A Ddex_file.cc607 const DexFile::ProtoId* DexFile::FindProtoId(uint16_t return_type_idx, function in class:art::DexFile
704 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices);
/art/compiler/dex/quick/
H A Ddex_file_method_inliner.cc642 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type, signature_type_idxs,

Completed in 633 milliseconds