Searched defs:lo_space (Results 1 – 3 of 3) sorted by relevance
29 OldLargeObjectSpace* HeapAllocator::lo_space() const { in lo_space() function
850 OldLargeObjectSpace* lo_space() { return lo_space_; } in lo_space() function
199 void MarkingVerifier::VerifyMarking(LargeObjectSpace* lo_space) { in VerifyMarking()