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()
145 varInfos = jdwpGetVariableTable(refTypeID, frameInfo.location.methodID); in testSetValues005_InvalidSlotError()188 varInfos = jdwpGetVariableTable(refTypeID, frameInfo.location.methodID); in examineGetValues()
187 VarInfo[] variables = jdwpGetVariableTable(classID, testMethodID); in checkStackFrame()332 VarInfo[] variables = jdwpGetVariableTable(classID, methodID); in getVariableInfo()
124 protected VarInfo[] jdwpGetVariableTable(long classID, long methodID) { in jdwpGetVariableTable() method in JDWPStackFrameTestCase