Lines Matching refs:ScriptInterpreterPythonImpl
29 class ScriptInterpreterPythonImpl : public ScriptInterpreterPython {
33 ScriptInterpreterPythonImpl(Debugger &debugger);
35 ~ScriptInterpreterPythonImpl() override;
314 Locker(ScriptInterpreterPythonImpl *py_interpreter,
333 ScriptInterpreterPythonImpl *m_python_interpreter;
417 ScriptInterpreterPythonImpl *python) in IOHandlerPythonInterpreter()
442 ScriptInterpreterPythonImpl::Locker locker( in Run()
444 ScriptInterpreterPythonImpl::Locker::AcquireLock | in Run()
445 ScriptInterpreterPythonImpl::Locker::InitSession | in Run()
446 ScriptInterpreterPythonImpl::Locker::InitGlobals, in Run()
447 ScriptInterpreterPythonImpl::Locker::FreeAcquiredLock | in Run()
448 ScriptInterpreterPythonImpl::Locker::TearDownSession); in Run()
479 ScriptInterpreterPythonImpl *m_python;