Home | History | Annotate | Download | only in src

Lines Matching refs:LO_SPACE

443     case LO_SPACE:
496 LargeObjectSpace* lo_space = Heap::lo_space();
533 if (!(lo_space->ReserveSpace(large_object_size))) {
534 Heap::CollectGarbage(large_object_size, LO_SPACE);
2127 (size > MaxObjectSizeInPagedSpace()) ? LO_SPACE : NEW_SPACE;
2455 if (map->instance_size() > MaxObjectSizeInPagedSpace()) space = LO_SPACE;
2797 space = LO_SPACE;
2800 retry_space = LO_SPACE;
2803 space = LO_SPACE;
2829 space = LO_SPACE;
2832 retry_space = LO_SPACE;
2835 space = LO_SPACE;
2930 space = LO_SPACE;
2934 space = LO_SPACE;
2954 ASSERT(space == LO_SPACE);
3060 (size > MaxObjectSizeInPagedSpace()) ? LO_SPACE : OLD_POINTER_SPACE;
3212 case LO_SPACE:
3591 lo_space_ = new LargeObjectSpace(LO_SPACE);
3741 case LO_SPACE:
3742 return Heap::lo_space();
3837 case LO_SPACE:
3838 iterator_ = new LargeObjectIterator(Heap::lo_space());