Searched refs:VM_DEATH (Results 1 – 16 of 16) sorted by relevance
57 JDWPConstants.EventKind.VM_DEATH, in testVMDeathEvent()59 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.VM_DEATH), in testVMDeathEvent()
84 setRequestCommand.setNextValueAsByte(JDWPConstants.EventKind.VM_DEATH); in testVMDeathRequest()127 if (eventKind == JDWPConstants.EventKind.VM_DEATH) { in testVMDeathRequest()
203 if ( parsedEvents[i].getEventKind() == JDWPConstants.EventKind.VM_DEATH ) { in receiveAndCheckEvents()360 || parsedEvents[0].getEventKind() != JDWPConstants.EventKind.VM_DEATH) { in checkVMDeathEvent()
926 if ( parsedEvents[i].getEventKind() == JDWPConstants.EventKind.VM_DEATH ) { in receiveAndCheckEvents()1086 || parsedEvents[0].getEventKind() != JDWPConstants.EventKind.VM_DEATH) { in checkVMDeathEvent()
74 setRequestCommand.setNextValueAsByte(JDWPConstants.EventKind.VM_DEATH); in testVMDeathRequest()125 if (eventKind == JDWPConstants.EventKind.VM_DEATH) { in testVMDeathRequest()
101 if (eventKind == JDWPConstants.EventKind.VM_DEATH) { in testFieldModification001()
100 if (eventKind == JDWPConstants.EventKind.VM_DEATH) { in testFieldAccess001()
107 if (eventKind == JDWPConstants.EventKind.VM_DEATH) { in testException001()
106 if (eventKind == JDWPConstants.EventKind.VM_DEATH) { in testClassPrepare001()
151 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()
708 return JDWP.EventKind.VM_DEATH; in eventCmd()932 return (List<VMDeathRequest>)unmodifiableRequestList(JDWP.EventKind.VM_DEATH); in vmDeathRequests()
768 case JDWP.EventKind.VM_DEATH: in createEvent()
3021 (Alt VMDeath=JDWP.EventKind.VM_DEATH3169 (Constant VM_DEATH =99 )
2046 index2jdwp[EI_VM_DEATH -EI_min] = JDWP_EVENT(VM_DEATH); in eventIndexInit()2111 case JDWP_EVENT(VM_DEATH): in jdwp2EventIndex()