Searched refs:code_lo_space_ (Results 1 – 2 of 2) sorted by relevance
353 return total + lo_space_->SizeOfObjects() + code_lo_space_->SizeOfObjects(); in OldGenerationCapacity()365 return total + lo_space_->Size() + code_lo_space_->Size(); in CommittedOldGenerationMemory()562 code_lo_space_->SizeOfObjects() / KB, in PrintShortHeapStatistics()563 code_lo_space_->Available() / KB, in PrintShortHeapStatistics()564 code_lo_space_->CommittedMemory() / KB); in PrintShortHeapStatistics()1166 code_lo_space_->ResetPendingObject(); in PublishPendingAllocations()4398 CodeStatistics::CollectCodeStatistics(code_lo_space_, isolate()); in CollectCodeStatistics()4493 lo_space_->Contains(value) || code_lo_space_->Contains(value) || in Contains()4506 (code_space_->Contains(value) || code_lo_space_->Contains(value)); in ContainsCode()4549 return code_lo_space_->Contains(value); in InSpace()[all …]
851 CodeLargeObjectSpace* code_lo_space() { return code_lo_space_; } in code_lo_space()2174 CodeLargeObjectSpace* code_lo_space_ = nullptr; variable