Searched refs:SwapAllocator (Results 1 – 5 of 5) sorted by relevance
110 template <typename T> class SwapAllocator; variable113 class SwapAllocator<void> {121 typedef SwapAllocator<U> other;124 explicit SwapAllocator(SwapSpace* swap_space) : swap_space_(swap_space) {} in SwapAllocator() function127 SwapAllocator(const SwapAllocator<U>& other) // NOLINT, implicit in SwapAllocator() function130 SwapAllocator(const SwapAllocator& other) = default;131 SwapAllocator& operator=(const SwapAllocator& other) = default;132 ~SwapAllocator() = default;138 friend class SwapAllocator; variable141 friend bool operator==(const SwapAllocator<U>& lhs, const SwapAllocator<U>& rhs);[all …]
40 SwapAllocator<void> alloc(use_file ? &pool : nullptr); in SwapTest()
47 SwapAllocator<void> GetSwapSpaceAllocator() { in GetSwapSpaceAllocator()48 return SwapAllocator<void>(swap_space_.get()); in GetSwapSpaceAllocator()
36 SwapAllocator<uint8_t> allocator(swap_space); in CopyArray()45 SwapAllocator<uint8_t> allocator(swap_space); in ReleaseArray()
133 SwapAllocator<CompiledMethod> alloc(driver->GetCompiledMethodStorage()->GetSwapSpaceAllocator()); in SwapAllocCompiledMethod()149 SwapAllocator<CompiledMethod> alloc(driver->GetCompiledMethodStorage()->GetSwapSpaceAllocator()); in ReleaseSwapAllocatedCompiledMethod()