Home
last modified time | relevance | path

Searched refs:FillFixedDoubleArrayWithZero (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h2055 FillFixedDoubleArrayWithZero(result, capacity); in AllocateZeroedFixedDoubleArray()
2104 void FillFixedDoubleArrayWithZero(TNode<FixedDoubleArray> array,
Dcode-stub-assembler.cc4095 FillFixedDoubleArrayWithZero(CAST(elements.value()), capacity); in AllocateUninitializedJSArrayWithElements()
4787 void CodeStubAssembler::FillFixedDoubleArrayWithZero( in FillFixedDoubleArrayWithZero() function in v8::internal::CodeStubAssembler