Home
last modified time | relevance | path

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

/art/compiler/utils/
Dswap_space.h111 template <typename T> class SwapAllocator; variable
125 explicit SwapAllocator(SwapSpace* swap_space) : swap_space_(swap_space) {} in SwapAllocator() function
128 SwapAllocator(const SwapAllocator<U>& other) in SwapAllocator() function
139 friend class SwapAllocator; variable
161 explicit SwapAllocator(SwapSpace* swap_space) : swap_space_(swap_space) {} in SwapAllocator() function
164 SwapAllocator(const SwapAllocator<U>& other) in SwapAllocator() function
218 friend class SwapAllocator; variable