Home
last modified time | relevance | path

Searched defs:code (Results 1 – 19 of 19) 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/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/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.java429 CstMethodRef ref, DalvCode code, boolean isStatic) { in validateEncode()
/dalvik/dx/src/com/android/dx/dex/cf/
DCodeStatistics.java91 DalvCode code) { in updateDexStatistics()
DCfTranslator.java265 DalvCode code; in processMethods() local
/dalvik/dx/src/com/android/dx/command/dump/
DBlockDumper.java210 BytecodeArray code = meth.getCode(); in regularDump() local
286 BytecodeArray code = meth.getCode(); in ropDump() local
/dalvik/dx/src/com/android/dx/cf/direct/
DStdAttributeFactory.java210 private Attribute code(DirectClassFile cf, int offset, int length, in code() method in StdAttributeFactory
242 BytecodeArray code = in code() local
/dalvik/dx/src/com/android/dx/cf/code/
DSimulator.java51 private final BytecodeArray code; field in Simulator
/dalvik/dx/etc/
Djasmin.jar ... .CodeAttr) jas.ClassEnv ce jas.CodeAttr code void resolve (jas.ClassEnv) jas.ClassEnv ...
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java818 private void transformCode(Dex in, Code code, IndexMap indexMap) { in transformCode()
1012 private int code; field in DexMerger.WriterSizes
/dalvik/libdex/
DDexSwapVerify.cpp1661 DexCode* code, u4 firstOffset, u4 handlersSize, u4* handlerOffs) { in setHandlerOffsAndVerify()
1738 static void* swapTriesAndCatches(const CheckState* state, DexCode* code) { in swapTriesAndCatches()