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

  /art/runtime/gc/
heap.cc 161 main_space_(nullptr),
463 CHECK(main_space_ != nullptr);
464 AddSpace(main_space_);
466 non_moving_space_ = main_space_;
544 if (collector::SemiSpace::kUseRememberedSet && non_moving_space_ != main_space_) {
    [all...]
heap.h 1041 space::MallocSpace* main_space_; member in class:art::gc::Heap
    [all...]

Completed in 1286 milliseconds