Lines Matching refs:heap
14 #include "src/heap/factory.h"
15 #include "src/heap/heap-inl.h" // For MaxNumberToStringCacheSize.
16 #include "src/heap/heap-write-barrier-inl.h"
282 // existing heap objects to be propertly initialized.
494 isolate->heap()->WriteBarrierForRange(*indices, ObjectSlot(start),
758 isolate->heap()->RightTrimFixedArray(*backing_store, elements_to_trim);
1160 isolate->heap()->MaxNumberToStringCacheSize();
1955 isolate->heap()->RightTrimFixedArray(*backing_store, length - entry);
2121 Heap* heap = isolate->heap();
2125 DCHECK_NE(map, ReadOnlyRoots(heap).fixed_double_array_map());
2127 DCHECK_NE(map, ReadOnlyRoots(heap).fixed_cow_array_map());
2128 if (map == ReadOnlyRoots(heap).fixed_array_map()) DCHECK_EQ(0u, length);
2189 isolate->heap()->CanMoveObjectStart(dst_elms)) {
2191 isolate->heap()->LeftTrimFixedArray(dst_elms, src_index));
4556 // heap verification happy we postpone clearing out the mapped entry.