Lines Matching refs:m_flags
106 if (m_persistent_variable_sp->m_flags & in MakeAllocation()
110 m_persistent_variable_sp->m_flags &= in MakeAllocation()
161 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()
174 if ((m_persistent_variable_sp->m_flags & in Materialize()
177 m_persistent_variable_sp->m_flags & in Materialize()
213 m_persistent_variable_sp->m_flags); in Dematerialize()
220 if ((m_persistent_variable_sp->m_flags & in Dematerialize()
222 (m_persistent_variable_sp->m_flags & in Dematerialize()
224 if (m_persistent_variable_sp->m_flags & in Dematerialize()
256 m_persistent_variable_sp->m_flags |= in Dematerialize()
258 m_persistent_variable_sp->m_flags |= in Dematerialize()
260 m_persistent_variable_sp->m_flags |= in Dematerialize()
262 m_persistent_variable_sp->m_flags &= in Dematerialize()
286 if (m_persistent_variable_sp->m_flags & in Dematerialize()
288 m_persistent_variable_sp->m_flags & in Dematerialize()
314 m_persistent_variable_sp->m_flags &= in Dematerialize()
330 m_persistent_variable_sp->m_flags |= in Dematerialize()
336 } else if (m_persistent_variable_sp->m_flags & in Dematerialize()
338 !(m_persistent_variable_sp->m_flags & in Dematerialize()
1081 ret->m_flags |= ExpressionVariable::EVNeedsAllocation; in Dematerialize()
1088 ret->m_flags |= ExpressionVariable::EVIsLLDBAllocated; in Dematerialize()