Home
last modified time | relevance | path

Searched refs:lo_space (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dserialize.cc620 LargeObjectSpace* lo_space = reinterpret_cast<LargeObjectSpace*>(space); in Allocate() local
623 new_allocation = lo_space->AllocateRaw(size)->ToObjectUnchecked(); in Allocate()
626 lo_space->AllocateRawFixedArray(size)->ToObjectUnchecked(); in Allocate()
629 new_allocation = lo_space->AllocateRawCode(size)->ToObjectUnchecked(); in Allocate()
747 ((space == HEAP->lo_space()) && (space_number == kLargeCode)); in ReadObject()
772 dest_space = isolate->heap()->lo_space(); \
Dcode-stubs.cc126 ASSERT(!NeedsImmovableCode() || heap->lo_space()->Contains(code)); in GetCode()
Dmark-compact.cc1349 LargeObjectIterator lo_it(heap()->lo_space(), &OverflowObjectSize); in RefillMarkingStack()
1474 } else if (heap()->lo_space()->Contains(obj)) { in UpdateLiveObjectCount()
1490 heap()->lo_space()->FreeUnmarkedObjects(); in SweepLargeObjectSpace()
1964 heap->lo_space()->AllocateRawFixedArray(object_size); in TryPromoteObject()
2067 heap->lo_space()->IterateDirtyRegions(&UpdatePointerToNewGen); in SweepNewSpace()
2356 LargeObjectIterator it(heap()->lo_space()); in UpdateMapPointersInLargeObjectSpace()
2660 heap()->lo_space()->Contains(HeapObject::FromAddress(new_addr))); in UpdatePointer()
2668 } else if (heap()->lo_space()->Contains(obj)) { in UpdatePointer()
2734 LargeObjectIterator it(heap()->lo_space()); in UpdatePointers()
Dbuiltins.cc332 ASSERT(!HEAP->lo_space()->Contains(elms)); in LeftTrimFixedArray()
553 if (!heap->lo_space()->Contains(elms)) { in BUILTIN()
833 const bool trim_array = !heap->lo_space()->Contains(elms) && in BUILTIN()
Dheap.cc570 LargeObjectSpace* lo_space = Heap::lo_space(); in ReserveSpace() local
606 if (!(lo_space->ReserveSpace(large_object_size))) { in ReserveSpace()
1379 maybe_result = heap->lo_space()->AllocateRawFixedArray(object_size); in EvacuateObject()
5123 return HEAP->lo_space(); in next()
5229 iterator_ = new LargeObjectIterator(HEAP->lo_space(), size_func_); in CreateIterator()
Dframes.cc1122 LargeObjectChunk* chunk = heap->lo_space()->FindChunkContainingPc(pc); in GcSafeFindCodeForPc()
Dheap.h400 LargeObjectSpace* lo_space() { return lo_space_; } in lo_space() function
/external/v8/test/cctest/
Dtest-spaces.cc258 LargeObjectSpace* lo = HEAP->lo_space(); in TEST()
Dtest-heap.cc878 CHECK(!HEAP->lo_space()->Contains(addr)); in TEST()