Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dgraph-assembler.cc54 return AddClonedNode(mcgraph()->IntPtrConstant(value)); in IntPtrConstant()
58 return AddClonedNode(mcgraph()->UintPtrConstant(value)); in UintPtrConstant()
62 return AddClonedNode(mcgraph()->Int32Constant(value)); in Int32Constant()
66 return AddClonedNode(mcgraph()->Uint32Constant(value)); in Uint32Constant()
70 return AddClonedNode(mcgraph()->Int64Constant(value)); in Int64Constant()
74 return AddClonedNode(mcgraph()->Uint64Constant(value)); in Uint64Constant()
85 return AddClonedNode(jsgraph()->SmiConstant(value)); in SmiConstant()
89 return AddClonedNode(mcgraph()->Float64Constant(value)); in Float64Constant()
94 AddClonedNode(jsgraph()->HeapConstant(object))); in HeapConstant()
98 return TNode<Object>::UncheckedCast(AddClonedNode(jsgraph()->Constant(ref))); in Constant()
[all …]
Dgraph-assembler.h436 V8_INLINE Node* AddClonedNode(Node* node);