Searched refs:jdwpGetVariableTable (Results 1 – 4 of 4) sorted by relevance
142 varInfos = jdwpGetVariableTable(refTypeID, frameInfo.location.methodID); in testGetValues005_InvalidSlotError()184 varInfos = jdwpGetVariableTable(refTypeID, frameInfo.location.methodID); in examineGetValues()
146 varInfos = jdwpGetVariableTable(refTypeID, frameInfo.location.methodID); in testSetValues005_InvalidSlotError()189 varInfos = jdwpGetVariableTable(refTypeID, frameInfo.location.methodID); in examineGetValues()
239 Frame.Variable[] variables = jdwpGetVariableTable(classID, testMethodID); in checkStackFrame()380 Frame.Variable[] variables = jdwpGetVariableTable(classID, methodID); in getVariableInfo()
103 protected Frame.Variable[] jdwpGetVariableTable(long classID, long methodID) { in jdwpGetVariableTable() method in JDWPStackFrameTestCase