Home
last modified time | relevance | path

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

/art/compiler/utils/
Dswap_space.h100 template <typename T> class SwapAllocator; variable
114 explicit SwapAllocator(SwapSpace* swap_space) : swap_space_(swap_space) {} in SwapAllocator() function
117 SwapAllocator(const SwapAllocator<U>& other) : swap_space_(other.swap_space_) {} in SwapAllocator() function
127 friend class SwapAllocator; variable
149 explicit SwapAllocator(SwapSpace* swap_space) : swap_space_(swap_space) {} in SwapAllocator() function
152 SwapAllocator(const SwapAllocator<U>& other) : swap_space_(other.swap_space_) {} in SwapAllocator() function
205 friend class SwapAllocator; variable