Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dgraph-unittest.cc45 Node* GraphTest::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::GraphTest
/external/v8/src/compiler/
Djs-graph.cc130 Node* JSGraph::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::JSGraph
Dmachine-operator-reducer.cc41 Node* MachineOperatorReducer::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::MachineOperatorReducer
Dcommon-operator.cc616 const Operator* CommonOperatorBuilder::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::CommonOperatorBuilder
Draw-machine-assembler.h82 Node* Int64Constant(int64_t value) { in Int64Constant() function
Dwasm-compiler.cc371 Node* WasmGraphBuilder::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::WasmGraphBuilder
/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc800 Node* Int64Constant(int64_t v) { in Int64Constant() function in v8::internal::compiler::TestingGraph