Home
last modified time | relevance | path

Searched refs:VMDeath (Results 1 – 10 of 10) sorted by relevance

/art/test/901-hello-ti-agent/
Dexpected-stdout.txt76 VMDeath (phase 4)
Dbasics.cc74 callbacks.VMDeath = VMDeathCallback; in InstallVMEvents()
/art/tools/jvmti-agents/jit-load/
Djitload.cc102 .VMDeath = VMDeathCb, in SetupJvmti()
/art/tools/jvmti-agents/ti-fast/
DREADME.md93 * `VMDeath`
Dtifast.cc76 jni_fun(VMDeath, EVENT(VM_DEATH), (jvmtiEnv* jvmti, JNIEnv* jni), (jvmti, jni)) \
/art/tools/jvmti-agents/field-null-percent/
Dfieldnull.cc181 .VMDeath = VMDeathCb, in AgentStart()
/art/tools/jvmti-agents/field-counts/
Dfieldcount.cc239 .VMDeath = VMDeathCb, in AgentStart()
/art/tools/jvmti-agents/simple-profile/
Dsimple_profile.cc477 callbacks.VMDeath = &VMDeathCB; in AgentStart()
/art/openjdkjvmti/
Devents-inl.h95 fn(VMDeath, ArtJvmtiEvent::kVmDeath) \
/art/openjdkjvmti/include/
Djvmti.h930 jvmtiEventVMDeath VMDeath; member