/dalvik/dx/src/com/android/dx/dex/code/ |
D | BlockAddresses.java | 108 public CodeAddress getEnd(BasicBlock block) { in getEnd() method in BlockAddresses 119 public CodeAddress getEnd(int label) { in getEnd() method in BlockAddresses
|
D | CatchTable.java | 178 public int getEnd() { in getEnd() method in CatchTable.Entry
|
D | StdCatchBuilder.java | 283 CodeAddress endAddress = addresses.getEnd(end); in makeEntry() 311 int endAddress = addresses.getEnd(end).getAddress(); in rangeIsValid()
|
D | RopTranslator.java | 265 output.add(addresses.getEnd(block)); in outputBlock()
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
D | BlockAddresses.java | 108 public CodeAddress getEnd(BasicBlock block) { in getEnd() method in BlockAddresses 119 public CodeAddress getEnd(int label) { in getEnd() method in BlockAddresses
|
D | CatchTable.java | 179 public int getEnd() { in getEnd() method in CatchTable.Entry
|
D | StdCatchBuilder.java | 284 CodeAddress endAddress = addresses.getEnd(end); in makeEntry() 312 int endAddress = addresses.getEnd(end).getAddress(); in rangeIsValid()
|
D | RopTranslator.java | 259 output.add(addresses.getEnd(block)); in outputBlock()
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
D | ByteArrayAnnotatedOutput.java | 385 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd(); in annotate() 464 } else if (last.getEnd() > cursor) { in finishAnnotating() 503 end = a.getEnd(); in writeAnnotationsTo() 626 public int getEnd() { in getEnd() method in ByteArrayAnnotatedOutput.Annotation
|
/dalvik/dx/src/com/android/dx/util/ |
D | ByteArrayAnnotatedOutput.java | 381 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd(); in annotate() 460 } else if (last.getEnd() > cursor) { in finishAnnotating() 499 end = a.getEnd(); in writeAnnotationsTo() 622 public int getEnd() { in getEnd() method in ByteArrayAnnotatedOutput.Annotation
|
/dalvik/dexgen/src/com/android/dexgen/rop/ |
D | ByteBlock.java | 123 public int getEnd() { in getEnd() method in ByteBlock
|
/dalvik/dx/src/com/android/dx/cf/code/ |
D | ByteBlock.java | 123 public int getEnd() { in getEnd() method in ByteBlock
|
D | Simulator.java | 88 int end = bb.getEnd(); in simulate()
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | CatchStructs.java | 203 int end = one.getEnd(); in writeTo() 249 + ".." + Hex.u2or4(entry.getEnd()); in annotateEntries()
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | CatchStructs.java | 206 int end = one.getEnd(); in writeTo() 252 + ".." + Hex.u2or4(entry.getEnd()); in annotateEntries()
|
/dalvik/dx/src/com/android/dx/command/dump/ |
D | BlockDumper.java | 225 int end = bb.getEnd(); in regularDump()
|