Home
last modified time | relevance | path

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

/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.java90 public ProtoIdItem intern(Prototype prototype) { in intern()
114 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/
DValueAwareMachine.java36 public ValueAwareMachine(Prototype prototype) { in ValueAwareMachine()
DBaseMachine.java37 private final Prototype prototype; field in BaseMachine
87 public BaseMachine(Prototype prototype) { in BaseMachine()
137 public void popArgs(Frame frame, Prototype prototype) { in popArgs()
DSimulator.java654 Prototype prototype = in visitConstant() local
664 Prototype prototype = in visitConstant() local
679 Prototype prototype = in visitConstant() local
DMachine.java67 public void popArgs(Frame frame, Prototype prototype); in popArgs()
/dalvik/dx/src/com/android/dx/rop/cst/
DCstBaseMethodRef.java32 private final Prototype prototype; field in CstBaseMethodRef
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
DCstBaseMethodRef.java32 private final Prototype prototype; field in CstBaseMethodRef
/dalvik/vm/oo/
DObject.h525 DexProto prototype; member