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 343 swap_space_allocator_(new SwapAllocator<void>(swap_space_.get())),
370 dedupe_code_("dedupe code", *swap_space_allocator_),
371 dedupe_mapping_table_("dedupe mapping table", *swap_space_allocator_),
372 dedupe_vmap_table_("dedupe vmap table", *swap_space_allocator_),
373 dedupe_gc_map_("dedupe gc map", *swap_space_allocator_),
374 dedupe_cfi_info_("dedupe cfi info", *swap_space_allocator_) {
    [all...]
compiler_driver.h 390 return *swap_space_allocator_.get();
765 std::unique_ptr<SwapAllocator<void> > swap_space_allocator_; member in class:art::CompilerDriver
    [all...]

Completed in 526 milliseconds