Lines Matching refs:ScriptInterpreterPythonImpl
29 class ScriptInterpreterPythonImpl : public ScriptInterpreterPython {
33 ScriptInterpreterPythonImpl(Debugger &debugger);
35 ~ScriptInterpreterPythonImpl() override;
317 Locker(ScriptInterpreterPythonImpl *py_interpreter,
336 ScriptInterpreterPythonImpl *m_python_interpreter;
420 ScriptInterpreterPythonImpl *python) in IOHandlerPythonInterpreter()
445 ScriptInterpreterPythonImpl::Locker locker( in Run()
447 ScriptInterpreterPythonImpl::Locker::AcquireLock | in Run()
448 ScriptInterpreterPythonImpl::Locker::InitSession | in Run()
449 ScriptInterpreterPythonImpl::Locker::InitGlobals, in Run()
450 ScriptInterpreterPythonImpl::Locker::FreeAcquiredLock | in Run()
451 ScriptInterpreterPythonImpl::Locker::TearDownSession); in Run()
482 ScriptInterpreterPythonImpl *m_python;