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;
428 ScriptInterpreterPythonImpl *python) in IOHandlerPythonInterpreter()
454 ScriptInterpreterPythonImpl::Locker locker( in Run()
456 ScriptInterpreterPythonImpl::Locker::AcquireLock | in Run()
457 ScriptInterpreterPythonImpl::Locker::InitSession | in Run()
458 ScriptInterpreterPythonImpl::Locker::InitGlobals, in Run()
459 ScriptInterpreterPythonImpl::Locker::FreeAcquiredLock | in Run()
460 ScriptInterpreterPythonImpl::Locker::TearDownSession); in Run()
491 ScriptInterpreterPythonImpl *m_python;