Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DOwnedMonitorsStackDepthInfoTest.java91 CommandPacket stackDepthPacket = new CommandPacket( in testOwnedMonitorsStackDepthInfo() local
94 stackDepthPacket.setNextValueAsThreadID(testedThreadID); in testOwnedMonitorsStackDepthInfo()
109 ReplyPacket stackDepthReply = debuggeeWrapper.vmMirror.performCommand(stackDepthPacket); in testOwnedMonitorsStackDepthInfo()
180 CommandPacket stackDepthPacket = new CommandPacket( in testOwnedMonitorsStackDepthInfo_Unsuspended() local
183 stackDepthPacket.setNextValueAsThreadID(testedThreadID); in testOwnedMonitorsStackDepthInfo_Unsuspended()
187 .performCommand(stackDepthPacket); in testOwnedMonitorsStackDepthInfo_Unsuspended()