Home
last modified time | relevance | path

Searched defs:IntPtrConstant (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-graph.cc30 Node* MachineGraph::IntPtrConstant(intptr_t value) { in IntPtrConstant() function in v8::internal::compiler::MachineGraph
Dbasic-block-instrumentor.cc40 static const Operator* IntPtrConstant(CommonOperatorBuilder* common, in IntPtrConstant() function
Dgraph-assembler.cc53 Node* GraphAssembler::IntPtrConstant(intptr_t value) { in IntPtrConstant() function in v8::internal::compiler::GraphAssembler
Dcode-assembler.cc264 TNode<IntPtrT> CodeAssembler::IntPtrConstant(intptr_t value) { in IntPtrConstant() function in v8::internal::compiler::CodeAssembler
Draw-machine-assembler.h90 Node* IntPtrConstant(intptr_t value) { in IntPtrConstant() function