Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DdebugLoop.c61 ((cmd->cmd == JDWP_COMMAND(VirtualMachine, Dispose)) || in lastCommand()
62 (cmd->cmd == JDWP_COMMAND(VirtualMachine, Exit)))) { in lastCommand()
DJDWP.h38 #define JDWP_COMMAND(set, name) JDWP_ ## set ## _ ## name macro
Dutil.c565 if (inStream_command(in) == JDWP_COMMAND(ObjectReference, InvokeMethod)) { in sharedInvoke()
609 if (inStream_command(in) == JDWP_COMMAND(ClassType, NewInstance)) { in sharedInvoke()
611 } else if (inStream_command(in) == JDWP_COMMAND(ClassType, InvokeMethod)) { in sharedInvoke()
613 } else if (inStream_command(in) == JDWP_COMMAND(InterfaceType, InvokeMethod)) { in sharedInvoke()
615 } else if (inStream_command(in) == JDWP_COMMAND(ObjectReference, InvokeMethod)) { in sharedInvoke()
DeventHelper.c533 JDWP_COMMAND(Event, Composite)); in handleReportEventCompositeCommand()
579 JDWP_COMMAND(Event, Composite)); in handleReportVMInitCommand()