Home | History | Annotate | Download | only in runtime

Lines Matching refs:ProtoId

358       proto_ids_(reinterpret_cast<const ProtoId*>(base + header_->proto_ids_off_)),
519 const DexFile::ProtoId& signature) const {
607 const DexFile::ProtoId* DexFile::FindProtoId(uint16_t return_type_idx,
614 const DexFile::ProtoId& proto = GetProtoId(mid);
704 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices);