Home
last modified time | relevance | path

Searched defs:UintPtrConstant (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-graph.cc35 Node* MachineGraph::UintPtrConstant(uintptr_t value) { in UintPtrConstant() function in v8::internal::compiler::MachineGraph
Dgraph-assembler.cc57 Node* GraphAssembler::UintPtrConstant(uintptr_t value) { in UintPtrConstant() function in v8::internal::compiler::GraphAssembler
Dcode-assembler.h532 TNode<UintPtrT> UintPtrConstant(uintptr_t value) { in UintPtrConstant() function