Searched refs:VMDeath (Results 1 – 10 of 10) sorted by relevance
76 VMDeath (phase 4)
74 callbacks.VMDeath = VMDeathCallback; in InstallVMEvents()
102 .VMDeath = VMDeathCb, in SetupJvmti()
93 * `VMDeath`
76 jni_fun(VMDeath, EVENT(VM_DEATH), (jvmtiEnv* jvmti, JNIEnv* jni), (jvmti, jni)) \
181 .VMDeath = VMDeathCb, in AgentStart()
239 .VMDeath = VMDeathCb, in AgentStart()
477 callbacks.VMDeath = &VMDeathCB; in AgentStart()
95 fn(VMDeath, ArtJvmtiEvent::kVmDeath) \
930 jvmtiEventVMDeath VMDeath; member