Lines Matching refs:m_flags
96 if (m_persistent_variable_sp->m_flags & in MakeAllocation()
100 m_persistent_variable_sp->m_flags &= in MakeAllocation()
151 m_persistent_variable_sp->m_flags); in Materialize()
154 if (m_persistent_variable_sp->m_flags & in Materialize()
157 m_persistent_variable_sp->m_flags |= in Materialize()
164 if ((m_persistent_variable_sp->m_flags & in Materialize()
167 m_persistent_variable_sp->m_flags & in Materialize()
203 m_persistent_variable_sp->m_flags); in Dematerialize()
210 if ((m_persistent_variable_sp->m_flags & in Dematerialize()
212 (m_persistent_variable_sp->m_flags & in Dematerialize()
214 if (m_persistent_variable_sp->m_flags & in Dematerialize()
246 m_persistent_variable_sp->m_flags |= in Dematerialize()
248 m_persistent_variable_sp->m_flags |= in Dematerialize()
250 m_persistent_variable_sp->m_flags |= in Dematerialize()
252 m_persistent_variable_sp->m_flags &= in Dematerialize()
276 if (m_persistent_variable_sp->m_flags & in Dematerialize()
278 m_persistent_variable_sp->m_flags & in Dematerialize()
303 m_persistent_variable_sp->m_flags &= in Dematerialize()
319 m_persistent_variable_sp->m_flags |= in Dematerialize()
325 } else if (m_persistent_variable_sp->m_flags & in Dematerialize()
327 !(m_persistent_variable_sp->m_flags & in Dematerialize()
939 ret->m_flags |= ExpressionVariable::EVNeedsAllocation; in Dematerialize()
946 ret->m_flags |= ExpressionVariable::EVIsLLDBAllocated; in Dematerialize()