Lines Matching refs:script_interp
64 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DidPush() local
65 if (script_interp) { in DidPush()
66 m_implementation_sp = script_interp->CreateScriptedThreadPlan( in DidPush()
80 ScriptInterpreter *script_interp = GetScriptInterpreter(); in ShouldStop() local
81 if (script_interp) { in ShouldStop()
83 should_stop = script_interp->ScriptedThreadPlanShouldStop( in ShouldStop()
99 ScriptInterpreter *script_interp = GetScriptInterpreter(); in IsPlanStale() local
100 if (script_interp) { in IsPlanStale()
102 is_stale = script_interp->ScriptedThreadPlanIsStale(m_implementation_sp, in IsPlanStale()
118 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DoPlanExplainsStop() local
119 if (script_interp) { in DoPlanExplainsStop()
121 explains_stop = script_interp->ScriptedThreadPlanExplainsStop( in DoPlanExplainsStop()
154 ScriptInterpreter *script_interp = GetScriptInterpreter(); in GetPlanRunState() local
155 if (script_interp) { in GetPlanRunState()
157 run_state = script_interp->ScriptedThreadPlanGetRunState( in GetPlanRunState()
169 ScriptInterpreter *script_interp = GetScriptInterpreter(); in GetDescription() local
170 if (script_interp) { in GetDescription()
172 bool added_desc = script_interp->ScriptedThreadPlanGetStopDescription( in GetDescription()