Searched refs:lo_space_ (Results 1 – 3 of 3) sorted by relevance
591 get_chunks_space('lo', h.lo_space_.memory_chunk_list_.front_, chunks);651 h.lo_space_.memory_chunk_list_.front_);803 get_chunks_space('lo', h.lo_space_.memory_chunk_list_.front_, chunks);
353 return total + lo_space_->SizeOfObjects() + code_lo_space_->SizeOfObjects(); in OldGenerationCapacity()365 return total + lo_space_->Size() + code_lo_space_->Size(); in CommittedOldGenerationMemory()556 lo_space_->SizeOfObjects() / KB, lo_space_->Available() / KB, in PrintShortHeapStatistics()557 lo_space_->CommittedMemory() / KB); in PrintShortHeapStatistics()1164 lo_space_->ResetPendingObject(); in PublishPendingAllocations()4493 lo_space_->Contains(value) || code_lo_space_->Contains(value) || in Contains()4547 return lo_space_->Contains(value); in InSpace()4577 return lo_space_->ContainsSlow(addr); in InSpaceSlow()4643 lo_space_->Verify(isolate()); in Verify()5362 *stats->lo_space_size = lo_space_->Size(); in RecordStats()[all …]
850 OldLargeObjectSpace* lo_space() { return lo_space_; } in lo_space()2173 OldLargeObjectSpace* lo_space_ = nullptr; variable