Searched defs:Uint64Constant (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ | ||
D | graph-assembler.cc | 73 Node* GraphAssembler::Uint64Constant(uint64_t value) { in Uint64Constant() function in v8::internal::compiler::GraphAssembler |
D | code-assembler.h | 525 TNode<Uint64T> Uint64Constant(uint64_t value) { in Uint64Constant() function |