Searched defs:prototype (Results 1 – 12 of 12) sorted by relevance
27 private final Prototype prototype; field in CstProtoRef29 public CstProtoRef(Prototype prototype) { in CstProtoRef()41 Prototype prototype = Prototype.fromDescriptor(descriptor.getString()); in make() local
32 private final Prototype prototype; field in CstBaseMethodRef
36 private final Prototype prototype; field in CstInvokeDynamic
32 private final Prototype prototype; field in ProtoIdItem48 public ProtoIdItem(Prototype prototype) { in ProtoIdItem()67 private static CstString makeShortForm(Prototype prototype) { in makeShortForm()
105 public synchronized ProtoIdItem intern(Prototype prototype) { in intern()129 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()
37 private final Prototype prototype; field in BaseMachine87 public BaseMachine(Prototype prototype) { in BaseMachine()141 public void popArgs(Frame frame, Prototype prototype) { in popArgs()
705 Prototype prototype in visitConstant() local713 Prototype prototype = invokeDynamicRef.getPrototype(); in visitConstant() local730 Prototype prototype = in visitConstant() local
37 public ValueAwareMachine(Prototype prototype) { in ValueAwareMachine()
67 public void popArgs(Frame frame, Prototype prototype); in popArgs()