Searched refs:new_lo_space_ (Results 1 – 3 of 3) sorted by relevance
145 allocation = new_lo_space_->AllocateRaw(size_in_bytes); in AllocateRaw()
169 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()
777 NewLargeObjectSpace* new_lo_space() { return new_lo_space_; } in new_lo_space()2043 NewLargeObjectSpace* new_lo_space_; variable