Home
last modified time | relevance | path

Searched defs:code (Results 1 – 20 of 20) 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.java42 private final CodeItem code; field in EncodedMethod
55 DalvCode code, TypeList throwsList) { in EncodedMethod()
DDebugInfoItem.java36 private final DalvCode code; field in DebugInfoItem
43 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.java44 private final DalvCode code; field in CatchStructs
75 public CatchStructs(DalvCode code) { in CatchStructs()
DDebugInfoDecoder.java419 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/dex/cf/
DCodeStatistics.java92 DalvCode code) { in updateDexStatistics()
DCfTranslator.java241 DalvCode code; in processMethods() local
/dalvik/dx/src/com/android/dx/command/dump/
DBlockDumper.java212 BytecodeArray code = meth.getCode(); in regularDump() local
288 BytecodeArray code = meth.getCode(); in ropDump() local
/dalvik/dx/src/com/android/dx/cf/direct/
DStdAttributeFactory.java211 private Attribute code(DirectClassFile cf, int offset, int length, in code() method in StdAttributeFactory
243 BytecodeArray code = in code() local
/dalvik/dx/src/com/android/dx/cf/code/
DSimulator.java52 private final BytecodeArray code; field in Simulator
/dalvik/vm/compiler/codegen/arm/Thumb2/
DGen.cpp167 static ArmLIR *genIT(CompilationUnit *cUnit, ArmConditionCode code, in genIT()
DFactory.cpp742 static int encodeShift(int code, int amount) { in encodeShift()
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java796 private void transformCode(DexBuffer in, Code code, IndexMap indexMap) { in transformCode()
990 private int code; field in DexMerger.WriterSizes
/dalvik/libdex/
DDexSwapVerify.cpp1649 DexCode* code, u4 firstOffset, u4 handlersSize, u4* handlerOffs) { in setHandlerOffsAndVerify()
1726 static void* swapTriesAndCatches(const CheckState* state, DexCode* code) { in swapTriesAndCatches()