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

/art/compiler/utils/
H A Dswap_space.h111 template <typename T> class SwapAllocator;
114 class SwapAllocator<void> { class in namespace:art
122 typedef SwapAllocator<U> other;
125 explicit SwapAllocator(SwapSpace* swap_space) : swap_space_(swap_space) {} function in class:art::SwapAllocator
128 SwapAllocator(const SwapAllocator<U>& other) function in class:art::SwapAllocator
131 SwapAllocator(const SwapAllocator& other) = default;
132 SwapAllocator& operator=(const SwapAllocator
146 class SwapAllocator { class in namespace:art
161 explicit SwapAllocator(SwapSpace* swap_space) : swap_space_(swap_space) {} function in class:art::SwapAllocator
164 SwapAllocator(const SwapAllocator<U>& other) function in class:art::SwapAllocator
[all...]

Completed in 40 milliseconds