Searched defs:Int64Constant (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ | ||
D | machine-operator-reducer.cc | 39 Node* MachineOperatorReducer::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::MachineOperatorReducer |
D | common-operator.cc | 134 const Operator* CommonOperatorBuilder::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::CommonOperatorBuilder |
D | graph-unittest.cc | 62 Node* GraphTest::Int64Constant(int64_t value) { in Int64Constant() function in v8::internal::compiler::GraphTest |
D | raw-machine-assembler.h | 77 Node* Int64Constant(int64_t value) { in Int64Constant() function |
/external/v8/test/cctest/compiler/ | ||
D | test-simplified-lowering.cc | 749 Node* Int64Constant(int64_t v) { in Int64Constant() function in TestingGraph |