Searched refs:VM_DEATH (Results 1 – 12 of 12) sorted by relevance
57 JDWPConstants.EventKind.VM_DEATH, in testVMDeathEvent()59 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.VM_DEATH), in testVMDeathEvent()
83 setRequestCommand.setNextValueAsByte(JDWPConstants.EventKind.VM_DEATH); in testVMDeathRequest()126 if (eventKind == JDWPConstants.EventKind.VM_DEATH) { in testVMDeathRequest()
204 if ( parsedEvents[i].getEventKind() == JDWPConstants.EventKind.VM_DEATH ) { in receiveAndCheckEvents()361 || parsedEvents[0].getEventKind() != JDWPConstants.EventKind.VM_DEATH) { in checkVMDeathEvent()
927 if ( parsedEvents[i].getEventKind() == JDWPConstants.EventKind.VM_DEATH ) { in receiveAndCheckEvents()1087 || parsedEvents[0].getEventKind() != JDWPConstants.EventKind.VM_DEATH) { in checkVMDeathEvent()
74 setRequestCommand.setNextValueAsByte(JDWPConstants.EventKind.VM_DEATH); in testVMDeathRequest()127 if (eventKind == JDWPConstants.EventKind.VM_DEATH) { in testVMDeathRequest()
104 if (eventKind == JDWPConstants.EventKind.VM_DEATH) { in testFieldModification001()
103 if (eventKind == JDWPConstants.EventKind.VM_DEATH) { in testFieldAccess001()
108 if (eventKind == JDWPConstants.EventKind.VM_DEATH) { in testException001()
107 if (eventKind == JDWPConstants.EventKind.VM_DEATH) { in testClassPrepare001()
157 if (eventKind == JDWPConstants.EventKind.VM_DEATH) { in stepFunction()
323 public static final byte VM_DEATH = 99; field in JDWPConstants.EventKind378 case VM_DEATH: in getName()
629 super(suspendPolicy, packet, JDWPConstants.EventKind.VM_DEATH); in Event_VM_DEATH()725 case JDWPConstants.EventKind.VM_DEATH: { in parseEventPacket()