HomeSort by relevance Sort by last modified time
    Searched refs:LO_SPACE (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
globals.h 294 LO_SPACE, // Promoted large objects.
297 LAST_SPACE = LO_SPACE,
heap-inl.h 58 retry_space == LO_SPACE);
84 } else if (LO_SPACE == space) {
heap.cc 443 case LO_SPACE:
496 LargeObjectSpace* lo_space = Heap::lo_space(); local
533 if (!(lo_space->ReserveSpace(large_object_size))) {
534 Heap::CollectGarbage(large_object_size, LO_SPACE);
    [all...]
mksnapshot.cc 254 partial_ser.CurrentAllocationAddress(i::LO_SPACE));
serialize.cc 536 LargeObjectSpace* lo_space = reinterpret_cast<LargeObjectSpace*>(space); local
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)
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 403 p_ser.CurrentAllocationAddress(LO_SPACE));
517 p_ser.CurrentAllocationAddress(LO_SPACE));

Completed in 1716 milliseconds