Home
last modified time | relevance | path

Searched defs:Uint64Constant (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dgraph-assembler.cc73 Node* GraphAssembler::Uint64Constant(uint64_t value) { in Uint64Constant() function in v8::internal::compiler::GraphAssembler
Dcode-assembler.h525 TNode<Uint64T> Uint64Constant(uint64_t value) { in Uint64Constant() function