Home | History | Annotate | Download | only in src

Lines Matching refs:LO_SPACE

536     LargeObjectSpace* lo_space = reinterpret_cast<LargeObjectSpace*>(space);
539 new_allocation = lo_space->AllocateRaw(size);
541 new_allocation = lo_space->AllocateRawFixedArray(size);
544 new_allocation = lo_space->AllocateRawCode(size);
550 pages_[LO_SPACE].Add(address);
573 return HeapObject::FromAddress(pages_[LO_SPACE][offset]);
718 ReadObject(kLargeData, Heap::lo_space(), current++);
721 ReadObject(kLargeCode, Heap::lo_space(), current++);
724 ReadObject(kLargeFixedArray, Heap::lo_space(), current++);
728 ReadObject(kLargeCode, Heap::lo_space(), &new_code_object);
1304 if (i == LO_SPACE) {
1340 return fullness_[LO_SPACE]++;