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

  /art/runtime/gc/
heap.cc 195 : non_moving_space_(nullptr),
426 non_moving_space_ = space::DlMallocSpace::CreateFromMemMap(
429 non_moving_space_->SetFootprintLimit(non_moving_space_->Capacity());
430 CHECK(non_moving_space_ != nullptr) << "Failed creating non moving space "
432 AddSpace(non_moving_space_);
463 non_moving_space_ = main_space_;
464 CHECK(!non_moving_space_->CanMoveObjects());
487 CHECK(non_moving_space_ != nullptr);
488 CHECK(!non_moving_space_->CanMoveObjects())
    [all...]
heap-inl.h 323 ret = non_moving_space_->Alloc(self,
heap.h 664 return non_moving_space_;
1107 space::MallocSpace* non_moving_space_; member in class:art::gc::Heap
    [all...]
  /art/runtime/gc/collector/
concurrent_copying-inl.h 141 DCHECK(region_space_->IsInToSpace(to_ref) || heap_->non_moving_space_->HasAddress(to_ref))
concurrent_copying.cc     [all...]

Completed in 245 milliseconds