Home
last modified time | relevance | path

Searched refs:AllocateUninitializedJSArrayWithElements (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-object-gen.cc321 std::tie(array, elements) = AllocateUninitializedJSArrayWithElements( in FastGetOwnValuesOrEntries()
513 std::tie(array, elements) = AllocateUninitializedJSArrayWithElements( in TF_BUILTIN()
643 std::tie(array, elements) = AllocateUninitializedJSArrayWithElements( in TF_BUILTIN()
Dbuiltins-regexp-gen.cc119 AllocateUninitializedJSArrayWithElements( in AllocateRegExpResult()
131 AllocateUninitializedJSArrayWithElements( in AllocateRegExpResult()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h1962 AllocateUninitializedJSArrayWithElements(
Dcode-stub-assembler.cc4028 CodeStubAssembler::AllocateUninitializedJSArrayWithElements( in AllocateUninitializedJSArrayWithElements() function in v8::internal::CodeStubAssembler
4169 std::tie(array, elements) = AllocateUninitializedJSArrayWithElements( in AllocateJSArray()