Home
last modified time | relevance | path

Searched refs:RightTrimWeakFixedArray (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap.h549 void RightTrimWeakFixedArray(WeakFixedArray obj, int elements_to_trim);
Dmark-compact.cc2883 heap_->RightTrimWeakFixedArray(transitions, in CompactTransitionArray()
Dheap.cc3611 void Heap::RightTrimWeakFixedArray(WeakFixedArray object, in RightTrimWeakFixedArray() function in v8::internal::Heap