/dalvik/dx/src/com/android/dx/dex/code/ |
D | TargetInsn.java | 27 private CodeAddress target; field in TargetInsn 42 RegisterSpecList registers, CodeAddress target) { in TargetInsn() 74 public TargetInsn withNewTargetAndReversed(CodeAddress target) { in withNewTargetAndReversed()
|
D | OutputFinisher.java | 781 TargetInsn target = (TargetInsn) insn; in fixBranches() local
|
D | RopTranslator.java | 565 int target = block.getSuccessors().get(1); in visitPlainInsn() local
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
D | TargetInsn.java | 27 private CodeAddress target; field in TargetInsn 42 RegisterSpecList registers, CodeAddress target) { in TargetInsn() 74 public TargetInsn withNewTargetAndReversed(CodeAddress target) { in withNewTargetAndReversed()
|
D | OutputFinisher.java | 674 TargetInsn target = (TargetInsn) insn; in fixBranches() local
|
D | RopTranslator.java | 557 int target = block.getSuccessors().get(1); in visitPlainInsn() local
|
/dalvik/dx/src/com/android/dx/cf/code/ |
D | SwitchList.java | 127 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
|
D | BytecodeArray.java | 704 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()
|
D | Machine.java | 174 public void auxTargetArg(int target); in auxTargetArg()
|
D | BasicBlocker.java | 225 int target) { in visitBranch()
|
D | BaseMachine.java | 254 public final void auxTargetArg(int target) { in auxTargetArg()
|
D | Simulator.java | 757 int target) { in visitBranch()
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
D | DexJarMaker.java | 50 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/ |
D | InstructionCodec.java | 130 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
|
D | DecodedInstruction.java | 57 private final int target; field in DecodedInstruction 102 int index, IndexType indexType, int target, long literal) { in DecodedInstruction()
|
D | ZeroRegisterDecodedInstruction.java | 29 int index, IndexType indexType, int target, long literal) { in ZeroRegisterDecodedInstruction()
|
D | OneRegisterDecodedInstruction.java | 32 int index, IndexType indexType, int target, long literal, in OneRegisterDecodedInstruction()
|
D | RegisterRangeDecodedInstruction.java | 36 int index, IndexType indexType, int target, long literal, in RegisterRangeDecodedInstruction()
|
D | TwoRegisterDecodedInstruction.java | 35 int index, IndexType indexType, int target, long literal, in TwoRegisterDecodedInstruction()
|
D | ThreeRegisterDecodedInstruction.java | 38 int index, IndexType indexType, int target, long literal, in ThreeRegisterDecodedInstruction()
|
D | FourRegisterDecodedInstruction.java | 41 int index, IndexType indexType, int target, long literal, in FourRegisterDecodedInstruction()
|
D | FiveRegisterDecodedInstruction.java | 44 int index, IndexType indexType, int target, long literal, in FiveRegisterDecodedInstruction()
|
/dalvik/dx/src/com/android/dx/merge/ |
D | IndexMap.java | 62 private final Dex target; field in IndexMap 77 public IndexMap(Dex target, TableOfContents tableOfContents) { in IndexMap()
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
D | CodeObserver.java | 149 int target) { in visitBranch()
|