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 193 : non_moving_space_(nullptr),
424 non_moving_space_ = space::DlMallocSpace::CreateFromMemMap(
427 non_moving_space_->SetFootprintLimit(non_moving_space_->Capacity());
428 CHECK(non_moving_space_ != nullptr) << "Failed creating non moving space "
430 AddSpace(non_moving_space_);
460 non_moving_space_ = main_space_;
461 CHECK(!non_moving_space_->CanMoveObjects());
484 CHECK(non_moving_space_ != nullptr);
485 CHECK(!non_moving_space_->CanMoveObjects())
    [all...]
heap-inl.h 321 ret = non_moving_space_->Alloc(self,
heap.h 654 return non_moving_space_;
1104 space::MallocSpace* non_moving_space_; member in class:art::gc::Heap
    [all...]
  /art/runtime/gc/collector/
concurrent_copying-inl.h 136 DCHECK(region_space_->IsInToSpace(to_ref) || heap_->non_moving_space_->HasAddress(to_ref))
concurrent_copying.cc     [all...]

Completed in 73 milliseconds