Home
last modified time | relevance | path

Searched refs:NewImpl (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dnode.cc58 Node* Node::NewImpl(Zone* zone, NodeId id, const Operator* op, int input_count, in NewImpl() function in v8::internal::compiler::Node
133 return NewImpl(zone, id, op, input_count, inputs, has_extensible_inputs); in New()
141 Node* const clone = NewImpl(zone, id, node->op(), input_count, inputs, false); in Clone()
Dnode.h157 inline static Node* NewImpl(Zone* zone, NodeId id, const Operator* op,