Searched refs:ScriptInterpreterPythonImpl (Results 1 – 3 of 3) sorted by relevance
219 static ScriptInterpreterPythonImpl *GetPythonInterpreter(Debugger &debugger) { in GetPythonInterpreter()222 return static_cast<ScriptInterpreterPythonImpl *>(script_interpreter); in GetPythonInterpreter()429 ScriptInterpreterPythonImpl::CreateInstance); in Initialize()435 ScriptInterpreterPythonImpl::Locker::Locker( in Locker()436 ScriptInterpreterPythonImpl *py_interpreter, uint16_t on_entry, in Locker()451 bool ScriptInterpreterPythonImpl::Locker::DoAcquireLock() { in DoAcquireLock()467 bool ScriptInterpreterPythonImpl::Locker::DoInitSession(uint16_t on_entry_flags, in DoInitSession()475 bool ScriptInterpreterPythonImpl::Locker::DoFreeLock() { in DoFreeLock()484 bool ScriptInterpreterPythonImpl::Locker::DoTearDownSession() { in DoTearDownSession()491 ScriptInterpreterPythonImpl::Locker::~Locker() { in ~Locker()[all …]
26 class ScriptInterpreterPythonImpl : public ScriptInterpreterPython {30 ScriptInterpreterPythonImpl(Debugger &debugger);32 ~ScriptInterpreterPythonImpl() override;312 Locker(ScriptInterpreterPythonImpl *py_interpreter,331 ScriptInterpreterPythonImpl *m_python_interpreter;415 ScriptInterpreterPythonImpl *python) in IOHandlerPythonInterpreter()441 ScriptInterpreterPythonImpl::Locker locker( in Run()443 ScriptInterpreterPythonImpl::Locker::AcquireLock | in Run()444 ScriptInterpreterPythonImpl::Locker::InitSession | in Run()445 ScriptInterpreterPythonImpl::Locker::InitGlobals, in Run()[all …]
21 class TestScriptInterpreterPython : public ScriptInterpreterPythonImpl {23 using ScriptInterpreterPythonImpl::Initialize;24 using ScriptInterpreterPythonImpl::InitializePrivate;