Searched refs:JVMTI_EVENT_BREAKPOINT (Results 1 – 5 of 5) sorted by relevance
/art/test/ti-agent/ |
D | breakpoint_helper.cc | 185 JVMTI_EVENT_BREAKPOINT, in Java_art_Breakpoint_startBreakpointWatch() 197 JVMTI_EVENT_BREAKPOINT, in Java_art_Breakpoint_stopBreakpointWatch()
|
D | suspend_event_helper.cc | 494 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_BREAKPOINT, thr))) { in Java_art_SuspendEvents_setupSuspendPopFrameEvent() 520 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_BREAKPOINT, thr))) { in Java_art_SuspendEvents_clearSuspendPopFrameEvent() 548 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_BREAKPOINT, thr))) { in Java_art_SuspendEvents_setupSuspendBreakpointFor() 566 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_BREAKPOINT, thr))) { in Java_art_SuspendEvents_clearSuspendBreakpointFor()
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | breakpoint_logger.cc | 409 JVMTI_EVENT_BREAKPOINT, in AgentStart()
|
/art/openjdkjvmti/ |
D | events.h | 60 kBreakpoint = JVMTI_EVENT_BREAKPOINT,
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 406 JVMTI_EVENT_BREAKPOINT = 62, enumerator
|