Home
last modified time | relevance | path

Searched refs:JVMTI_EVENT_BREAKPOINT (Results 1 – 5 of 5) sorted by relevance

/art/test/ti-agent/
Dbreakpoint_helper.cc185 JVMTI_EVENT_BREAKPOINT, in Java_art_Breakpoint_startBreakpointWatch()
197 JVMTI_EVENT_BREAKPOINT, in Java_art_Breakpoint_stopBreakpointWatch()
Dsuspend_event_helper.cc494 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/
Dbreakpoint_logger.cc409 JVMTI_EVENT_BREAKPOINT, in AgentStart()
/art/openjdkjvmti/
Devents.h60 kBreakpoint = JVMTI_EVENT_BREAKPOINT,
/art/openjdkjvmti/include/
Djvmti.h406 JVMTI_EVENT_BREAKPOINT = 62, enumerator