Searched defs:proto (Results 1 – 4 of 4) sorted by relevance
492 const DexFile::ProtoId& proto = dex_file->GetMethodPrototype( in GetParameterTypeList() local
256 ProtoCacheIndex proto; member
614 const DexFile::ProtoId& proto = GetProtoId(mid); in FindProtoId() local
1074 Signature(const DexFile* dex, const DexFile::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature()