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

  /art/compiler/driver/
compiler_driver.cc 360 swap_space_allocator_(new SwapAllocator<void>(swap_space_.get())),
387 dedupe_code_("dedupe code", *swap_space_allocator_),
388 dedupe_src_mapping_table_("dedupe source mapping table", *swap_space_allocator_),
389 dedupe_mapping_table_("dedupe mapping table", *swap_space_allocator_),
390 dedupe_vmap_table_("dedupe vmap table", *swap_space_allocator_),
391 dedupe_gc_map_("dedupe gc map", *swap_space_allocator_),
392 dedupe_cfi_info_("dedupe cfi info", *swap_space_allocator_) {
    [all...]
compiler_driver.h 394 return *swap_space_allocator_.get();
612 std::unique_ptr<SwapAllocator<void> > swap_space_allocator_; member in class:art::CompilerDriver
    [all...]

Completed in 1034 milliseconds