Searched refs:lo_space_ (Results 1 – 3 of 3) sorted by relevance
102 lo_space_(NULL), in Heap()204 map_space_->CommittedMemory() + lo_space_->Size(); in CommittedOldGenerationMemory()222 lo_space_->CommittedPhysicalMemory(); in CommittedPhysicalMemory()257 lo_space_ != NULL; in HasBeenSetUp()378 lo_space_->SizeOfObjects() / KB, lo_space_->Available() / KB, in PrintShortHeapStatistics()379 lo_space_->CommittedMemory() / KB); in PrintShortHeapStatistics()3327 allocation = lo_space_->AllocateRaw(object_size, EXECUTABLE); in AllocateCode()4320 lo_space_->CollectCodeStatistics(); in ReportCodeStatistics()4351 lo_space_->ReportStatistics(); in ReportHeapStatistics()4365 lo_space_->SlowContains(addr)); in Contains()[all …]
226 allocation = lo_space_->AllocateRaw(size_in_bytes, NOT_EXECUTABLE); in AllocateRaw()234 allocation = lo_space_->AllocateRaw(size_in_bytes, EXECUTABLE); in AllocateRaw()238 allocation = lo_space_->AllocateRaw(size_in_bytes, NOT_EXECUTABLE); in AllocateRaw()
1084 LargeObjectSpace* lo_space() { return lo_space_; } in lo_space()2210 LargeObjectSpace* lo_space_; variable