Home
last modified time | relevance | path

Searched refs:NewFixedDoubleArrayWithHoles (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dfactory.h148 Handle<FixedArrayBase> NewFixedDoubleArrayWithHoles(int size);
H A Dfactory.cc428 Handle<FixedArrayBase> Factory::NewFixedDoubleArrayWithHoles(int length) { in NewFixedDoubleArrayWithHoles() function in v8::internal::Factory
2390 elms = NewFixedDoubleArrayWithHoles(capacity); in NewJSArrayStorage()
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dfactory.h155 Handle<FixedArrayBase> NewFixedDoubleArrayWithHoles(int size);
H A Dfactory.cc575 Handle<FixedArrayBase> Factory::NewFixedDoubleArrayWithHoles(int length) { in NewFixedDoubleArrayWithHoles() function in v8::internal::Factory
2578 elms = NewFixedDoubleArrayWithHoles(capacity); in NewJSArrayStorage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dfactory.h167 Handle<FixedArrayBase> NewFixedDoubleArrayWithHoles(int size);
H A Dfactory.cc462 Handle<FixedArrayBase> Factory::NewFixedDoubleArrayWithHoles(int length) { in NewFixedDoubleArrayWithHoles() function in v8::internal::Factory
2241 elms = NewFixedDoubleArrayWithHoles(capacity); in NewJSArrayStorage()
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dfactory.h158 Handle<FixedArrayBase> NewFixedDoubleArrayWithHoles(
H A Dfactory.cc473 Handle<FixedArrayBase> Factory::NewFixedDoubleArrayWithHoles( in NewFixedDoubleArrayWithHoles() function in v8::internal::Factory
2860 elms = NewFixedDoubleArrayWithHoles(capacity); in NewJSArrayStorage()