Lines Matching refs:script_interp
63 ScriptInterpreter *script_interp = m_thread.GetProcess() in DidPush() local
68 if (script_interp) { in DidPush()
69 m_implementation_sp = script_interp->CreateScriptedThreadPlan( in DidPush()
83 ScriptInterpreter *script_interp = m_thread.GetProcess() in ShouldStop() local
88 if (script_interp) { in ShouldStop()
90 should_stop = script_interp->ScriptedThreadPlanShouldStop( in ShouldStop()
107 ScriptInterpreter *script_interp = m_thread.GetProcess() in IsPlanStale() local
112 if (script_interp) { in IsPlanStale()
114 is_stale = script_interp->ScriptedThreadPlanIsStale(m_implementation_sp, in IsPlanStale()
131 ScriptInterpreter *script_interp = m_thread.GetProcess() in DoPlanExplainsStop() local
136 if (script_interp) { in DoPlanExplainsStop()
138 explains_stop = script_interp->ScriptedThreadPlanExplainsStop( in DoPlanExplainsStop()
170 ScriptInterpreter *script_interp = m_thread.GetProcess() in GetPlanRunState() local
175 if (script_interp) { in GetPlanRunState()
177 run_state = script_interp->ScriptedThreadPlanGetRunState( in GetPlanRunState()