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

/art/compiler/utils/
H A Dswap_space.h101 template <typename T> class SwapAllocator;
104 class SwapAllocator<void> { class in namespace:art
112 typedef SwapAllocator<U> other;
115 explicit SwapAllocator(SwapSpace* swap_space) : swap_space_(swap_space) {} function in class:art::SwapAllocator
118 SwapAllocator(const SwapAllocator<U>& other) : swap_space_(other.swap_space_) {} function in class:art::SwapAllocator
120 SwapAllocator(const SwapAllocator& other) = default;
121 SwapAllocator& operator=(const SwapAllocator
132 class SwapAllocator { class in namespace:art
147 explicit SwapAllocator(SwapSpace* swap_space) : swap_space_(swap_space) {} function in class:art::SwapAllocator
150 SwapAllocator(const SwapAllocator<U>& other) : swap_space_(other.swap_space_) {} function in class:art::SwapAllocator
[all...]

Completed in 120 milliseconds