Searched refs:lo_space_ (Results 1 – 3 of 3) sorted by relevance
108 lo_space_(NULL), in Heap()196 map_space_->Capacity() + lo_space_->SizeOfObjects(); in OldGenerationCapacity()203 map_space_->CommittedMemory() + lo_space_->Size(); in CommittedOldGenerationMemory()220 lo_space_->CommittedPhysicalMemory(); in CommittedPhysicalMemory()253 lo_space_ != NULL; in HasBeenSetUp()367 lo_space_->SizeOfObjects() / KB, lo_space_->Available() / KB, in PrintShortHeapStatistics()368 lo_space_->CommittedMemory() / KB); in PrintShortHeapStatistics()3403 allocation = lo_space_->AllocateRaw(object_size, EXECUTABLE); in AllocateCode()4568 CodeStatistics::CollectCodeStatistics(lo_space_, isolate()); in CollectCodeStatistics()4616 lo_space_->ReportStatistics(); in ReportHeapStatistics()[all …]
332 allocation = lo_space_->AllocateRaw(size_in_bytes, NOT_EXECUTABLE); in AllocateRaw()340 allocation = lo_space_->AllocateRaw(size_in_bytes, EXECUTABLE); in AllocateRaw()344 allocation = lo_space_->AllocateRaw(size_in_bytes, NOT_EXECUTABLE); in AllocateRaw()
1025 LargeObjectSpace* lo_space() { return lo_space_; } in lo_space()2195 LargeObjectSpace* lo_space_; variable