Home | History | Annotate | Download | only in src

Lines Matching refs:LO_SPACE

617   LargeObjectSpace* lo_space = Heap::lo_space();
661 if (!(lo_space->ReserveSpace(large_object_size))) {
662 AbortIncrementalMarkingAndCollectGarbage(this, LO_SPACE,
1631 maybe_result = heap->lo_space()->AllocateRaw(object_size,
3317 (size > Page::kMaxNonCodeHeapObjectSize) ? LO_SPACE : NEW_SPACE;
3797 if (map->instance_size() > Page::kMaxNonCodeHeapObjectSize) space = LO_SPACE;
4355 space = LO_SPACE;
4358 retry_space = LO_SPACE;
4362 space = LO_SPACE;
4391 space = LO_SPACE;
4394 retry_space = LO_SPACE;
4398 space = LO_SPACE;
4534 space = LO_SPACE;
4538 space = LO_SPACE;
4542 (size <= Page::kMaxNonCodeHeapObjectSize) ? OLD_POINTER_SPACE : LO_SPACE;
4667 space = LO_SPACE;
4671 space = LO_SPACE;
4675 (size <= Page::kMaxNonCodeHeapObjectSize) ? OLD_DATA_SPACE : LO_SPACE;
4804 (size > Page::kMaxNonCodeHeapObjectSize) ? LO_SPACE : OLD_POINTER_SPACE;
5093 case LO_SPACE:
5439 LargeObjectIterator it(lo_space());
5943 lo_space_ = new LargeObjectSpace(this, max_old_generation_size_, LO_SPACE);
6147 case LO_SPACE:
6148 lo_space();
6253 case LO_SPACE:
6254 iterator_ = new LargeObjectIterator(HEAP->lo_space(), size_func_);
6940 if (chunk->owner()->identity() == LO_SPACE) {
6963 inner->set_owner(lo_space());