Home
last modified time | relevance | path

Searched defs:code (Results 1 – 17 of 17) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/attrib/
DAttCode.java38 private final BytecodeArray code; field in AttCode
55 public AttCode(int maxStack, int maxLocals, BytecodeArray code, in AttCode()
/dalvik/dx/src/com/android/dx/dex/file/
DEncodedMethod.java41 private final CodeItem code; field in EncodedMethod
54 DalvCode code, TypeList throwsList) { in EncodedMethod()
DDebugInfoItem.java35 private final DalvCode code; field in DebugInfoItem
42 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { in DebugInfoItem()
DCodeItem.java46 private final DalvCode code; field in CodeItem
76 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, in CodeItem()
DCatchStructs.java43 private final DalvCode code; field in CatchStructs
74 public CatchStructs(DalvCode code) { in CatchStructs()
DDebugInfoDecoder.java430 CstMethodRef ref, DalvCode code, boolean isStatic) { in validateEncode()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DEncodedMethod.java42 private final CodeItem code; field in EncodedMethod
55 DalvCode code, TypeList throwsList) { in EncodedMethod()
DDebugInfoItem.java38 private final DalvCode code; field in DebugInfoItem
45 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { in DebugInfoItem()
DCodeItem.java55 private final DalvCode code; field in CodeItem
85 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, in CodeItem()
DCatchStructs.java46 private final DalvCode code; field in CatchStructs
77 public CatchStructs(DalvCode code) { in CatchStructs()
DDebugInfoDecoder.java425 CstMethodRef ref, DalvCode code, boolean isStatic) { in validateEncode()
/dalvik/dx/src/com/android/dx/command/dump/
DBlockDumper.java207 BytecodeArray code = meth.getCode(); in regularDump() local
280 BytecodeArray code = meth.getCode(); in ropDump() local
/dalvik/dx/src/com/android/dx/dex/cf/
DCodeStatistics.java84 DalvCode code) { in updateDexStatistics()
DCfTranslator.java294 DalvCode code; in processMethods() local
/dalvik/dx/src/com/android/dx/cf/direct/
DStdAttributeFactory.java246 private Attribute code(DirectClassFile cf, int offset, int length, in code() method in StdAttributeFactory
278 BytecodeArray code = in code() local
/dalvik/dx/src/com/android/dx/cf/code/
DSimulator.java56 private final BytecodeArray code; field in Simulator
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java885 private void transformCode(Dex in, Code code, IndexMap indexMap) { in transformCode()
1076 private int code; field in DexMerger.WriterSizes