Home
last modified time | relevance | path

Searched refs:JVMTI_EVENT_VM_INIT (Results 1 – 11 of 11) sorted by relevance

/art/tools/jvmti-agents/jit-load/
Djitload.cc113 CHECK_CALL_SUCCESS(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_INIT, nullptr)); in SetupJvmti()
/art/test/901-hello-ti-agent/
Dbasics.cc81 EnableEvent(env, JVMTI_EVENT_VM_INIT); in InstallVMEvents()
/art/test/1919-vminit-thread-start-timing/
Dvminit.cc130 EnableEvent(env, JVMTI_EVENT_VM_INIT); in InstallVMEvents()
/art/tools/jvmti-agents/field-null-percent/
Dfieldnull.cc190 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_INIT, nullptr)); in AgentStart()
/art/tools/jvmti-agents/field-counts/
Dfieldcount.cc248 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_INIT, nullptr)); in AgentStart()
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc296 jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_INIT, nullptr); in AgentStart()
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc426 JVMTI_EVENT_VM_INIT, in AgentStart()
/art/openjdkjvmti/
Devents.h48 kVmInit = JVMTI_EVENT_VM_INIT,
/art/tools/jvmti-agents/simple-profile/
Dsimple_profile.cc504 JVMTI_ENABLE, JVMTI_EVENT_VM_INIT, nullptr /* all threads */); in AgentStart()
/art/test/ti-stress/
Dstress.cc841 JVMTI_EVENT_VM_INIT, in Agent_OnLoad()
/art/openjdkjvmti/include/
Djvmti.h394 JVMTI_EVENT_VM_INIT = 50, enumerator