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

  /external/v8/src/
v8globals.h 184 LO_SPACE, // Promoted large objects.
187 LAST_SPACE = LO_SPACE,
mksnapshot.cc 346 partial_ser.CurrentAllocationAddress(i::LO_SPACE));
heap-inl.h 190 retry_space == LO_SPACE);
216 } else if (LO_SPACE == space) {
heap.cc 617 LargeObjectSpace* lo_space = Heap::lo_space(); local
661 if (!(lo_space->ReserveSpace(large_object_size))) {
662 AbortIncrementalMarkingAndCollectGarbage(this, LO_SPACE,
    [all...]
serialize.cc 615 LargeObjectSpace* lo_space = reinterpret_cast<LargeObjectSpace*>(space); local
619 lo_space->AllocateRaw(size, NOT_EXECUTABLE)->ToObjectUnchecked();
623 lo_space->AllocateRaw(size, EXECUTABLE)->ToObjectUnchecked();
628 pages_[LO_SPACE].Add(address);
651 return HeapObject::FromAddress(pages_[LO_SPACE][offset]);
749 ((space == HEAP->lo_space()) && (space_number == kLargeCode));
773 ASSERT(space_number >= LO_SPACE); \
774 dest_space = isolate->heap()->lo_space(); \
    [all...]
liveobjectlist.cc 197 if (strcmp(key_str, "lo") == 0) return LO_SPACE;
216 if (space != LO_SPACE) {
224 // Note: calling Heap::InSpace(heap_obj, LO_SPACE) is too slow for our
227 int last_space = static_cast<int>(LO_SPACE);
233 SLOW_ASSERT(heap->InSpace(heap_obj, LO_SPACE));
    [all...]
incremental-marking.cc 300 if (chunk->owner()->identity() == LO_SPACE &&
356 LargePage* lop = heap_->lo_space()->first_page();
390 LargePage* lop = heap_->lo_space()->first_page();
722 LargeObjectIterator it(heap_->lo_space());
mark-compact.cc 144 LargeObjectIterator it(heap->lo_space());
336 LargeObjectIterator it(heap_->lo_space());
371 LargeObjectIterator it(heap_->lo_space());
429 case LO_SPACE: return "LO_SPACE";
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 396 p_ser.CurrentAllocationAddress(LO_SPACE));
515 p_ser.CurrentAllocationAddress(LO_SPACE));

Completed in 93 milliseconds