Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DSetValuesTest.java166 JDWPCommands.StackFrameCommandSet.CommandSetID, in examineGetValues()
167 JDWPCommands.StackFrameCommandSet.SetValuesCommand); in examineGetValues()
184 JDWPCommands.StackFrameCommandSet.CommandSetID, in examineGetValues()
185 JDWPCommands.StackFrameCommandSet.GetValuesCommand); in examineGetValues()
DPopFramesTest.java126 JDWPCommands.StackFrameCommandSet.CommandSetID, in testPopFramesTest001()
127 JDWPCommands.StackFrameCommandSet.PopFramesCommand); in testPopFramesTest001()
DJDWPStackFrameTestCase.java203 JDWPCommands.StackFrameCommandSet.CommandSetID, in jdwpPopFrames()
204 JDWPCommands.StackFrameCommandSet.PopFramesCommand); in jdwpPopFrames()
DThisObjectTest.java123 JDWPCommands.StackFrameCommandSet.CommandSetID, in testThisObjectTest001()
124 JDWPCommands.StackFrameCommandSet.ThisObjectCommand); in testThisObjectTest001()
DGetValuesTest.java167 JDWPCommands.StackFrameCommandSet.CommandSetID, in examineGetValues()
168 JDWPCommands.StackFrameCommandSet.GetValuesCommand); in examineGetValues()
DPopFrames002Test.java403 JDWPCommands.StackFrameCommandSet.CommandSetID, in testPopFramesWithInvokeMethods()
404 JDWPCommands.StackFrameCommandSet.PopFramesCommand); in testPopFramesWithInvokeMethods()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPCommands.java317 public class StackFrameCommandSet { class in JDWPCommands
DVmMirror.java2185 JDWPCommands.StackFrameCommandSet.CommandSetID, in getFrameValues()
2186 JDWPCommands.StackFrameCommandSet.GetValuesCommand); in getFrameValues()
2366 JDWPCommands.StackFrameCommandSet.CommandSetID, in getThisObject()
2367 JDWPCommands.StackFrameCommandSet.ThisObjectCommand); in getThisObject()
2676 JDWPCommands.StackFrameCommandSet.CommandSetID, in setLocalVars()
2677 JDWPCommands.StackFrameCommandSet.SetValuesCommand); in setLocalVars()
2799 JDWPCommands.StackFrameCommandSet.CommandSetID, in popFrame()
2800 JDWPCommands.StackFrameCommandSet.PopFramesCommand); in popFrame()