Home
last modified time | relevance | path

Searched refs:codeIndex (Results 1 – 14 of 14) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DLocationImpl.java36 private long codeIndex; field in LocationImpl
41 Method method, long codeIndex) { in LocationImpl() argument
45 this.codeIndex = method.isNative()? -1 : codeIndex; in LocationImpl()
55 long methodRef, long codeIndex) { in LocationImpl() argument
59 this.codeIndex = codeIndex; in LocationImpl()
68 (codeIndex() == other.codeIndex()) && in equals()
79 return method().hashCode() + (int)codeIndex(); in hashCode()
86 long diff = codeIndex() - other.codeIndex(); in compareTo()
105 codeIndex = -1; in method()
111 public long codeIndex() { in codeIndex() method in LocationImpl
[all …]
DConcreteMethodImpl.java156 public Location locationOfCodeIndex(long codeIndex) { in locationOfCodeIndex() argument
164 if (codeIndex < firstIndex || codeIndex > lastIndex) { in locationOfCodeIndex()
168 return new LocationImpl(virtualMachine(), this, codeIndex); in locationOfCodeIndex()
173 long codeIndex) { in codeIndexToLineInfo() argument
181 if (codeIndex < firstIndex || codeIndex > lastIndex) { in codeIndexToLineInfo()
192 return super.codeIndexToLineInfo(stratum, codeIndex); in codeIndexToLineInfo()
207 if (current.codeIndex() > codeIndex) { in codeIndexToLineInfo()
467 this, si.codeIndex); in getVariables1_4()
470 si.codeIndex + si.length - 1); in getVariables1_4()
514 this, si.codeIndex); in getVariables1()
[all …]
DPacketStream.java193 writeLong(location.codeIndex()); in writeLocation()
562 long codeIndex = readLong(); in readLocation() local
566 return new LocationImpl(vm, refType, methodRef, codeIndex); in readLocation()
DNonConcreteMethodImpl.java89 public Location locationOfCodeIndex(long codeIndex) { in locationOfCodeIndex() argument
DMethodImpl.java121 long codeIndex) { in codeIndexToLineInfo() argument
DEventRequestManagerImpl.java812 if (location.codeIndex() == -1) { in createBreakpointRequest()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DFrame.java205 private long codeIndex; field in Frame.Variable
226 codeIndex = -1; in Variable()
242 return codeIndex; in getCodeIndex()
250 public void setCodeIndex(long codeIndex) { in setCodeIndex() argument
251 this.codeIndex = codeIndex; in setCodeIndex()
508 return "Variable: codeIndex=" + codeIndex + ", name=" + name in toString()
531 return this.codeIndex == var.codeIndex in equals()
DVmMirror.java2298 public final int getLineNumber(long classID, long methodID, long codeIndex) { in getLineNumber() argument
2311 if (lineCodeIndex == codeIndex) { in getLineNumber()
2315 if (lineCodeIndex > codeIndex) { in getLineNumber()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
DJDWPMethodVariableTableTestCase.java329 long codeIndex = reply.getNextValueAsLong(); in checkMethodVariableTable() local
330 logWriter.println("codeIndex = " + codeIndex); in checkMethodVariableTable()
360 assertEquals("Invalid codeIndex " + codeIndex + " for parameter \"" + in checkMethodVariableTable()
361 name + "\"", 0, codeIndex); in checkMethodVariableTable()
367 assertTrue("Invalid codeIndex " + codeIndex + " for local var \"" + in checkMethodVariableTable()
368 name + "\"", codeIndex >= 0); in checkMethodVariableTable()
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
DSmaliPositionManager.java65 int codeIndex) throws NoDataException { in getSourcePosition() argument
82 return smaliMethod.getSourcePositionForCodeOffset(codeIndex * 2); in getSourcePosition()
97 location.method().signature(), (int)location.codeIndex()); in getSourcePosition()
/external/javassist/src/main/javassist/bytecode/
DClassFileWriter.java315 protected int codeIndex; field in ClassFileWriter.MethodWriter
328 codeIndex = 0; in MethodWriter()
384 if (codeIndex == 0) in begin()
385 codeIndex = constPool.addUtf8Info(CodeAttribute.tag); in begin()
388 output.writeShort(codeIndex); in begin()
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DLocation.java115 long codeIndex(); in codeIndex() method
DMethod.java340 Location locationOfCodeIndex(long codeIndex); in locationOfCodeIndex() argument
/external/oj-libjdwp/make/data/jdwp/
Djdwp.spec1377 (long codeIndex
1470 (long codeIndex