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

  /external/v8/src/
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...]
mark-compact.cc 648 LargeObjectIterator lo_it(Heap::lo_space(), &OverflowObjectSize);
758 } else if (Heap::lo_space()->Contains(obj)) {
774 Heap::lo_space()->FreeUnmarkedObjects();
    [all...]
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...]
heap.h 265 static LargeObjectSpace* lo_space() { return lo_space_; } function in class:v8::internal::Heap
    [all...]
  /external/v8/test/cctest/
test-spaces.cc 212 LargeObjectSpace* lo = Heap::lo_space();

Completed in 75 milliseconds