Searched refs:CONCURRENT_TO_SWEEPER (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-regexp.cc | 647 heap->AdjustLiveBytes(*answer, -delta, Heap::CONCURRENT_TO_SWEEPER); in StringReplaceGlobalRegExpWithEmptyString()
|
/external/v8/src/ |
D | elements.cc | 711 isolate->heap()->RightTrimFixedArray<Heap::CONCURRENT_TO_SWEEPER>( in SetLengthImpl() 1194 heap->RightTrimFixedArray<Heap::CONCURRENT_TO_SWEEPER>(*backing_store, in DeleteAtEnd()
|
D | isolate.cc | 2785 heap()->RightTrimFixedArray<Heap::CONCURRENT_TO_SWEEPER>( in CheckDetachedContextsAfterGC()
|
D | objects.cc | 1805 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/ |
D | heap.h | 637 enum InvocationMode { SEQUENTIAL_TO_SWEEPER, CONCURRENT_TO_SWEEPER }; enumerator
|
D | heap.cc | 3164 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/ |
D | test-heap.cc | 5917 heap->RightTrimFixedArray<Heap::CONCURRENT_TO_SWEEPER>(*array, in TestRightTrimFixedTypedArray()
|