Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-collections-gen.cc1689 AllocateJSIteratorResultForEntry(context, entry_key, var_value.value()); in TF_BUILTIN()
1896 Node* result = AllocateJSIteratorResultForEntry(context, var_value.value(), in TF_BUILTIN()
Dbuiltins-array-gen.cc3692 AllocateJSIteratorResultForEntry(context, index, var_value.value()); in TF_BUILTIN()
/external/v8/src/
Dcode-stub-assembler.h1441 Node* AllocateJSIteratorResultForEntry(Node* context, Node* key, Node* value);
Dcode-stub-assembler.cc11980 Node* CodeStubAssembler::AllocateJSIteratorResultForEntry(Node* context, in AllocateJSIteratorResultForEntry() function in v8::internal::CodeStubAssembler