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

/art/runtime/
H A Ddex_file_test.cc305 TEST_F(DexFileTest, FindProtoId) {
316 java_lang_dex_file_->FindProtoId(to_find.return_type_idx_, to_find_types);
H A Ddex_file.h729 const ProtoId* FindProtoId(uint16_t return_type_idx,
731 const ProtoId* FindProtoId(uint16_t return_type_idx, function in class:art::DexFile
733 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size());
H A Ddex_file.cc659 const DexFile::ProtoId* DexFile::FindProtoId(uint16_t return_type_idx, function in class:art::DexFile
756 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices);
/art/compiler/dex/quick/
H A Ddex_file_method_inliner.cc770 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type, signature_type_idxs,

Completed in 81 milliseconds