Lines Matching refs:exe_scope
787 ExecutionContextScope *exe_scope = map.GetBestExecutionContextScope(); in Dematerialize() local
789 if (!exe_scope) in Dematerialize()
807 lldb::TargetSP target_sp = exe_scope->CalculateTarget(); in Dematerialize()
819 ret = target_sp->GetPersistentVariables().CreateVariable(exe_scope, in Dematerialize()
837 ret->m_live_sp = ValueObjectConstResult::Create(exe_scope, in Dematerialize()
1011 ExecutionContextScope *exe_scope = map.GetBestExecutionContextScope(); in Materialize() local
1015 if (exe_scope) in Materialize()
1309 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local
1311 if (!exe_scope) in Materialize()
1312 exe_scope = map.GetBestExecutionContextScope(); in Materialize()
1324 if (!exe_scope) in Materialize()
1359 ExecutionContextScope *exe_scope = m_map->GetBestExecutionContextScope(); in Dematerialize() local
1367 if (!exe_scope) in Dematerialize()