Home
last modified time | relevance | path

Searched refs:shorty (Results 1 – 4 of 4) sorted by relevance

/tools/dexter/slicer/
Ddex_ir_builder.cc148 auto shorty = GetAsciiString(CreateShorty(return_type, param_types).c_str()); in GetProto() local
152 if (ir_proto->shorty == shorty && in GetProto()
161 ir_proto->shorty = shorty; in GetProto()
Dreader.cc850 ir_proto->shorty = GetString(dex_proto.shorty_idx); in ParseProto()
Dwriter.cc579 dexProtoId->shorty_idx = irProto->shorty->index; in FillProtos()
/tools/dexter/slicer/export/slicer/
Ddex_ir.h193 String* shorty; member