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

  /external/v8/src/
v8globals.h 200 LO_SPACE, // Promoted large objects.
203 LAST_SPACE = LO_SPACE,
mksnapshot.cc 254 partial_ser.CurrentAllocationAddress(i::LO_SPACE));
heap.cc 570 LargeObjectSpace* lo_space = Heap::lo_space(); local
606 if (!(lo_space->ReserveSpace(large_object_size))) {
607 Heap::CollectGarbage(LO_SPACE);
    [all...]
heap-inl.h 151 retry_space == LO_SPACE);
177 } else if (LO_SPACE == space) {
serialize.cc 620 LargeObjectSpace* lo_space = reinterpret_cast<LargeObjectSpace*>(space); local
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(); \
    [all...]
liveobjectlist.cc 196 if (strcmp(key_str, "lo") == 0) return LO_SPACE;
214 if (space != LO_SPACE) {
222 // Note: calling Heap::InSpace(heap_obj, LO_SPACE) is too slow for our
225 int last_space = static_cast<int>(LO_SPACE);
231 SLOW_ASSERT(Heap::InSpace(heap_obj, LO_SPACE));
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 401 p_ser.CurrentAllocationAddress(LO_SPACE));
518 p_ser.CurrentAllocationAddress(LO_SPACE));

Completed in 26 milliseconds