HomeSort by relevance Sort by last modified time
    Searched refs:SwapAllocator (Results 1 - 7 of 7) sorted by null

  /art/compiler/utils/
swap_space.h 102 template <typename T> class SwapAllocator;
105 class SwapAllocator<void> {
113 typedef SwapAllocator<U> other;
116 explicit SwapAllocator(SwapSpace* swap_space) : swap_space_(swap_space) {}
119 SwapAllocator(const SwapAllocator<U>& other) : swap_space_(other.swap_space_) {}
121 SwapAllocator(const SwapAllocator& other) = default;
122 SwapAllocator& operator=(const SwapAllocator& other) = default
    [all...]
swap_space_test.cc 40 SwapAllocator<void> alloc(use_file ? &pool : nullptr);
dedupe_set_test.cc 42 SwapAllocator<void> swap(nullptr);
dedupe_set.h 101 explicit DedupeSet(const char* set_name, SwapAllocator<void>& alloc)
155 SwapAllocator<StoreKey> alloc(allocator_);
163 SwapAllocator<StoreKey> allocator_;
  /art/compiler/
compiled_method.cc 208 SwapAllocator<CompiledMethod> alloc(driver->GetSwapSpaceAllocator());
221 SwapAllocator<CompiledMethod> alloc(driver->GetSwapSpaceAllocator());
229 SwapAllocator<CompiledMethod> alloc(driver->GetSwapSpaceAllocator());
  /art/compiler/driver/
compiler_driver.h 389 SwapAllocator<void>& GetSwapSpaceAllocator() {
765 std::unique_ptr<SwapAllocator<void> > swap_space_allocator_;
    [all...]
compiler_driver.cc 343 swap_space_allocator_(new SwapAllocator<void>(swap_space_.get())),
    [all...]

Completed in 299 milliseconds