Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h150 result = m_pCurrent->data + m_pCurrent->bound; in allocate()
151 m_pCurrent->bound += N; in allocate()
163 result = m_pCurrent->data + m_pCurrent->bound; in allocate()
164 ++m_pCurrent->bound; in allocate()
177 m_pCurrent->bound -= N; in deallocate()
187 m_pCurrent->bound -= 1; in deallocate()
201 if (pPtr >= &(m_pCurrent->data[m_pCurrent->bound]) && in isAvailable()
209 m_pCurrent = 0; in reset()
234 m_pCurrent = m_pRoot; in initialize()
241 m_pCurrent = result; in getNewChunk()
[all …]
H A DGCFactory.h159 return (Alloc::m_pCurrent) == 0 in end()
161 : iterator(Alloc::m_pCurrent, Alloc::m_pCurrent->bound); in end()
165 return (Alloc::m_pCurrent) == 0 in end()
167 : const_iterator(Alloc::m_pCurrent, Alloc::m_pCurrent->bound); in end()
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeAllocator.h77 Alloc::m_pCurrent = pClient.Alloc::m_pCurrent; in replace()
84 Alloc::m_pCurrent->next = pClient.Alloc::m_pRoot; in concatenate()
85 Alloc::m_pCurrent = pClient.Alloc::m_pCurrent; in concatenate()