Searched refs:m_pCurrent (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeAllocator.h76 Alloc::m_pCurrent = pClient.Alloc::m_pCurrent; member in class:mcld::NodeFactory::Alloc
83 Alloc::m_pCurrent->next = pClient.Alloc::m_pRoot;
84 Alloc::m_pCurrent = pClient.Alloc::m_pCurrent; member in class:mcld::NodeFactory::Alloc
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h111 m_pCurrent(0),
161 size_type rest_num_elem = chunk_type::size() - m_pCurrent->bound;
165 result = m_pCurrent->data + m_pCurrent->bound;
166 m_pCurrent->bound += N;
176 if (chunk_type::size() == m_pCurrent->bound)
178 result = m_pCurrent->data + m_pCurrent->bound;
179 ++m_pCurrent->bound;
189 0 == m_pCurrent
268 chunk_type *m_pCurrent; member in class:mcld::LinearAllocatorBase
[all...]
H A DGCFactory.h178 return (0 == Alloc::m_pCurrent)?
180 iterator(Alloc::m_pCurrent, Alloc::m_pCurrent->bound);
184 return (0 == Alloc::m_pCurrent)?
186 const_iterator(Alloc::m_pCurrent, Alloc::m_pCurrent->bound);

Completed in 88 milliseconds