Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEventsTestCase.java77 long methodStartCodeIndex = lineTableReply.getNextValueAsLong(); in printMethodLineTable()
79 long methodEndCodeIndex = lineTableReply.getNextValueAsLong(); in printMethodLineTable()
85 long lineCodeIndex = lineTableReply.getNextValueAsLong(); in printMethodLineTable()
111 long methodStartCodeIndex = lineTableReply.getNextValueAsLong(); in getMethodStartCodeIndex()
135 long methodStartCodeIndex = lineTableReply.getNextValueAsLong(); in getMethodEndCodeIndex()
136 long methodEndCodeIndex = lineTableReply.getNextValueAsLong(); in getMethodEndCodeIndex()
159 long methodStartCodeIndex = reply.getNextValueAsLong(); in getMethodEntryLocation()
188 long methodStartCodeIndex = reply.getNextValueAsLong(); in getMethodEndLocation()
189 long methodEndCodeIndex = reply.getNextValueAsLong(); in getMethodEndLocation()
DSingleStepWithLocationTest.java85 lineTableReply.getNextValueAsLong(); // startIndex in testSingleStepToLocation()
86 lineTableReply.getNextValueAsLong(); // endIndex in testSingleStepToLocation()
91 lastLineCodeIndex = lineTableReply.getNextValueAsLong(); in testSingleStepToLocation()
DEventLocationEventTestCase.java99 long startIndex = replyPacket.getNextValueAsLong(); in requestEventForAllLocations()
100 long endIndex = replyPacket.getNextValueAsLong(); in requestEventForAllLocations()
DBreakpoint003Test.java91 long frameID = reply.getNextValueAsLong(); in test()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
DLineTableTest.java58 long start = reply.getNextValueAsLong(); in testLineTableTest001()
60 long end = reply.getNextValueAsLong(); in testLineTableTest001()
67 long lineCodeIndex = reply.getNextValueAsLong(); in testLineTableTest001()
DJDWPMethodVariableTableTestCase.java328 long codeIndex = reply.getNextValueAsLong(); in checkMethodVariableTable()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameTestCase.java118 long frameID = reply.getNextValueAsLong(); in jdwpGetFrames()
140 reply.getNextValueAsLong(); in jdwpGetVariableTable()
163 frameIDs[i] = reply.getNextValueAsLong(); in jdwpGetAllThreads()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DInstanceCountsTest.java116 long returnedObjNumOfClass1 = checkedReply.getNextValueAsLong(); in testInstanceCounts_Normal()
122 long returnedObjNumOfClass2 = checkedReply.getNextValueAsLong(); in testInstanceCounts_Normal()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java188 lineTableReply.getNextValueAsLong(); in setBreakpointAtMethodBegin()
191 lineTableReply.getNextValueAsLong(); in setBreakpointAtMethodBegin()
197 long lineCodeIndex = lineTableReply.getNextValueAsLong(); in setBreakpointAtMethodBegin()
1919 var.setCodeIndex(reply.getNextValueAsLong()); in getVariableTable()
1993 return reply.getNextValueAsLong(); in getReferenceType()
2344 reply.getNextValueAsLong(); // start line index, is not used in getLineNumber()
2345 reply.getNextValueAsLong(); // end line index, is not used in getLineNumber()
2348 long lineCodeIndex = reply.getNextValueAsLong(); in getLineNumber()
2382 reply.getNextValueAsLong(); // start line index, is not used in getLineCodeIndex()
2383 reply.getNextValueAsLong(); // end line index, is not used in getLineCodeIndex()
[all …]
DPacket.java461 public long getNextValueAsLong() { in getNextValueAsLong() method in Packet
989 location.index = this.getNextValueAsLong(); in getNextValueAsLocation()
1093 return Value.createLong(this.getNextValueAsLong()); in getNextValueAsUntaggedValue()
DParsedEvent.java316 this.timeout = packet.getNextValueAsLong(); in Event_MONITOR_WAIT()
/external/r8/src/test/java/com/android/tools/r8/debug/
DDebugTestBase.java553 long startCodeIndex = reply.getNextValueAsLong();
554 long endCodeIndex = reply.getNextValueAsLong();
559 long currentLineCodeIndex = reply.getNextValueAsLong();
941 replyPacket.getNextValueAsLong(); // start
942 replyPacket.getNextValueAsLong(); // end
948 return replyPacket.getNextValueAsLong();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DInstanceOnlyModifierTest.java261 long currentFrameID = reply.getNextValueAsLong(); in checkThisObject()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
DLaunchedDebugger.java183 long frameID = reply.getNextValueAsLong(); in jdwpGetFrames()