Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-array.cc252 isolate->heap()->RightTrimFixedArray<Heap::CONCURRENT_TO_SWEEPER>( in RUNTIME_FUNCTION()
Druntime-regexp.cc655 heap->AdjustLiveBytes(*answer, -delta, Heap::CONCURRENT_TO_SWEEPER); in StringReplaceGlobalRegExpWithEmptyString()
/external/v8/src/heap/
Dheap.h561 enum InvocationMode { SEQUENTIAL_TO_SWEEPER, CONCURRENT_TO_SWEEPER }; enumerator
Dheap.cc3174 AdjustLiveBytes(new_object, -bytes_to_trim, Heap::CONCURRENT_TO_SWEEPER); in LeftTrimFixedArray()
3190 template void Heap::RightTrimFixedArray<Heap::CONCURRENT_TO_SWEEPER>(
/external/v8/src/
Delements.cc761 isolate->heap()->RightTrimFixedArray<Heap::CONCURRENT_TO_SWEEPER>( in SetLengthImpl()
1802 isolate->heap()->RightTrimFixedArray<Heap::CONCURRENT_TO_SWEEPER>( in DeleteAtEnd()
Dobjects.cc2314 heap->AdjustLiveBytes(this, new_size - size, Heap::CONCURRENT_TO_SWEEPER); in MakeExternal()
2380 heap->AdjustLiveBytes(this, new_size - size, Heap::CONCURRENT_TO_SWEEPER); in MakeExternal()
3430 heap->RightTrimFixedArray<Heap::CONCURRENT_TO_SWEEPER>(*array, inobject); in MigrateFastToFast()
3444 Heap::CONCURRENT_TO_SWEEPER); in MigrateFastToFast()
3540 Heap::CONCURRENT_TO_SWEEPER); in MigrateFastToSlow()
10116 GetHeap()->RightTrimFixedArray<Heap::CONCURRENT_TO_SWEEPER>( in Shrink()
12033 heap->AdjustLiveBytes(*string, -delta, Heap::CONCURRENT_TO_SWEEPER); in Truncate()
12453 heap->RightTrimFixedArray<Heap::CONCURRENT_TO_SWEEPER>(code_map, in EvictFromOptimizedCodeMap()
Disolate.cc3440 heap()->RightTrimFixedArray<Heap::CONCURRENT_TO_SWEEPER>( in Throw()