Searched refs:AdjustLiveBytes (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/heap/ |
D | heap.cc | 3249 void Heap::AdjustLiveBytes(Address address, int by, InvocationMode mode) { in AdjustLiveBytes() function in v8::internal::Heap 3301 AdjustLiveBytes(new_start, -bytes_to_trim, Heap::FROM_MUTATOR); in LeftTrimFixedArray() 3346 AdjustLiveBytes(object->address(), -bytes_to_trim, mode); in RightTrimFixedArray()
|
D | heap.h | 696 void AdjustLiveBytes(Address address, int by, InvocationMode mode);
|
/external/v8/src/ |
D | factory.cc | 1819 heap->AdjustLiveBytes(address, -size_difference, Heap::FROM_MUTATOR); in ReinitializeJSProxy()
|
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() 2075 heap->AdjustLiveBytes(address, -instance_size_delta, Heap::FROM_MUTATOR); in MigrateFastToFast() 4246 heap->AdjustLiveBytes(object->address(), -instance_size_delta, in MigrateFastToSlow() 8903 heap->AdjustLiveBytes(start_of_string, -delta, Heap::FROM_MUTATOR); in Truncate()
|
D | runtime.cc | 4100 heap->AdjustLiveBytes(answer->address(), -delta, Heap::FROM_MUTATOR); in StringReplaceGlobalRegExpWithEmptyString()
|