Home
last modified time | relevance | path

Searched defs:prototype (Results 1 – 12 of 12) sorted by relevance

/dalvik/dx/src/com/android/dx/rop/cst/
DCstProtoRef.java27 private final Prototype prototype; field in CstProtoRef
29 public CstProtoRef(Prototype prototype) { in CstProtoRef()
41 Prototype prototype = Prototype.fromDescriptor(descriptor.getString()); in make() local
DCstBaseMethodRef.java32 private final Prototype prototype; field in CstBaseMethodRef
DCstInvokeDynamic.java36 private final Prototype prototype; field in CstInvokeDynamic
/dalvik/dx/src/com/android/dx/dex/file/
DProtoIdItem.java32 private final Prototype prototype; field in ProtoIdItem
48 public ProtoIdItem(Prototype prototype) { in ProtoIdItem()
67 private static CstString makeShortForm(Prototype prototype) { in makeShortForm()
DProtoIdsSection.java105 public synchronized ProtoIdItem intern(Prototype prototype) { in intern()
129 public int indexOf(Prototype prototype) { in indexOf()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DProtoIdItem.java35 private final Prototype prototype; field in ProtoIdItem
51 public ProtoIdItem(Prototype prototype) { in ProtoIdItem()
70 private static CstUtf8 makeShortForm(Prototype prototype) { in makeShortForm()
DProtoIdsSection.java90 public ProtoIdItem intern(Prototype prototype) { in intern()
114 public int indexOf(Prototype prototype) { in indexOf()
/dalvik/dx/src/com/android/dx/cf/code/
DBaseMachine.java37 private final Prototype prototype; field in BaseMachine
87 public BaseMachine(Prototype prototype) { in BaseMachine()
141 public void popArgs(Frame frame, Prototype prototype) { in popArgs()
DSimulator.java705 Prototype prototype in visitConstant() local
713 Prototype prototype = invokeDynamicRef.getPrototype(); in visitConstant() local
730 Prototype prototype = in visitConstant() local
DValueAwareMachine.java37 public ValueAwareMachine(Prototype prototype) { in ValueAwareMachine()
DMachine.java67 public void popArgs(Frame frame, Prototype prototype); in popArgs()
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
DCstBaseMethodRef.java32 private final Prototype prototype; field in CstBaseMethodRef