Searched defs:UintPtrConstant (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/ | ||
D | machine-graph.cc | 35 Node* MachineGraph::UintPtrConstant(uintptr_t value) { in UintPtrConstant() function in v8::internal::compiler::MachineGraph |
D | graph-assembler.cc | 57 Node* GraphAssembler::UintPtrConstant(uintptr_t value) { in UintPtrConstant() function in v8::internal::compiler::GraphAssembler |
D | code-assembler.h | 532 TNode<UintPtrT> UintPtrConstant(uintptr_t value) { in UintPtrConstant() function |