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

  /art/runtime/gc/
heap.cc 131 main_space_(nullptr),
331 CHECK(main_space_ != nullptr);
332 AddSpace(main_space_);
334 non_moving_space_ = main_space_;
389 if (collector::SemiSpace::kUseRememberedSet && non_moving_space_ != main_space_) {
507 if (collector::SemiSpace::kUseRememberedSet && main_space_ != nullptr) {
508 RemoveRememberedSet(main_space_);
511 main_space_ = CreateMallocSpaceFromMemMap(mem_map, initial_size, growth_limit, capacity, name,
513 SetSpaceAsDefault(main_space_);
514 VLOG(heap) << "Created main space " << main_space_;
    [all...]
heap.h 797 space::MallocSpace* main_space_; member in class:art::gc::Heap
    [all...]

Completed in 468 milliseconds