Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-object-gen.cc361 std::tie(array, elements) = AllocateUninitializedJSArrayWithElements( in FastGetOwnValuesOrEntries()
745 std::tie(array, elements) = AllocateUninitializedJSArrayWithElements( in TF_BUILTIN()
836 std::tie(array, elements) = AllocateUninitializedJSArrayWithElements( in TF_BUILTIN()
/external/v8/src/
Dcode-stub-assembler.h1372 std::pair<Node*, Node*> AllocateUninitializedJSArrayWithElements(
Dcode-stub-assembler.cc3804 CodeStubAssembler::AllocateUninitializedJSArrayWithElements( in AllocateUninitializedJSArrayWithElements() function in v8::internal::CodeStubAssembler
3887 std::tie(array, elements) = AllocateUninitializedJSArrayWithElements( in AllocateJSArray()
3915 std::tie(array, elements) = AllocateUninitializedJSArrayWithElements( in AllocateJSArray()