Home
last modified time | relevance | path

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

/art/compiler/utils/
Dswap_space.h102 template <typename T> class SwapAllocator; variable
116 explicit SwapAllocator(SwapSpace* swap_space) : swap_space_(swap_space) {} in SwapAllocator() function
119 SwapAllocator(const SwapAllocator<U>& other) : swap_space_(other.swap_space_) {} in SwapAllocator() function
129 friend class SwapAllocator; variable
148 explicit SwapAllocator(SwapSpace* swap_space) : swap_space_(swap_space) {} in SwapAllocator() function
151 SwapAllocator(const SwapAllocator<U>& other) : swap_space_(other.swap_space_) {} in SwapAllocator() function
202 friend class SwapAllocator; variable