Searched refs:lo_space_ (Results 1 – 3 of 3) sorted by relevance
84 lo_space_(NULL), in Heap()176 property_cell_space_->CommittedMemory() + lo_space_->Size(); in CommittedMemory()190 lo_space_->CommittedPhysicalMemory(); in CommittedPhysicalMemory()224 property_cell_space_ != NULL && lo_space_ != NULL; in HasBeenSetUp()377 lo_space_->SizeOfObjects() / KB, lo_space_->Available() / KB, in PrintShortHeapStatistics()378 lo_space_->CommittedMemory() / KB); in PrintShortHeapStatistics()3444 allocation = lo_space_->AllocateRaw(object_size, EXECUTABLE); in AllocateCode()4401 lo_space_->CollectCodeStatistics(); in ReportCodeStatistics()4438 lo_space_->ReportStatistics(); in ReportHeapStatistics()4455 lo_space_->SlowContains(addr)); in Contains()[all …]
203 allocation = lo_space_->AllocateRaw(size_in_bytes, EXECUTABLE); in AllocateRaw()206 allocation = lo_space_->AllocateRaw(size_in_bytes, NOT_EXECUTABLE); in AllocateRaw()
600 LargeObjectSpace* lo_space() { return lo_space_; } in lo_space()1461 LargeObjectSpace* lo_space_; variable