Home
last modified time | relevance | path

Searched defs:Float64Constant (Results 1 – 8 of 8) sorted by relevance

/external/v8/test/unittests/compiler/
Dgraph-unittest.cc35 Node* GraphTest::Float64Constant(volatile double value) { in Float64Constant() function in v8::internal::compiler::GraphTest
Dcommon-operator-unittest.cc322 TEST_F(CommonOperatorTest, Float64Constant) { in TEST_F() argument
/external/v8/src/compiler/
Djs-graph.cc157 Node* JSGraph::Float64Constant(double value) { in Float64Constant() function in v8::internal::compiler::JSGraph
Dmachine-operator-reducer.cc31 Node* MachineOperatorReducer::Float64Constant(volatile double value) { in Float64Constant() function in v8::internal::compiler::MachineOperatorReducer
Dcommon-operator.cc634 const Operator* CommonOperatorBuilder::Float64Constant(volatile double value) { in Float64Constant() function in v8::internal::compiler::CommonOperatorBuilder
Draw-machine-assembler.h91 Node* Float64Constant(double value) { in Float64Constant() function
Dwasm-compiler.cc911 Node* WasmGraphBuilder::Float64Constant(double value) { in Float64Constant() function in v8::internal::compiler::WasmGraphBuilder
/external/v8/test/cctest/compiler/
Dtest-instruction.cc60 Node* Float64Constant(double val) { in Float64Constant() function in v8::internal::compiler::InstructionTester