Searched refs:FROM_MUTATOR (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/v8/src/heap/ |
D | heap.h | 693 enum InvocationMode { FROM_GC, FROM_MUTATOR }; enumerator
|
D | heap.cc | 3301 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/ |
D | elements.cc | 896 isolate->heap()->RightTrimFixedArray<Heap::FROM_MUTATOR>( in SetLengthWithoutNormalize()
|
D | objects.cc | 1046 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()
|
D | factory.cc | 1819 heap->AdjustLiveBytes(address, -size_difference, Heap::FROM_MUTATOR); in ReinitializeJSProxy()
|
D | runtime.cc | 4100 heap->AdjustLiveBytes(answer->address(), -delta, Heap::FROM_MUTATOR); in StringReplaceGlobalRegExpWithEmptyString()
|