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 196 main_space_(nullptr),
457 CHECK(main_space_ != nullptr);
458 AddSpace(main_space_);
460 non_moving_space_ = main_space_;
538 if (collector::SemiSpace::kUseRememberedSet && non_moving_space_ != main_space_) {
    [all...]
heap.h 1114 space::MallocSpace* main_space_; member in class:art::gc::Heap
    [all...]

Completed in 58 milliseconds