Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.cc39 Node* MachineOperatorReducer::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::MachineOperatorReducer
Dcommon-operator.cc134 const Operator* CommonOperatorBuilder::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::CommonOperatorBuilder
Dgraph-unittest.cc62 Node* GraphTest::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::GraphTest
Draw-machine-assembler.h77 Node* Int64Constant(int64_t value) { in Int64Constant() function
/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc749 Node* Int64Constant(int64_t v) { in Int64Constant() function in TestingGraph