Home
last modified time | relevance | path

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

/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.java781 TargetInsn target = (TargetInsn) insn; in fixBranches() local
DRopTranslator.java565 int target = block.getSuccessors().get(1); in visitPlainInsn() local
/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/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
798 int target = offset + bytes.getInt(offset + 1); in parseInstruction() local
848 int target = offset + bytes.getInt(at); in parseTableswitch() local
886 int target = offset + bytes.getInt(at + 4); in parseLookupswitch() local
1244 int target); in visitBranch()
1328 int target) { in visitBranch()
1408 int target) { in visitBranch()
DMachine.java174 public void auxTargetArg(int target); in auxTargetArg()
DBasicBlocker.java225 int target) { in visitBranch()
DBaseMachine.java254 public final void auxTargetArg(int target) { in auxTargetArg()
DSimulator.java757 int target) { in visitBranch()
/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/
DInstructionCodec.java130 int target = (byte) byte1(opcodeUnit); // sign-extend in FORMAT_10T() local
150 int target = (short) in.read(); // sign-extend in FORMAT_20T() local
212 int target = (short) in.read(); // sign-extend in FORMAT_21T() local
356 int target = (short) in.read(); // sign-extend in FORMAT_22T() local
450 int target = in.readInt(); in FORMAT_30T() local
514 int target = baseAddress + in.readInt(); in FORMAT_31T() local
DDecodedInstruction.java57 private final int target; field in DecodedInstruction
102 int index, IndexType indexType, int target, long literal) { in DecodedInstruction()
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()
/dalvik/dx/src/com/android/dx/merge/
DIndexMap.java62 private final Dex target; field in IndexMap
77 public IndexMap(Dex target, TableOfContents tableOfContents) { in IndexMap()
/dalvik/dx/src/com/android/dx/cf/direct/
DCodeObserver.java149 int target) { in visitBranch()