Lines Matching refs:script_interp
68 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DidPush() local
69 if (script_interp) { in DidPush()
70 m_implementation_sp = script_interp->CreateScriptedThreadPlan( in DidPush()
84 ScriptInterpreter *script_interp = GetScriptInterpreter(); in ShouldStop() local
85 if (script_interp) { in ShouldStop()
87 should_stop = script_interp->ScriptedThreadPlanShouldStop( in ShouldStop()
103 ScriptInterpreter *script_interp = GetScriptInterpreter(); in IsPlanStale() local
104 if (script_interp) { in IsPlanStale()
106 is_stale = script_interp->ScriptedThreadPlanIsStale(m_implementation_sp, in IsPlanStale()
122 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DoPlanExplainsStop() local
123 if (script_interp) { in DoPlanExplainsStop()
125 explains_stop = script_interp->ScriptedThreadPlanExplainsStop( in DoPlanExplainsStop()
155 ScriptInterpreter *script_interp = GetScriptInterpreter(); in GetPlanRunState() local
156 if (script_interp) { in GetPlanRunState()
158 run_state = script_interp->ScriptedThreadPlanGetRunState( in GetPlanRunState()