Lines Matching refs:LO_SPACE
620 LargeObjectSpace* lo_space = reinterpret_cast<LargeObjectSpace*>(space);
623 new_allocation = lo_space->AllocateRaw(size)->ToObjectUnchecked();
626 lo_space->AllocateRawFixedArray(size)->ToObjectUnchecked();
629 new_allocation = lo_space->AllocateRawCode(size)->ToObjectUnchecked();
634 pages_[LO_SPACE].Add(address);
657 return HeapObject::FromAddress(pages_[LO_SPACE][offset]);
747 ((space == HEAP->lo_space()) && (space_number == kLargeCode));
771 ASSERT(space_number >= LO_SPACE); \
772 dest_space = isolate->heap()->lo_space(); \
1511 if (i == LO_SPACE) {
1547 return fullness_[LO_SPACE]++;