HomeSort by relevance Sort by last modified time
    Searched refs:OneConstant (Results 1 - 7 of 7) sorted by null

  /external/v8/test/cctest/compiler/
test-js-constant-cache.cc 140 Node* one = T.OneConstant();
168 CHECK_EQ(one, T.OneConstant());
197 CHECK_EQ(T.OneConstant(), T.OneConstant());
207 T.OneConstant(), T.NaNConstant(), T.Constant(21),
290 CHECK(T.TypeOf(T.OneConstant())->Is(Type::Number()));
324 CheckGetCachedNodesContains(&T, T.OneConstant());
456 T.OneConstant(),
test-osr.cc 151 T.NewOsrPhi(loop, T.jsgraph.OneConstant(), 0, T.jsgraph.ZeroConstant());
171 T.NewOsrPhi(loop, T.jsgraph.OneConstant(), 0, T.jsgraph.ZeroConstant());
202 T.NewOsrPhi(loop, T.jsgraph.OneConstant(), 0, T.jsgraph.ZeroConstant());
234 T.NewOsrPhi(loop, T.jsgraph.OneConstant(), 0, T.jsgraph.ZeroConstant());
273 T.NewOsrPhi(loop, T.jsgraph.OneConstant(), 0, T.jsgraph.ZeroConstant(),
481 Node* inc = jsgraph->graph()->NewNode(&kIntAdd, phi, jsgraph->OneConstant());
test-loop-analysis.cc 46 one(jsgraph.OneConstant()),
  /external/v8/src/compiler/
js-graph.cc 96 Node* JSGraph::OneConstant() {
139 if (bit_cast<int64_t>(value) == bit_cast<int64_t>(1.0)) return OneConstant();
146 if (value == 1) return OneConstant();
js-graph.h 57 Node* OneConstant();
bytecode-graph-builder.cc     [all...]
ast-graph-builder.cc     [all...]

Completed in 450 milliseconds