Searched defs:prototype (Results 1 – 11 of 11) sorted by relevance
32 private final Prototype prototype; field in ProtoIdItem48 public ProtoIdItem(Prototype prototype) { in ProtoIdItem()67 private static CstString makeShortForm(Prototype prototype) { in makeShortForm()
90 public ProtoIdItem intern(Prototype prototype) { in intern()114 public int indexOf(Prototype prototype) { in indexOf()
35 private final Prototype prototype; field in ProtoIdItem51 public ProtoIdItem(Prototype prototype) { in ProtoIdItem()70 private static CstUtf8 makeShortForm(Prototype prototype) { in makeShortForm()
36 public ValueAwareMachine(Prototype prototype) { in ValueAwareMachine()
37 private final Prototype prototype; field in BaseMachine87 public BaseMachine(Prototype prototype) { in BaseMachine()137 public void popArgs(Frame frame, Prototype prototype) { in popArgs()
654 Prototype prototype = in visitConstant() local664 Prototype prototype = in visitConstant() local679 Prototype prototype = in visitConstant() local
67 public void popArgs(Frame frame, Prototype prototype); in popArgs()
32 private final Prototype prototype; field in CstBaseMethodRef
525 DexProto prototype; member