Searched refs:m_cxx_language_runtime (Results 1 – 2 of 2) sorted by relevance
400 m_cxx_language_runtime = in SetBreakpoints()404 if (m_cxx_language_runtime) { in SetBreakpoints()406 !m_cxx_language_runtime->ExceptionBreakpointsAreSet(); in SetBreakpoints()407 m_cxx_language_runtime->SetExceptionBreakpoints(); in SetBreakpoints()419 if (m_cxx_language_runtime && m_should_clear_cxx_exception_bp) in ClearBreakpoints()420 m_cxx_language_runtime->ClearExceptionBreakpoints(); in ClearBreakpoints()430 if ((m_cxx_language_runtime && in BreakpointsExplainStop()431 m_cxx_language_runtime->ExceptionBreakpointsExplainStop( in BreakpointsExplainStop()
128 LanguageRuntime *m_cxx_language_runtime; variable