Home
last modified time | relevance | path

Searched refs:JVMTI_EVENT_VM_DEATH (Results 1 – 6 of 6) sorted by relevance

/art/tools/jvmti-agents/field-null-percent/
Dfieldnull.cc162 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_DEATH, nullptr)); in VMInitCb()
195 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_DEATH, nullptr)); in AgentStart()
/art/tools/jvmti-agents/field-counts/
Dfieldcount.cc219 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_DEATH, nullptr)); in VMInitCb()
253 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_DEATH, nullptr)); in AgentStart()
/art/test/901-hello-ti-agent/
Dbasics.cc82 EnableEvent(env, JVMTI_EVENT_VM_DEATH); in InstallVMEvents()
/art/openjdkjvmti/
Devents.h49 kVmDeath = JVMTI_EVENT_VM_DEATH,
/art/tools/jvmti-agents/simple-profile/
Dsimple_profile.cc207 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_DEATH, nullptr)); in FinishInitialization()
/art/openjdkjvmti/include/
Djvmti.h395 JVMTI_EVENT_VM_DEATH = 51, enumerator