Searched refs:SwapAllocator (Results 1 – 6 of 6) sorted by relevance
100 template <typename T> class SwapAllocator; variable103 class SwapAllocator<void> {111 typedef SwapAllocator<U> other;114 explicit SwapAllocator(SwapSpace* swap_space) : swap_space_(swap_space) {} in SwapAllocator() function117 SwapAllocator(const SwapAllocator<U>& other) : swap_space_(other.swap_space_) {} in SwapAllocator() function119 SwapAllocator(const SwapAllocator& other) = default;120 SwapAllocator& operator=(const SwapAllocator& other) = default;121 ~SwapAllocator() = default;127 friend class SwapAllocator; variable130 friend bool operator==(const SwapAllocator<U>& lhs, const SwapAllocator<U>& rhs);[all …]
40 SwapAllocator<void> alloc(use_file ? &pool : nullptr); in SwapTest()
48 SwapAllocator<void> GetSwapSpaceAllocator() { in GetSwapSpaceAllocator()49 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()
67 using SwapSrcMap = SrcMap<SwapAllocator<SrcMapElem>>;
133 SwapAllocator<CompiledMethod> alloc(driver->GetCompiledMethodStorage()->GetSwapSpaceAllocator()); in SwapAllocCompiledMethod()149 SwapAllocator<CompiledMethod> alloc(driver->GetCompiledMethodStorage()->GetSwapSpaceAllocator()); in ReleaseSwapAllocatedCompiledMethod()