Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPCommands.java99 public static final byte MethodsCommand = 5; field in JDWPCommands.ReferenceTypeCommandSet
DVmMirror.java1242 commandPacket.setCommand(JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in getMethods()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DSyntheticMethodsTest.java68 commandCode = JDWPCommands.ReferenceTypeCommandSet.MethodsCommand; in runTestSyntheticMethods()
DMethodsTest.java70 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in testMethods001()