Home
last modified time | relevance | path

Searched refs:AdjustLiveBytes (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/heap/
Dheap.cc3249 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()
Dheap.h696 void AdjustLiveBytes(Address address, int by, InvocationMode mode);
/external/v8/src/
Dfactory.cc1819 heap->AdjustLiveBytes(address, -size_difference, Heap::FROM_MUTATOR); in ReinitializeJSProxy()
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()
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()
Druntime.cc4100 heap->AdjustLiveBytes(answer->address(), -delta, Heap::FROM_MUTATOR); in StringReplaceGlobalRegExpWithEmptyString()