Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc3148 void Heap::AdjustLiveBytes(HeapObject* object, int by) { in AdjustLiveBytes() function in v8::internal::Heap
3154 lo_space()->AdjustLiveBytes(by); in AdjustLiveBytes()
3227 AdjustLiveBytes(new_object, -bytes_to_trim); in LeftTrimFixedArray()
3302 AdjustLiveBytes(object, -bytes_to_trim); in RightTrimFixedArray()
Dheap.h760 void AdjustLiveBytes(HeapObject* object, int by);
Dspaces.h2852 void AdjustLiveBytes(int by) { objects_size_ += by; } in AdjustLiveBytes() function
/external/v8/src/runtime/
Druntime-regexp.cc658 heap->AdjustLiveBytes(*answer, -delta); in StringReplaceGlobalRegExpWithEmptyString()
/external/v8/src/
Dobjects.cc2526 heap->AdjustLiveBytes(this, new_size - size); in MakeExternal()
2592 heap->AdjustLiveBytes(this, new_size - size); in MakeExternal()
3610 heap->AdjustLiveBytes(*object, -instance_size_delta); in MigrateFastToFast()
3692 heap->AdjustLiveBytes(*object, -instance_size_delta); in MigrateFastToSlow()
11652 heap->AdjustLiveBytes(*string, -delta); in Truncate()
17323 heap->AdjustLiveBytes(*thin, -size_delta); in LookupString()