Searched defs:getAddress (Results 1 - 8 of 8) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DSourcePosition.java155 public int getAddress() { method in class:SourcePosition
/dalvik/dx/src/com/android/dx/rop/code/
H A DSourcePosition.java155 public int getAddress() { method in class:SourcePosition
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DPositionList.java99 arr[at] = new PositionList.Entry(insn.getAddress(), pos);
179 public int getAddress() { method in class:PositionList.Entry
H A DDalvInsn.java145 * @see #getAddress
160 public final int getAddress() { method in class:DalvInsn
353 return getAddress() + codeSize();
H A DLocalList.java211 public int getAddress() { method in class:LocalList.Entry
353 state.snapshot(insn.getAddress(), snapshot);
356 state.startLocal(insn.getAddress(), local);
359 state.endLocal(insn.getAddress(), local);
406 Integer.toHexString(e.getAddress()) + ": got " +
414 Integer.toHexString(e.getAddress()));
417 int addr = e.getAddress();
422 if (test.getAddress() != addr) {
614 if (endEntry.getAddress() == address) {
764 if (entry.getAddress() !
[all...]
/dalvik/dx/src/com/android/dx/dex/code/
H A DPositionList.java99 arr[at] = new PositionList.Entry(insn.getAddress(), pos);
179 public int getAddress() { method in class:PositionList.Entry
H A DDalvInsn.java147 * @see #getAddress
162 public final int getAddress() { method in class:DalvInsn
381 return getAddress() + codeSize();
H A DLocalList.java211 public int getAddress() { method in class:LocalList.Entry
353 state.snapshot(insn.getAddress(), snapshot);
356 state.startLocal(insn.getAddress(), local);
359 state.endLocal(insn.getAddress(), local);
406 Integer.toHexString(e.getAddress()) + ": got " +
414 Integer.toHexString(e.getAddress()));
417 int addr = e.getAddress();
422 if (test.getAddress() != addr) {
614 if (endEntry.getAddress() == address) {
764 if (entry.getAddress() !
[all...]

Completed in 501 milliseconds