Lines Matching refs:m_live_sp
88 m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create( in MakeAllocation()
124 map.Free((lldb::addr_t)m_persistent_variable_sp->m_live_sp->GetValue() in DestroyAllocation()
129 m_persistent_variable_sp->m_live_sp.reset(); in DestroyAllocation()
166 m_persistent_variable_sp->m_live_sp) || in Materialize()
173 m_persistent_variable_sp->m_live_sp->GetValue().GetScalar(), in Materialize()
216 !m_persistent_variable_sp->m_live_sp) { in Dematerialize()
234 m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create( in Dematerialize()
257 lldb::addr_t mem = m_persistent_variable_sp->m_live_sp->GetValue() in Dematerialize()
261 if (!m_persistent_variable_sp->m_live_sp) { in Dematerialize()
268 if (m_persistent_variable_sp->m_live_sp->GetValue() in Dematerialize()
918 ret->m_live_sp = ValueObjectConstResult::Create(exe_scope, m_type, name, in Dematerialize()