Searched refs:AllocateJSIteratorResultForEntry (Results 1 – 4 of 4) sorted by relevance
1689 AllocateJSIteratorResultForEntry(context, entry_key, var_value.value()); in TF_BUILTIN()1896 Node* result = AllocateJSIteratorResultForEntry(context, var_value.value(), in TF_BUILTIN()
3692 AllocateJSIteratorResultForEntry(context, index, var_value.value()); in TF_BUILTIN()
1441 Node* AllocateJSIteratorResultForEntry(Node* context, Node* key, Node* value);
11980 Node* CodeStubAssembler::AllocateJSIteratorResultForEntry(Node* context, in AllocateJSIteratorResultForEntry() function in v8::internal::CodeStubAssembler