Lines Matching refs:SetEventNotificationMode

408       jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, static_cast<jvmtiEvent>(event_num), thr));  in Java_art_SuspendEvents_setupSuspendClassEvent()
422 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_CLASS_LOAD, thr))) { in Java_art_SuspendEvents_clearSuspendClassEvent()
428 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_CLASS_PREPARE, thr))) { in Java_art_SuspendEvents_clearSuspendClassEvent()
452 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_SINGLE_STEP, thr)); in Java_art_SuspendEvents_setupSuspendSingleStepAt()
466 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_SINGLE_STEP, thr))) { in Java_art_SuspendEvents_clearSuspendSingleStepFor()
488 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_FRAME_POP, thr))) { in Java_art_SuspendEvents_setupSuspendPopFrameEvent()
494 jvmti_env->SetEventNotificationMode(JVMTI_ENABLE, JVMTI_EVENT_BREAKPOINT, thr))) { in Java_art_SuspendEvents_setupSuspendPopFrameEvent()
514 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_FRAME_POP, thr))) { in Java_art_SuspendEvents_clearSuspendPopFrameEvent()
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()
597 jvmti_env->SetEventNotificationMode( in Java_art_SuspendEvents_setupSuspendExceptionEvent()
612 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_EXCEPTION_CATCH, thr))) { in Java_art_SuspendEvents_clearSuspendExceptionEvent()
618 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_EXCEPTION, thr))) { in Java_art_SuspendEvents_clearSuspendExceptionEvent()
642 jvmti_env->SetEventNotificationMode( in Java_art_SuspendEvents_setupSuspendMethodEvent()
657 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_METHOD_EXIT, thr))) { in Java_art_SuspendEvents_clearSuspendMethodEvent()
663 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_METHOD_ENTRY, thr))) { in Java_art_SuspendEvents_clearSuspendMethodEvent()
691 jvmti_env->SetEventNotificationMode( in Java_art_SuspendEvents_setupFieldSuspendFor()
719 jvmti_env->SetEventNotificationMode(JVMTI_DISABLE, JVMTI_EVENT_FIELD_ACCESS, thr))) { in Java_art_SuspendEvents_clearFieldSuspendFor()
724 jvmti_env->SetEventNotificationMode( in Java_art_SuspendEvents_clearFieldSuspendFor()