Searched refs:getNextValueAsLong (Results 1 – 13 of 13) sorted by relevance
77 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()
84 lineTableReply.getNextValueAsLong(); // startIndex in testSingleStepToLocation()85 lineTableReply.getNextValueAsLong(); // endIndex in testSingleStepToLocation()90 lastLineCodeIndex = lineTableReply.getNextValueAsLong(); in testSingleStepToLocation()
99 long startIndex = replyPacket.getNextValueAsLong(); in requestEventForAllLocations()100 long endIndex = replyPacket.getNextValueAsLong(); in requestEventForAllLocations()
60 long start = reply.getNextValueAsLong(); in testLineTableTest001()62 long end = reply.getNextValueAsLong(); in testLineTableTest001()69 long lineCodeIndex = reply.getNextValueAsLong(); in testLineTableTest001()
73 long codeIndex = reply.getNextValueAsLong(); in testVariableTableTest001()
74 long codeIndex = reply.getNextValueAsLong(); in testVariableTableWithGenericTest001()
117 long frameID = reply.getNextValueAsLong(); in jdwpGetFrames()139 reply.getNextValueAsLong(); in jdwpGetVariableTable()162 frameIDs[i] = reply.getNextValueAsLong(); in jdwpGetAllThreads()
115 long returnedObjNumOfClass1 = checkedReply.getNextValueAsLong(); in testInstanceCounts_Normal()121 long returnedObjNumOfClass2 = checkedReply.getNextValueAsLong(); in testInstanceCounts_Normal()
246 lineTableReply.getNextValueAsLong(); in setBreakpointAtMethodBegin()249 lineTableReply.getNextValueAsLong(); in setBreakpointAtMethodBegin()255 long lineCodeIndex = lineTableReply.getNextValueAsLong(); in setBreakpointAtMethodBegin()2254 var.setCodeIndex(reply.getNextValueAsLong()); in getVariableTable()2328 return reply.getNextValueAsLong(); in getReferenceType()2679 reply.getNextValueAsLong(); // start line index, is not used in getLineNumber()2680 reply.getNextValueAsLong(); // end line index, is not used in getLineNumber()2683 long lineCodeIndex = reply.getNextValueAsLong(); in getLineNumber()2717 reply.getNextValueAsLong(); // start line index, is not used in getLineCodeIndex()2718 reply.getNextValueAsLong(); // end line index, is not used in getLineCodeIndex()[all …]
461 public long getNextValueAsLong() { in getNextValueAsLong() method in Packet989 location.index = this.getNextValueAsLong(); in getNextValueAsLocation()1100 value = new Value(this.getNextValueAsLong()); in getNextValueAsUntaggedValue()
316 this.timeout = packet.getNextValueAsLong(); in Event_MONITOR_WAIT()
261 long currentFrameID = reply.getNextValueAsLong(); in checkThisObject()
178 long frameID = reply.getNextValueAsLong(); in jdwpGetFrames()