Home
last modified time | relevance | path

Searched defs:code (Results 1 – 14 of 14) 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.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.java237 DalvCode code; in processMethods() local
/dalvik/dx/src/com/android/dx/command/dump/
DBlockDumper.java209 BytecodeArray code = meth.getCode(); in regularDump() local
284 BytecodeArray code = meth.getCode(); in ropDump() local
/dalvik/dx/src/com/android/dx/cf/direct/
DStdAttributeFactory.java212 private Attribute code(DirectClassFile cf, int offset, int length, in code() method in StdAttributeFactory
244 BytecodeArray code = in code() local
/dalvik/dx/src/com/android/dx/cf/code/
DSimulator.java56 private final BytecodeArray code; field in Simulator
/dalvik/vm/compiler/codegen/arm/Thumb2/
DGen.c122 static ArmLIR *genIT(CompilationUnit *cUnit, ArmConditionCode code, in genIT()
DFactory.c672 static int encodeShift(int code, int amount) { in encodeShift()
/dalvik/libdex/
DDexSwapVerify.c1647 DexCode* code, u4 firstOffset, u4 handlersSize, u4* handlerOffs) { in setHandlerOffsAndVerify()
1724 static void* swapTriesAndCatches(const CheckState* state, DexCode* code) { in swapTriesAndCatches()