Home | History | Annotate | Download | only in heap

Lines Matching refs:NEW_SPACE

256   if (space != NEW_SPACE) {
460 case NEW_SPACE:
461 return "new_space";
665 (new_space()->CommittedMemory() * 100.0) / CommittedMemory()));
707 UPDATE_COUNTERS_FOR_SPACE(new_space)
722 new_space_top_after_last_gc_ = new_space()->top();
845 // not matter, so long as we do not specify NEW_SPACE, which would not
854 // not matter, so long as we do not specify NEW_SPACE, which would not
1146 for (int space = NEW_SPACE; space < SerializerDeserializer::kNumberOfSpaces;
1185 if (space == NEW_SPACE) {
1186 allocation = new_space()->AllocateRawUnaligned(size);
1209 if (space == NEW_SPACE) {
1210 CollectGarbage(NEW_SPACE, GarbageCollectionReason::kDeserializer);
1312 int start_new_space_size = static_cast<int>(Heap::new_space()->Size());
1536 reinterpret_cast<struct Entry*>(heap_->new_space()->ToSpaceEnd());
2993 AllocationSpace space = (pretenure == TENURED) ? OLD_SPACE : NEW_SPACE;
3552 AllocationResult allocation = AllocateRaw(adjusted_object_size, NEW_SPACE);
4038 return new_space_top_after_last_gc_ == new_space()->top();
4626 case NEW_SPACE:
4648 case NEW_SPACE:
4666 case NEW_SPACE:
5368 new_space()->UpdateInlineAllocationLimit(0);
5377 new_space()->UpdateInlineAllocationLimit(0);
5432 space_[NEW_SPACE] = new_space_ = new NewSpace(this);
5436 new_space_top_after_last_gc_ = new_space()->top();
5490 new_space()->AddAllocationObserver(idle_scavenge_observer_);
5626 new_space()->RemoveAllocationObserver(idle_scavenge_observer_);
5951 case NEW_SPACE:
5952 return heap_->new_space();