Searched defs:prototype (Results 1 – 10 of 10) 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()
89 public ProtoIdItem intern(Prototype prototype) { in intern()113 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()
90 public ProtoIdItem intern(Prototype prototype) { in intern()114 public int indexOf(Prototype prototype) { in indexOf()
36 public ValueAwareMachine(Prototype prototype) { in ValueAwareMachine()
653 Prototype prototype = in visitConstant() local663 Prototype prototype = in visitConstant() local678 Prototype prototype = in visitConstant() local
37 private final Prototype prototype; field in BaseMachine87 public BaseMachine(Prototype prototype) { in BaseMachine()137 public void popArgs(Frame frame, Prototype prototype) { in popArgs()
67 public void popArgs(Frame frame, Prototype prototype); in popArgs()
32 private final Prototype prototype; field in CstBaseMethodRef