Searched refs:OneConstant (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/compiler/
H A Djs-graph.cc129 Node* JSGraph::OneConstant() { function in class:v8::internal::compiler::JSGraph
172 if (bit_cast<int64_t>(value) == bit_cast<int64_t>(1.0)) return OneConstant();
179 if (value == 1) return OneConstant();
185 if (value == 1) return OneConstant();
H A Djs-graph.h64 Node* OneConstant();
H A Djs-builtin-reducer.cc440 jsgraph()->OneConstant());
568 jsgraph()->OneConstant());
776 jsgraph()->OneConstant());
903 jsgraph()->OneConstant());
1845 jsgraph()->OneConstant());
H A Dbytecode-graph-builder.cc1689 Node* right = jsgraph()->OneConstant();
1973 index, jsgraph()->OneConstant());
H A Dast-graph-builder.cc1873 Node* value = BuildBinaryOp(old_value, jsgraph()->OneConstant(),

Completed in 570 milliseconds