Searched refs:shorty (Results 1 – 4 of 4) sorted by relevance
148 auto shorty = GetAsciiString(CreateShorty(return_type, param_types).c_str()); in GetProto() local152 if (ir_proto->shorty == shorty && in GetProto()161 ir_proto->shorty = shorty; in GetProto()
850 ir_proto->shorty = GetString(dex_proto.shorty_idx); in ParseProto()
579 dexProtoId->shorty_idx = irProto->shorty->index; in FillProtos()
193 String* shorty; member