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

  /art/runtime/gc/
heap.cc 128 : non_moving_space_(nullptr),
307 non_moving_space_ = space::DlMallocSpace::CreateFromMemMap(
310 non_moving_space_->SetFootprintLimit(non_moving_space_->Capacity());
311 CHECK(non_moving_space_ != nullptr) << "Failed creating non moving space "
313 AddSpace(non_moving_space_);
334 non_moving_space_ = main_space_;
335 CHECK(!non_moving_space_->CanMoveObjects());
358 CHECK(non_moving_space_ != nullptr);
359 CHECK(!non_moving_space_->CanMoveObjects())
    [all...]
heap-inl.h 235 ret = non_moving_space_->Alloc(self, alloc_size, bytes_allocated, usable_size);
heap.h 533 return non_moving_space_;
787 space::MallocSpace* non_moving_space_; member in class:art::gc::Heap
    [all...]

Completed in 497 milliseconds