Searched refs:lo_space (Results 1 – 9 of 9) sorted by relevance
620 LargeObjectSpace* lo_space = reinterpret_cast<LargeObjectSpace*>(space); in Allocate() local623 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(); \
126 ASSERT(!NeedsImmovableCode() || heap->lo_space()->Contains(code)); in GetCode()
1349 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()
332 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()
570 LargeObjectSpace* lo_space = Heap::lo_space(); in ReserveSpace() local606 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()
1122 LargeObjectChunk* chunk = heap->lo_space()->FindChunkContainingPc(pc); in GcSafeFindCodeForPc()
400 LargeObjectSpace* lo_space() { return lo_space_; } in lo_space() function
258 LargeObjectSpace* lo = HEAP->lo_space(); in TEST()
878 CHECK(!HEAP->lo_space()->Contains(addr)); in TEST()