Home
last modified time | relevance | path

Searched defs:target (Results 1 – 24 of 24) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
DTargetInsn.java27 private CodeAddress target; field in TargetInsn
42 RegisterSpecList registers, CodeAddress target) { in TargetInsn()
74 public TargetInsn withNewTargetAndReversed(CodeAddress target) { in withNewTargetAndReversed()
DOutputFinisher.java674 TargetInsn target = (TargetInsn) insn; in fixBranches() local
DRopTranslator.java557 int target = block.getSuccessors().get(1); in visitPlainInsn() local
/dalvik/dx/src/com/android/dx/dex/code/
DTargetInsn.java27 private CodeAddress target; field in TargetInsn
42 RegisterSpecList registers, CodeAddress target) { in TargetInsn()
74 public TargetInsn withNewTargetAndReversed(CodeAddress target) { in withNewTargetAndReversed()
DOutputFinisher.java739 TargetInsn target = (TargetInsn) insn; in fixBranches() local
DRopTranslator.java563 int target = block.getSuccessors().get(1); in visitPlainInsn() local
/dalvik/dx/src/com/android/dx/cf/code/
DSwitchList.java127 public void setDefaultTarget(int target) { in setDefaultTarget()
147 public void add(int value, int target) { in add()
176 int target = targets.get(i); in removeSuperfluousDefaults() local
DBytecodeArray.java704 int target = offset + bytes.getShort(offset + 1); in parseInstruction() local
794 int target = offset + bytes.getInt(offset + 1); in parseInstruction() local
844 int target = offset + bytes.getInt(at); in parseTableswitch() local
882 int target = offset + bytes.getInt(at + 4); in parseLookupswitch() local
1240 int target); in visitBranch()
1319 int target) { in visitBranch()
1395 int target) { in visitBranch()
DMachine.java174 public void auxTargetArg(int target); in auxTargetArg()
DBasicBlocker.java216 int target) { in visitBranch()
DSimulator.java707 int target) { in visitBranch()
DBaseMachine.java241 public final void auxTargetArg(int target) { in auxTargetArg()
/dalvik/dexgen/src/com/android/dexgen/util/
DDexJarMaker.java50 JarOutputStream target = null; in create() local
78 private void add(File source, JarOutputStream target) throws IOException { in add()
/dalvik/dx/src/com/android/dx/io/instructions/
DZeroRegisterDecodedInstruction.java29 int index, IndexType indexType, int target, long literal) { in ZeroRegisterDecodedInstruction()
DOneRegisterDecodedInstruction.java32 int index, IndexType indexType, int target, long literal, in OneRegisterDecodedInstruction()
DRegisterRangeDecodedInstruction.java36 int index, IndexType indexType, int target, long literal, in RegisterRangeDecodedInstruction()
DTwoRegisterDecodedInstruction.java35 int index, IndexType indexType, int target, long literal, in TwoRegisterDecodedInstruction()
DThreeRegisterDecodedInstruction.java38 int index, IndexType indexType, int target, long literal, in ThreeRegisterDecodedInstruction()
DFourRegisterDecodedInstruction.java41 int index, IndexType indexType, int target, long literal, in FourRegisterDecodedInstruction()
DFiveRegisterDecodedInstruction.java44 int index, IndexType indexType, int target, long literal, in FiveRegisterDecodedInstruction()
DDecodedInstruction.java57 private final int target; field in DecodedInstruction
102 int index, IndexType indexType, int target, long literal) { in DecodedInstruction()
DInstructionCodec.java118 int target = (byte) byte1(opcodeUnit); // sign-extend in FORMAT_10T() local
136 int target = (short) in.read(); // sign-extend in FORMAT_20T() local
192 int target = (short) in.read(); // sign-extend in FORMAT_21T() local
324 int target = (short) in.read(); // sign-extend in FORMAT_22T() local
410 int target = in.readInt(); in FORMAT_30T() local
468 int target = baseAddress + in.readInt(); in FORMAT_31T() local
/dalvik/dx/src/com/android/dx/merge/
DIndexMap.java58 private final Dex target; field in IndexMap
71 public IndexMap(Dex target, TableOfContents tableOfContents) { in IndexMap()
/dalvik/dx/src/com/android/dx/cf/direct/
DCodeObserver.java144 int target) { in visitBranch()