Searched refs:ExecuteInterpreterLoop (Results 1 – 8 of 8) sorted by relevance
26 void ExecuteInterpreterLoop() override;
40 void ScriptInterpreterNone::ExecuteInterpreterLoop() { in ExecuteInterpreterLoop() function in ScriptInterpreterNone
44 void ExecuteInterpreterLoop() override;
213 void ScriptInterpreterLua::ExecuteInterpreterLoop() { in ExecuteInterpreterLoop() function in ScriptInterpreterLua
116 script_interpreter->ExecuteInterpreterLoop(); in DoExecute()
174 virtual void ExecuteInterpreterLoop() = 0;
43 void ExecuteInterpreterLoop() override;
901 void ScriptInterpreterPythonImpl::ExecuteInterpreterLoop() { in ExecuteInterpreterLoop() function in ScriptInterpreterPythonImpl