Searched refs:script_interp (Results 1 – 5 of 5) sorted by relevance
68 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DidPush() local69 if (script_interp) { in DidPush()84 ScriptInterpreter *script_interp = GetScriptInterpreter(); in ShouldStop() local85 if (script_interp) { in ShouldStop()87 should_stop = script_interp->ScriptedThreadPlanShouldStop( in ShouldStop()103 ScriptInterpreter *script_interp = GetScriptInterpreter(); in IsPlanStale() local104 if (script_interp) { in IsPlanStale()122 ScriptInterpreter *script_interp = GetScriptInterpreter(); in DoPlanExplainsStop() local123 if (script_interp) { in DoPlanExplainsStop()155 ScriptInterpreter *script_interp = GetScriptInterpreter(); in GetPlanRunState() local[all …]
3430 ScriptInterpreter *script_interp = in SetScriptCallback() local3432 if (!script_interp) { in SetScriptCallback()3444 m_implementation_sp = script_interp->CreateScriptedStopHook( in SetScriptCallback()3456 ScriptInterpreter *script_interp = in HandleStop() local3458 if (!script_interp) in HandleStop()3461 bool should_stop = script_interp->ScriptedStopHookHandleStop( in HandleStop()
49 ScriptInterpreter *script_interp = target_sp->GetDebugger() in CreateImplementationIfNeeded() local51 if (!script_interp) in CreateImplementationIfNeeded()54 m_implementation_sp = script_interp->CreateScriptedBreakpointResolver( in CreateImplementationIfNeeded()
443 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute() local447 script_interp->SetWatchpointCommandCallback( in DoExecute()457 script_interp->SetWatchpointCommandCallback( in DoExecute()460 script_interp->CollectDataForWatchpointCommandCallback(wp_options, in DoExecute()
419 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute() local423 error = script_interp->SetBreakpointCommandCallback( in DoExecute()426 error = script_interp->SetBreakpointCommandCallbackFunction( in DoExecute()430 script_interp->CollectDataForBreakpointCommandCallback( in DoExecute()