Home
last modified time | relevance | path

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

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