HomeSort by relevance Sort by last modified time
    Searched refs:startPc (Results 1 - 10 of 10) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/rop/
LineNumberList.java 96 * @param startPc {@code >= 0;} start pc of this item
99 public void set(int n, int startPc, int lineNumber) {
100 set0(n, new Item(startPc, lineNumber));
142 private final int startPc;
150 * @param startPc {@code >= 0;} start pc of this item
153 public Item(int startPc, int lineNumber) {
154 if (startPc < 0) {
155 throw new IllegalArgumentException("startPc < 0");
162 this.startPc = startPc;
    [all...]
ByteCatchList.java 81 * @param startPc {@code >= 0;} the start pc (inclusive) of the handler's range
82 * @param endPc {@code >= startPc;} the end pc (exclusive) of the
88 public void set(int n, int startPc, int endPc, int handlerPc,
90 set0(n, new Item(startPc, endPc, handlerPc, exceptionClass));
225 private final int startPc;
227 /** {@code >= startPc;} the end pc (exclusive) of the handler's range */
240 * @param startPc {@code >= 0;} the start pc (inclusive) of the
242 * @param endPc {@code >= startPc;} the end pc (exclusive) of the
248 public Item(int startPc, int endPc, int handlerPc,
250 if (startPc < 0)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
LineNumberList.java 96 * @param startPc {@code >= 0;} start pc of this item
99 public void set(int n, int startPc, int lineNumber) {
100 set0(n, new Item(startPc, lineNumber));
142 private final int startPc;
150 * @param startPc {@code >= 0;} start pc of this item
153 public Item(int startPc, int lineNumber) {
154 if (startPc < 0) {
155 throw new IllegalArgumentException("startPc < 0");
162 this.startPc = startPc;
    [all...]
LocalVariableList.java 137 * @param startPc {@code >= 0;} the start pc of this variable's scope
145 public void set(int n, int startPc, int length, CstString name,
147 set0(n, new Item(startPc, length, name, descriptor, signature, index));
204 private final int startPc;
227 * @param startPc {@code >= 0;} the start pc of this variable's scope
235 public Item(int startPc, int length, CstString name,
237 if (startPc < 0) {
238 throw new IllegalArgumentException("startPc < 0");
258 this.startPc = startPc;
    [all...]
ByteCatchList.java 81 * @param startPc {@code >= 0;} the start pc (inclusive) of the handler's range
82 * @param endPc {@code >= startPc;} the end pc (exclusive) of the
88 public void set(int n, int startPc, int endPc, int handlerPc,
90 set0(n, new Item(startPc, endPc, handlerPc, exceptionClass));
225 private final int startPc;
227 /** {@code >= startPc;} the end pc (exclusive) of the handler's range */
240 * @param startPc {@code >= 0;} the start pc (inclusive) of the
242 * @param endPc {@code >= startPc;} the end pc (exclusive) of the
248 public Item(int startPc, int endPc, int handlerPc,
250 if (startPc < 0)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 309 int startPc = bytes.getUnsignedShort(offset);
314 catches.set(i, startPc, endPc, handlerPc, catchType);
317 Hex.u2(startPc) + ".." + Hex.u2(endPc) +
522 int startPc = bytes.getUnsignedShort(offset);
524 list.set(i, startPc, lineNumber);
527 Hex.u2(startPc) + " " + lineNumber);
606 int startPc = in.readUnsignedShort();
622 list.set(i, startPc, length, name,
626 observer.parsed(bytes, i * 10, 10, Hex.u2(startPc) +
627 ".." + Hex.u2(startPc + length) + " "
    [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 

Completed in 1990 milliseconds