Home
last modified time | relevance | path

Searched defs:SwapAllocator (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/utils/
Dswap_space.h112 template <typename T> class SwapAllocator; variable
126 explicit SwapAllocator(SwapSpace* swap_space) : swap_space_(swap_space) {} in SwapAllocator() function
129 SwapAllocator(const SwapAllocator<U>& other) in SwapAllocator() function
140 friend class SwapAllocator; variable
162 explicit SwapAllocator(SwapSpace* swap_space) : swap_space_(swap_space) {} in SwapAllocator() function
165 SwapAllocator(const SwapAllocator<U>& other) in SwapAllocator() function
219 friend class SwapAllocator; variable