Searched refs:proto (Results 1 – 5 of 5) sorted by relevance
256 ProtoCacheIndex proto; member
662 uint32_t proto_index = FindProtoIndex(dex_file, cache, method_def.proto); in FindMethodIndex()
492 const DexFile::ProtoId& proto = dex_file->GetMethodPrototype( in GetParameterTypeList() local494 return dex_file->GetProtoParameters(proto); in GetParameterTypeList()
614 const DexFile::ProtoId& proto = GetProtoId(mid); in FindProtoId() local615 int compare = return_type_idx - proto.return_type_idx_; in FindProtoId()617 DexFileParameterIterator it(*this, proto); in FindProtoId()637 return &proto; in FindProtoId()
1074 Signature(const DexFile* dex, const DexFile::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature() argument