Lines Matching refs:exe_scope

934       ExecutionContextScope *exe_scope = frame_sp.get();  in Materialize()  local
935 if (!exe_scope) in Materialize()
936 exe_scope = map.GetBestExecutionContextScope(); in Materialize()
938 std::optional<uint64_t> byte_size = m_type.GetByteSize(exe_scope); in Materialize()
945 std::optional<size_t> opt_bit_align = m_type.GetTypeBitAlign(exe_scope); in Materialize()
988 ExecutionContextScope *exe_scope = frame_sp.get(); in Dematerialize() local
989 if (!exe_scope) in Dematerialize()
990 exe_scope = map.GetBestExecutionContextScope(); in Dematerialize()
992 if (!exe_scope) { in Dematerialize()
1010 lldb::TargetSP target_sp = exe_scope->CalculateTarget(); in Dematerialize()
1049 exe_scope, name, m_type, map.GetByteOrder(), map.GetAddressByteSize()); in Dematerialize()
1070 ret->m_live_sp = ValueObjectConstResult::Create(exe_scope, m_type, name, in Dematerialize()
1223 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local
1224 if (!exe_scope) in Materialize()
1225 exe_scope = map.GetBestExecutionContextScope(); in Materialize()
1229 if (exe_scope) in Materialize()
1504 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local
1505 if (!exe_scope) in Materialize()
1506 exe_scope = map.GetBestExecutionContextScope(); in Materialize()
1518 if (!exe_scope) { in Materialize()
1554 ExecutionContextScope *exe_scope = frame_sp.get(); in Dematerialize() local
1555 if (!exe_scope) in Dematerialize()
1556 exe_scope = m_map->GetBestExecutionContextScope(); in Dematerialize()
1563 if (!exe_scope) { in Dematerialize()