Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h145 allocation = new_lo_space_->AllocateRaw(size_in_bytes); in AllocateRaw()
Dheap.cc169 new_lo_space_(nullptr), in Heap()
431 new_lo_space_->SizeOfObjects() / KB, in PrintShortHeapStatistics()
432 new_lo_space_->Available() / KB, in PrintShortHeapStatistics()
433 new_lo_space_->CommittedMemory() / KB); in PrintShortHeapStatistics()
3789 return new_lo_space_->Contains(value); in InSpace()
3814 return new_lo_space_->ContainsSlow(addr); in InSpaceSlow()
4735 space_[NEW_LO_SPACE] = new_lo_space_ = new NewLargeObjectSpace(this); in SetUp()
Dheap.h777 NewLargeObjectSpace* new_lo_space() { return new_lo_space_; } in new_lo_space()
2043 NewLargeObjectSpace* new_lo_space_; variable