Lines Matching refs:m_flags
107 if (m_persistent_variable_sp->m_flags & in MakeAllocation()
111 m_persistent_variable_sp->m_flags &= in MakeAllocation()
162 m_persistent_variable_sp->m_flags); in Materialize()
165 if (m_persistent_variable_sp->m_flags & in Materialize()
168 m_persistent_variable_sp->m_flags |= in Materialize()
175 if ((m_persistent_variable_sp->m_flags & in Materialize()
178 m_persistent_variable_sp->m_flags & in Materialize()
214 m_persistent_variable_sp->m_flags); in Dematerialize()
221 if ((m_persistent_variable_sp->m_flags & in Dematerialize()
223 (m_persistent_variable_sp->m_flags & in Dematerialize()
225 if (m_persistent_variable_sp->m_flags & in Dematerialize()
257 m_persistent_variable_sp->m_flags |= in Dematerialize()
259 m_persistent_variable_sp->m_flags |= in Dematerialize()
261 m_persistent_variable_sp->m_flags |= in Dematerialize()
263 m_persistent_variable_sp->m_flags &= in Dematerialize()
287 if (m_persistent_variable_sp->m_flags & in Dematerialize()
289 m_persistent_variable_sp->m_flags & in Dematerialize()
315 m_persistent_variable_sp->m_flags &= in Dematerialize()
331 m_persistent_variable_sp->m_flags |= in Dematerialize()
337 } else if (m_persistent_variable_sp->m_flags & in Dematerialize()
339 !(m_persistent_variable_sp->m_flags & in Dematerialize()
1089 ret->m_flags |= ExpressionVariable::EVNeedsAllocation; in Dematerialize()
1096 ret->m_flags |= ExpressionVariable::EVIsLLDBAllocated; in Dematerialize()