Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DOwnedMonitorsStackDepthInfoTest.java109 ReplyPacket stackDepthReply = debuggeeWrapper.vmMirror.performCommand(stackDepthPacket); in testOwnedMonitorsStackDepthInfo() local
110 checkReplyPacket(stackDepthReply, "ThreadReference::OwnedMonitorsStackDepthInfo command"); in testOwnedMonitorsStackDepthInfo()
113 int actualMonitorCount = stackDepthReply.getNextValueAsInt(); in testOwnedMonitorsStackDepthInfo()
121 TaggedObject monitorObject = stackDepthReply.getNextValueAsTaggedObject(); in testOwnedMonitorsStackDepthInfo()
124 int actualStackDepth = stackDepthReply.getNextValueAsInt(); in testOwnedMonitorsStackDepthInfo()
153 assertAllDataRead(stackDepthReply); in testOwnedMonitorsStackDepthInfo()