Home
last modified time | relevance | path

Searched refs:CONCURRENT_TO_SWEEPER (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/runtime/
Druntime-regexp.cc647 heap->AdjustLiveBytes(*answer, -delta, Heap::CONCURRENT_TO_SWEEPER); in StringReplaceGlobalRegExpWithEmptyString()
/external/v8/src/
Delements.cc711 isolate->heap()->RightTrimFixedArray<Heap::CONCURRENT_TO_SWEEPER>( in SetLengthImpl()
1194 heap->RightTrimFixedArray<Heap::CONCURRENT_TO_SWEEPER>(*backing_store, in DeleteAtEnd()
Disolate.cc2785 heap()->RightTrimFixedArray<Heap::CONCURRENT_TO_SWEEPER>( in CheckDetachedContextsAfterGC()
Dobjects.cc1805 heap->AdjustLiveBytes(this, new_size - size, Heap::CONCURRENT_TO_SWEEPER); in MakeExternal()
1866 heap->AdjustLiveBytes(this, new_size - size, Heap::CONCURRENT_TO_SWEEPER); in MakeExternal()
3019 heap->RightTrimFixedArray<Heap::CONCURRENT_TO_SWEEPER>(*array, inobject); in MigrateFastToFast()
3033 Heap::CONCURRENT_TO_SWEEPER); in MigrateFastToFast()
5622 Heap::CONCURRENT_TO_SWEEPER); in MigrateFastToSlow()
10581 GetHeap()->RightTrimFixedArray<Heap::CONCURRENT_TO_SWEEPER>( in Shrink()
12105 heap->AdjustLiveBytes(*string, -delta, Heap::CONCURRENT_TO_SWEEPER); in Truncate()
12530 heap->RightTrimFixedArray<Heap::CONCURRENT_TO_SWEEPER>(code_map, in EvictFromOptimizedCodeMap()
/external/v8/src/heap/
Dheap.h637 enum InvocationMode { SEQUENTIAL_TO_SWEEPER, CONCURRENT_TO_SWEEPER }; enumerator
Dheap.cc3164 AdjustLiveBytes(new_object, -bytes_to_trim, Heap::CONCURRENT_TO_SWEEPER); in LeftTrimFixedArray()
3175 template void Heap::RightTrimFixedArray<Heap::CONCURRENT_TO_SWEEPER>(
/external/v8/test/cctest/heap/
Dtest-heap.cc5917 heap->RightTrimFixedArray<Heap::CONCURRENT_TO_SWEEPER>(*array, in TestRightTrimFixedTypedArray()