Searched refs:VM_INIT (Results 1 – 5 of 5) sorted by relevance
319 public static final byte VM_INIT = 90; field in JDWPConstants.EventKind321 public static final byte VM_START = VM_INIT;376 case VM_INIT: in getName()
108 debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.VM_INIT); in receiveInitialEvent()
582 (void)outStream_writeByte(&out, JDWP_EVENT(VM_INIT)); in handleReportVMInitCommand()
2037 index2jdwp[EI_VM_INIT -EI_min] = JDWP_EVENT(VM_INIT); in eventIndexInit()2101 case JDWP_EVENT(VM_INIT): in jdwp2EventIndex()
3168 (Constant VM_INIT =90 "obsolete - was used in jvmdi")