Searched defs:FindProtoId (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddex_file.cc695 const DexFile::ProtoId* DexFile::FindProtoId(uint16_t return_type_idx, function in class:art::DexFile
792 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices);
H A Ddex_file.h769 const ProtoId* FindProtoId(uint16_t return_type_idx,
771 const ProtoId* FindProtoId(uint16_t return_type_idx, function in class:art::DexFile
773 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size());

Completed in 11 milliseconds