Lines Matching refs:ScriptInterpreterPythonImpl
29 class ScriptInterpreterPythonImpl : public ScriptInterpreterPython {
33 ScriptInterpreterPythonImpl(Debugger &debugger);
35 ~ScriptInterpreterPythonImpl() override;
315 Locker(ScriptInterpreterPythonImpl *py_interpreter,
334 ScriptInterpreterPythonImpl *m_python_interpreter;
418 ScriptInterpreterPythonImpl *python) in IOHandlerPythonInterpreter()
444 ScriptInterpreterPythonImpl::Locker locker( in Run()
446 ScriptInterpreterPythonImpl::Locker::AcquireLock | in Run()
447 ScriptInterpreterPythonImpl::Locker::InitSession | in Run()
448 ScriptInterpreterPythonImpl::Locker::InitGlobals, in Run()
449 ScriptInterpreterPythonImpl::Locker::FreeAcquiredLock | in Run()
450 ScriptInterpreterPythonImpl::Locker::TearDownSession); in Run()
484 ScriptInterpreterPythonImpl *m_python;