Home
last modified time | relevance | path

Searched defs:Int64Constant (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Djs-graph.cc198 Node* JSGraph::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::JSGraph
Dmachine-operator-reducer.cc43 Node* MachineOperatorReducer::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::MachineOperatorReducer
Dcode-assembler.cc167 Node* CodeAssembler::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::CodeAssembler
Dcommon-operator.cc1030 const Operator* CommonOperatorBuilder::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::CommonOperatorBuilder
Draw-machine-assembler.h90 Node* Int64Constant(int64_t value) { in Int64Constant() function
Dwasm-compiler.cc475 Node* WasmGraphBuilder::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::WasmGraphBuilder
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp372 Node Int64Constant(int64_t Value) { in Int64Constant() function in IceBuilder