Home
last modified time | relevance | path

Searched refs:CopyWeakFixedArrayAndGrow (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dosr-optimized-code-cache.cc180 isolate->factory()->CopyWeakFixedArrayAndGrow(*osr_cache, grow_by)); in GrowOSRCache()
Dcompilation-cache-table.cc87 new_literals_map = isolate->factory()->CopyWeakFixedArrayAndGrow( in AddToFeedbackCellsMap()
Dfixed-array-inl.h453 array = isolate->factory()->CopyWeakFixedArrayAndGrow(array, grow_by); in EnsureSpace()
Dtransitions.cc374 array = isolate->factory()->CopyWeakFixedArrayAndGrow(array, grow_by); in GrowPrototypeTransitionArray()
/third_party/node/deps/v8/src/baseline/
Dbaseline-batch-compiler.cc316 isolate_->factory()->CopyWeakFixedArrayAndGrow(compilation_queue_, in EnsureQueueCapacity()
/third_party/node/deps/v8/src/heap/
Dfactory.h479 Handle<WeakFixedArray> CopyWeakFixedArrayAndGrow(Handle<WeakFixedArray> array,
Dfactory.cc2089 Handle<WeakFixedArray> Factory::CopyWeakFixedArrayAndGrow( in CopyWeakFixedArrayAndGrow() function in v8::internal::Factory