/dalvik/dx/tests/135-invoke-custom/ |
D | expected.txt | 1143 | 0000: code-address 1145 | 0000: code-address 1146 | 0000: code-address 1148 | 0000: code-address 1149 | 0000: code-address 1151 | 0000: code-address 1153 | 0003: code-address 1154 | 0003: code-address 1157 | 0004: code-address 1172 | 0000: code-address [all …]
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
D | SourcePosition.java | 38 private final int address; field in SourcePosition 56 public SourcePosition(CstUtf8 sourceFile, int address, int line) { in SourcePosition() argument 57 if (address < -1) { in SourcePosition() 66 this.address = address; in SourcePosition() 86 if (address < 0) { in toString() 89 sb.append(Hex.u2(address)); in toString() 108 return (address == pos.address) && sameLineAndFile(pos); in equals() 114 return sourceFile.hashCode() + address + line; in hashCode() 156 return address; in getAddress()
|
/dalvik/dx/src/com/android/dx/rop/code/ |
D | SourcePosition.java | 38 private final int address; field in SourcePosition 56 public SourcePosition(CstString sourceFile, int address, int line) { in SourcePosition() argument 57 if (address < -1) { in SourcePosition() 66 this.address = address; in SourcePosition() 86 if (address < 0) { in toString() 89 sb.append(Hex.u2(address)); in toString() 108 return (address == pos.address) && sameLineAndFile(pos); in equals() 114 return sourceFile.hashCode() + address + line; in hashCode() 156 return address; in getAddress()
|
/dalvik/dx/src/com/android/dx/dex/code/ |
D | LocalList.java | 121 private final int address; field in LocalList.Entry 140 public Entry(int address, Disposition disposition, RegisterSpec spec) { in Entry() argument 141 if (address < 0) { in Entry() 159 this.address = address; in Entry() 168 return Integer.toHexString(address) + " " + disposition + " " + in toString() 192 if (address < other.address) { in compareTo() 194 } else if (address > other.address) { in compareTo() 214 return address; in getAddress() 317 return new Entry(address, disposition, spec); in withDisposition() 493 private void aboutToProcess(int address, int reg) { in aboutToProcess() argument [all …]
|
D | PositionList.java | 150 private final int address; field in PositionList.Entry 161 public Entry (int address, SourcePosition position) { in Entry() argument 162 if (address < 0) { in Entry() 170 this.address = address; in Entry() 180 return address; in getAddress()
|
D | DalvInsn.java | 36 private int address; field in DalvInsn 108 this.address = -1; in DalvInsn() 151 return (address >= 0); in hasAddress() 163 if (address < 0) { in getAddress() 167 return address; in getAddress() 323 if (address != -1) { in identifierString() 324 return String.format("%04x", address); in identifierString() 364 public final void setAddress(int address) { in setAddress() argument 365 if (address < 0) { in setAddress() 369 this.address = address; in setAddress()
|
D | InsnFormat.java | 307 int address = ti.getTargetAddress(); in branchString() local 309 return (address == (char) address) ? Hex.u2(address) : Hex.u4(address); in branchString()
|
D | OutputFinisher.java | 748 int address = 0; in assignAddresses() local 753 insn.setAddress(address); in assignAddresses() 754 address += insn.codeSize(); in assignAddresses()
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
D | LocalList.java | 122 private final int address; field in LocalList.Entry 141 public Entry(int address, Disposition disposition, RegisterSpec spec) { in Entry() argument 142 if (address < 0) { in Entry() 160 this.address = address; in Entry() 168 return Integer.toHexString(address) + " " + disposition + " " + in toString() 190 if (address < other.address) { in compareTo() 192 } else if (address > other.address) { in compareTo() 212 return address; in getAddress() 315 return new Entry(address, disposition, spec); in withDisposition() 494 private void aboutToProcess(int address, int reg) { in aboutToProcess() argument [all …]
|
D | DalvInsn.java | 34 private int address; field in DalvInsn 106 this.address = -1; in DalvInsn() 149 return (address >= 0); in hasAddress() 161 if (address < 0) { in getAddress() 165 return address; in getAddress() 295 if (address != -1) { in identifierString() 296 return String.format("%04x", address); in identifierString() 336 public final void setAddress(int address) { in setAddress() argument 337 if (address < 0) { in setAddress() 341 this.address = address; in setAddress()
|
D | PositionList.java | 150 private final int address; field in PositionList.Entry 161 public Entry (int address, SourcePosition position) { in Entry() argument 162 if (address < 0) { in Entry() 170 this.address = address; in Entry() 180 return address; in getAddress()
|
D | InsnFormat.java | 250 int address = ti.getTargetAddress(); in branchString() local 252 return (address == (char) address) ? Hex.u2(address) : Hex.u4(address); in branchString()
|
D | OutputFinisher.java | 640 int address = 0; in assignAddresses() local 645 insn.setAddress(address); in assignAddresses() 646 address += insn.codeSize(); in assignAddresses()
|
/dalvik/libdex/ |
D | DexCatch.h | 32 u4 address; /* handler address */ member 61 pIterator->handler.address = 0; in dexCatchIteratorClear() 104 pIterator->handler.address = readUnsignedLeb128(&pIterator->pEncodedData); in dexCatchIteratorNext() 115 u4 address); 121 const DexCode* pCode, u4 address) { in dexFindCatchHandler() argument 134 if (address < start) { in dexFindCatchHandler() 140 if (address >= end) { in dexFindCatchHandler() 149 address); in dexFindCatchHandler()
|
D | DexDebugInfo.cpp | 104 u4 address = 0; in dexDecodeDebugInfo0() local 153 localInReg[reg].startAddress = address; in dexDecodeDebugInfo0() 167 address += readUnsignedLeb128(&stream); in dexDecodeDebugInfo0() 183 emitLocalCbIfLive(cnxt, reg, address, in dexDecodeDebugInfo0() 194 localInReg[reg].startAddress = address; in dexDecodeDebugInfo0() 205 emitLocalCbIfLive (cnxt, reg, address, localInReg, localCb); in dexDecodeDebugInfo0() 227 localInReg[reg].startAddress = address; in dexDecodeDebugInfo0() 240 address += adjopcode / DBG_LINE_RANGE; in dexDecodeDebugInfo0() 245 done = posCb(cnxt, address, line); in dexDecodeDebugInfo0()
|
D | DexCatch.cpp | 53 u4 address) { in dexFindCatchHandlerOffset0() argument 63 if (address < start) { in dexFindCatchHandlerOffset0() 70 if (address >= end) { in dexFindCatchHandlerOffset0()
|
D | DexDebugInfo.h | 30 typedef int (*DexDebugNewPositionCb)(void *cnxt, u4 address, u4 lineNum);
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | DebugInfoDecoder.java | 78 private int address = 0; field in DebugInfoDecoder 131 public int address; field in DebugInfoDecoder.PositionEntry 136 public PositionEntry(int address, int line) { in PositionEntry() argument 137 this.address = address; in PositionEntry() 147 public int address; field in DebugInfoDecoder.LocalEntry 164 public LocalEntry(int address, boolean isStart, int reg, int nameIndex, in LocalEntry() argument 166 this.address = address; in LocalEntry() 176 address, isStart ? "start" : "end", reg, in toString() 298 address, true, reg, nameIdx, typeIdx, 0); in decode0() 311 address, true, reg, nameIdx, typeIdx, sigIdx); in decode0() [all …]
|
D | DebugInfoEncoder.java | 73 private int address = 0; field in DebugInfoEncoder 203 annotate(1, String.format("%04x: prologue end",address)); in convert0() 259 emitAdvancePc(next - address); in convert0() 285 && (locals.get(curLocalIdx).getAddress() == address)) { in emitLocalsAtAddress() 354 == address)) { in emitPositionsAtAddress() 622 address, entryAnnotationString(entry))); in emitLocalRestart() 700 String.format("%04x: +local %s", address, in emitLocalStart() 730 String.format("%04x: +localx %s", address, in emitLocalStartExtended() 755 String.format("%04x: -local %s", address, in emitLocalEnd() 782 int deltaAddress = newAddress - address; in emitPosition() [all …]
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | DebugInfoDecoder.java | 89 private int address = 0; field in DebugInfoDecoder 142 public int address; field in DebugInfoDecoder.PositionEntry 147 public PositionEntry(int address, int line) { in PositionEntry() argument 148 this.address = address; in PositionEntry() 158 public int address; field in DebugInfoDecoder.LocalEntry 175 public LocalEntry(int address, boolean isStart, int reg, int nameIndex, in LocalEntry() argument 177 this.address = address; in LocalEntry() 188 address, isStart ? "start" : "end", reg, in toString() 303 address, true, reg, nameIdx, typeIdx, 0); in decode0() 316 address, true, reg, nameIdx, typeIdx, sigIdx); in decode0() [all …]
|
D | DebugInfoEncoder.java | 81 private int address = 0; field in DebugInfoEncoder 211 annotate(1, String.format("%04x: prologue end",address)); in convert0() 267 emitAdvancePc(next - address); in convert0() 293 && (locals.get(curLocalIdx).getAddress() == address)) { in emitLocalsAtAddress() 362 == address)) { in emitPositionsAtAddress() 634 address, entryAnnotationString(entry))); in emitLocalRestart() 712 String.format("%04x: +local %s", address, in emitLocalStart() 742 String.format("%04x: +localx %s", address, in emitLocalStartExtended() 767 String.format("%04x: -local %s", address, in emitLocalEnd() 794 int deltaAddress = newAddress - address; in emitPosition() [all …]
|
/dalvik/dexdump/ |
D | DexDump.cpp | 604 handler->address); in dumpCatches() 609 static int dumpPositionsCb(void * /* cnxt */, u4 address, u4 lineNum) in dumpPositionsCb() argument 611 printf(" 0x%04x line=%d\n", address, lineNum); in dumpPositionsCb()
|
/dalvik/opcode-gen/ |
D | bytecode.txt | 77 # branch -- might branch to an address 78 # continue -- might continue to the next address in sequence
|