Searched defs:getTarget (Results 1 - 4 of 4) sorted by path

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DTargetInsn.java85 public CodeAddress getTarget() { method in class:TargetInsn
93 * {@code getTarget().getAddress()}.
/dalvik/dx/src/com/android/dx/cf/code/
H A DSwitchList.java87 public int getTarget(int n) { method in class:SwitchList
93 * {@code getTarget(size())}.
/dalvik/dx/src/com/android/dx/dex/code/
H A DTargetInsn.java85 public CodeAddress getTarget() { method in class:TargetInsn
93 * {@code getTarget().getAddress()}.
/dalvik/dx/src/com/android/dx/io/instructions/
H A DDecodedInstruction.java152 public final int getTarget() { method in class:DecodedInstruction
159 public final int getTarget(int baseAddress) { method in class:DecodedInstruction
169 int relativeTarget = getTarget(baseAddress);
185 int relativeTarget = getTarget(baseAddress);

Completed in 129 milliseconds