Home
last modified time | relevance | path

Searched refs:new_lo_space_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap.cc378 size_t new_lo_space_committed = new_lo_space_ ? new_lo_space_->Size() : 0; in CommittedMemory()
444 size_t new_lo_space_capacity = new_lo_space_ ? new_lo_space_->Size() : 0; in CanPromoteYoungAndExpandOldGeneration()
529 new_lo_space_->SizeOfObjects() / KB, in PrintShortHeapStatistics()
530 new_lo_space_->Available() / KB, in PrintShortHeapStatistics()
531 new_lo_space_->CommittedMemory() / KB); in PrintShortHeapStatistics()
1165 if (new_lo_space_) new_lo_space_->ResetPendingObject(); in PublishPendingAllocations()
3875 new_lo_space_->SetCapacity(new_space_->Capacity()); in ReduceNewSpaceSize()
4494 (new_lo_space_ && new_lo_space_->Contains(value))); in Contains()
4551 return new_lo_space_->Contains(value); in InSpace()
4581 return new_lo_space_->ContainsSlow(addr); in InSpaceSlow()
[all …]
Dheap.h852 NewLargeObjectSpace* new_lo_space() { return new_lo_space_; } in new_lo_space()
2175 NewLargeObjectSpace* new_lo_space_ = nullptr; variable
/third_party/node/deps/v8/tools/
Dwindbg.js592 get_chunks_space('nlo', h.new_lo_space_.memory_chunk_list_.front_, chunks);
655 h.new_lo_space_.memory_chunk_list_.front_);