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()
83 lineTableReply.getNextValueAsLong(); // startIndex in testSingleStepToLocation()84 lineTableReply.getNextValueAsLong(); // endIndex in testSingleStepToLocation()89 lastLineCodeIndex = lineTableReply.getNextValueAsLong(); in testSingleStepToLocation()
98 long startIndex = replyPacket.getNextValueAsLong(); in requestEventForAllLocations()99 long endIndex = replyPacket.getNextValueAsLong(); in requestEventForAllLocations()
91 long frameID = reply.getNextValueAsLong(); in test()
59 long start = reply.getNextValueAsLong(); in testLineTableTest001()61 long end = reply.getNextValueAsLong(); in testLineTableTest001()68 long lineCodeIndex = reply.getNextValueAsLong(); in testLineTableTest001()
329 long codeIndex = reply.getNextValueAsLong(); in checkMethodVariableTable()
96 long frameID = reply.getNextValueAsLong(); in jdwpGetFrames()126 frameIDs[i] = reply.getNextValueAsLong(); in jdwpGetAllThreads()
188 lineTableReply.getNextValueAsLong(); in setBreakpointAtMethodBegin()191 lineTableReply.getNextValueAsLong(); in setBreakpointAtMethodBegin()197 long lineCodeIndex = lineTableReply.getNextValueAsLong(); in setBreakpointAtMethodBegin()1919 var.setCodeIndex(reply.getNextValueAsLong()); in getVariableTable()1996 return reply.getNextValueAsLong(); in getReferenceType()2305 reply.getNextValueAsLong(); // start line index, is not used in getLineNumber()2306 reply.getNextValueAsLong(); // end line index, is not used in getLineNumber()2309 long lineCodeIndex = reply.getNextValueAsLong(); in getLineNumber()2343 reply.getNextValueAsLong(); // start line index, is not used in getLineCodeIndex()2344 reply.getNextValueAsLong(); // end line index, is not used in getLineCodeIndex()[all …]
461 public long getNextValueAsLong() { in getNextValueAsLong() method in Packet1005 location.index = this.getNextValueAsLong(); in getNextValueAsLocation()1109 return Value.createLong(this.getNextValueAsLong()); in getNextValueAsUntaggedValue()
316 this.timeout = packet.getNextValueAsLong(); in Event_MONITOR_WAIT()
114 long returnedObjNumOfClass1 = checkedReply.getNextValueAsLong(); in testInstanceCounts_Normal()120 long returnedObjNumOfClass2 = checkedReply.getNextValueAsLong(); in testInstanceCounts_Normal()
259 long currentFrameID = reply.getNextValueAsLong(); in checkThisObject()
183 long frameID = reply.getNextValueAsLong(); in jdwpGetFrames()