Searched refs:script_interp (Results 1 – 5 of 5) sorted by relevance
64 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DidPush() local65 if (script_interp) { in DidPush()80 ScriptInterpreter *script_interp = GetScriptInterpreter(); in ShouldStop() local81 if (script_interp) { in ShouldStop()83 should_stop = script_interp->ScriptedThreadPlanShouldStop( in ShouldStop()99 ScriptInterpreter *script_interp = GetScriptInterpreter(); in IsPlanStale() local100 if (script_interp) { in IsPlanStale()118 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DoPlanExplainsStop() local119 if (script_interp) { in DoPlanExplainsStop()151 ScriptInterpreter *script_interp = GetScriptInterpreter(); in GetPlanRunState() local[all …]
3636 ScriptInterpreter *script_interp = in SetScriptCallback() local3638 if (!script_interp) { in SetScriptCallback()3646 m_implementation_sp = script_interp->CreateScriptedStopHook( in SetScriptCallback()3658 ScriptInterpreter *script_interp = in HandleStop() local3660 if (!script_interp) in HandleStop()3663 bool should_stop = script_interp->ScriptedStopHookHandleStop( in HandleStop()
48 ScriptInterpreter *script_interp = target_sp->GetDebugger() in CreateImplementationIfNeeded() local50 if (!script_interp) in CreateImplementationIfNeeded()53 m_implementation_sp = script_interp->CreateScriptedBreakpointResolver( in CreateImplementationIfNeeded()
413 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute() local417 script_interp->SetWatchpointCommandCallback( in DoExecute()427 script_interp->SetWatchpointCommandCallback( in DoExecute()430 script_interp->CollectDataForWatchpointCommandCallback(wp_options, in DoExecute()
390 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute() local394 error = script_interp->SetBreakpointCommandCallback( in DoExecute()397 error = script_interp->SetBreakpointCommandCallbackFunction( in DoExecute()401 script_interp->CollectDataForBreakpointCommandCallback( in DoExecute()