Searched refs:JVMTI_EVENT_VM_INIT (Results 1 – 11 of 11) sorted by relevance
/art/tools/jvmti-agents/jit-load/ |
D | jitload.cc | 113 CHECK_CALL_SUCCESS(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_INIT, nullptr)); in SetupJvmti()
|
/art/test/901-hello-ti-agent/ |
D | basics.cc | 81 EnableEvent(env, JVMTI_EVENT_VM_INIT); in InstallVMEvents()
|
/art/test/1919-vminit-thread-start-timing/ |
D | vminit.cc | 130 EnableEvent(env, JVMTI_EVENT_VM_INIT); in InstallVMEvents()
|
/art/tools/jvmti-agents/field-null-percent/ |
D | fieldnull.cc | 190 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_INIT, nullptr)); in AgentStart()
|
/art/tools/jvmti-agents/simple-force-redefine/ |
D | forceredefine.cc | 296 jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_INIT, nullptr); in AgentStart()
|
/art/tools/jvmti-agents/field-counts/ |
D | fieldcount.cc | 248 CHECK_JVMTI(jvmti->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_VM_INIT, nullptr)); in AgentStart()
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | breakpoint_logger.cc | 426 JVMTI_EVENT_VM_INIT, in AgentStart()
|
/art/openjdkjvmti/ |
D | events.h | 48 kVmInit = JVMTI_EVENT_VM_INIT,
|
/art/tools/jvmti-agents/simple-profile/ |
D | simple_profile.cc | 504 JVMTI_ENABLE, JVMTI_EVENT_VM_INIT, nullptr /* all threads */); in AgentStart()
|
/art/test/ti-stress/ |
D | stress.cc | 841 JVMTI_EVENT_VM_INIT, in Agent_OnLoad()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 394 JVMTI_EVENT_VM_INIT = 50, enumerator
|