Home
last modified time | relevance | path

Searched refs:FROM_MUTATOR (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/v8/src/heap/
Dheap.h693 enum InvocationMode { FROM_GC, FROM_MUTATOR }; enumerator
Dheap.cc3301 AdjustLiveBytes(new_start, -bytes_to_trim, Heap::FROM_MUTATOR); in LeftTrimFixedArray()
3313 void Heap::RightTrimFixedArray<Heap::FROM_MUTATOR>(FixedArrayBase*, int);
/external/chromium_org/v8/src/
Delements.cc896 isolate->heap()->RightTrimFixedArray<Heap::FROM_MUTATOR>( in SetLengthWithoutNormalize()
Dobjects.cc1046 heap->AdjustLiveBytes(this->address(), new_size - size, Heap::FROM_MUTATOR); in MakeExternal()
1106 heap->AdjustLiveBytes(this->address(), new_size - size, Heap::FROM_MUTATOR); in MakeExternal()
2062 heap->RightTrimFixedArray<Heap::FROM_MUTATOR>(*array, inobject); in MigrateFastToFast()
2075 heap->AdjustLiveBytes(address, -instance_size_delta, Heap::FROM_MUTATOR); in MigrateFastToFast()
4247 Heap::FROM_MUTATOR); in MigrateFastToSlow()
7682 GetHeap()->RightTrimFixedArray<Heap::FROM_MUTATOR>( in Shrink()
8903 heap->AdjustLiveBytes(start_of_string, -delta, Heap::FROM_MUTATOR); in Truncate()
9294 GetHeap()->RightTrimFixedArray<Heap::FROM_MUTATOR>(code_map, length - dst); in EvictFromOptimizedCodeMap()
Dfactory.cc1819 heap->AdjustLiveBytes(address, -size_difference, Heap::FROM_MUTATOR); in ReinitializeJSProxy()
Druntime.cc4100 heap->AdjustLiveBytes(answer->address(), -delta, Heap::FROM_MUTATOR); in StringReplaceGlobalRegExpWithEmptyString()