Searched refs:ScriptInterpreterPythonImpl (Results 1 – 10 of 10) sorted by relevance
78 static ScriptInterpreterPythonImpl *GetPythonInterpreter(Debugger &debugger) { in GetPythonInterpreter()81 return static_cast<ScriptInterpreterPythonImpl *>(script_interpreter); in GetPythonInterpreter()337 ScriptInterpreterPythonImpl::CreateInstance); in Initialize()338 ScriptInterpreterPythonImpl::Initialize(); in Initialize()344 ScriptInterpreterPythonImpl::Locker::Locker( in Locker()345 ScriptInterpreterPythonImpl *py_interpreter, uint16_t on_entry, in Locker()359 bool ScriptInterpreterPythonImpl::Locker::DoAcquireLock() { in DoAcquireLock()375 bool ScriptInterpreterPythonImpl::Locker::DoInitSession(uint16_t on_entry_flags, in DoInitSession()383 bool ScriptInterpreterPythonImpl::Locker::DoFreeLock() { in DoFreeLock()392 bool ScriptInterpreterPythonImpl::Locker::DoTearDownSession() { in DoTearDownSession()[all …]
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()[all …]
29 class ScriptInterpreterPythonImpl; variable32 ScriptedPythonInterface(ScriptInterpreterPythonImpl &interpreter);44 using Locker = ScriptInterpreterPythonImpl::Locker; in Dispatch()184 ScriptInterpreterPythonImpl &m_interpreter;
26 using Locker = ScriptInterpreterPythonImpl::Locker;29 ScriptInterpreterPythonImpl &interpreter) in ScriptedPlatformPythonInterface()
26 using Locker = ScriptInterpreterPythonImpl::Locker;29 ScriptInterpreterPythonImpl &interpreter) in ScriptedThreadPythonInterface()
28 using Locker = ScriptInterpreterPythonImpl::Locker;31 ScriptInterpreterPythonImpl &interpreter) in ScriptedProcessPythonInterface()
23 ScriptedPlatformPythonInterface(ScriptInterpreterPythonImpl &interpreter);
24 ScriptedThreadPythonInterface(ScriptInterpreterPythonImpl &interpreter);
24 ScriptedProcessPythonInterface(ScriptInterpreterPythonImpl &interpreter);
27 ScriptInterpreterPythonImpl &interpreter) in ScriptedPythonInterface()