Searched refs:ScriptInterpreterPythonImpl (Results 1 – 17 of 17) sorted by relevance
82 static ScriptInterpreterPythonImpl *GetPythonInterpreter(Debugger &debugger) { in GetPythonInterpreter()85 return static_cast<ScriptInterpreterPythonImpl *>(script_interpreter); in GetPythonInterpreter()358 ScriptInterpreterPythonImpl::CreateInstance); in Initialize()359 ScriptInterpreterPythonImpl::Initialize(); in Initialize()365 ScriptInterpreterPythonImpl::Locker::Locker( in Locker()366 ScriptInterpreterPythonImpl *py_interpreter, uint16_t on_entry, in Locker()380 bool ScriptInterpreterPythonImpl::Locker::DoAcquireLock() { in DoAcquireLock()396 bool ScriptInterpreterPythonImpl::Locker::DoInitSession(uint16_t on_entry_flags, in DoInitSession()404 bool ScriptInterpreterPythonImpl::Locker::DoFreeLock() { in DoFreeLock()413 bool ScriptInterpreterPythonImpl::Locker::DoTearDownSession() { in DoTearDownSession()[all …]
29 class ScriptInterpreterPythonImpl : public ScriptInterpreterPython {33 ScriptInterpreterPythonImpl(Debugger &debugger);35 ~ScriptInterpreterPythonImpl() override;319 Locker(ScriptInterpreterPythonImpl *py_interpreter,338 ScriptInterpreterPythonImpl *m_python_interpreter;430 ScriptInterpreterPythonImpl *python) in IOHandlerPythonInterpreter()456 ScriptInterpreterPythonImpl::Locker locker( in Run()458 ScriptInterpreterPythonImpl::Locker::AcquireLock | in Run()459 ScriptInterpreterPythonImpl::Locker::InitSession | in Run()460 ScriptInterpreterPythonImpl::Locker::InitGlobals, in Run()[all …]
28 using Locker = ScriptInterpreterPythonImpl::Locker;31 ScriptInterpreterPythonImpl &interpreter) in ScriptedPlatformPythonInterface()
29 class ScriptInterpreterPythonImpl; variable32 ScriptedPythonInterface(ScriptInterpreterPythonImpl &interpreter);79 using Locker = ScriptInterpreterPythonImpl::Locker; in CreatePluginObject()234 using Locker = ScriptInterpreterPythonImpl::Locker; in Dispatch()428 ScriptInterpreterPythonImpl &m_interpreter;
27 using Locker = ScriptInterpreterPythonImpl::Locker;30 ScriptInterpreterPythonImpl &interpreter) in ScriptedThreadPythonInterface()
30 using Locker = ScriptInterpreterPythonImpl::Locker;33 ScriptInterpreterPythonImpl &interpreter) in ScriptedProcessPythonInterface()
24 ScriptedThreadPlanPythonInterface(ScriptInterpreterPythonImpl &interpreter);
27 ScriptInterpreterPythonImpl &interpreter) in ScriptedThreadPlanPythonInterface()
26 ScriptInterpreterPythonImpl &interpreter) in ScriptedPythonInterface()