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

  /external/chromium_org/v8/test/cctest/compiler/
test-js-constant-cache.cc 56 Node* zero = T.ZeroConstant();
81 Node* zero = T.ZeroConstant();
113 CHECK_EQ(zero, T.ZeroConstant());
184 CHECK_EQ(T.ZeroConstant(), T.ZeroConstant());
190 CHECK_EQ(T.ZeroConstant(), T.ZeroConstant());
200 T.FalseConstant(), T.NullConstant(), T.ZeroConstant(),
283 CHECK(T.upper(T.ZeroConstant())->Is(Type::Number()));
  /external/chromium_org/v8/src/compiler/
js-graph.cc 76 Node* JSGraph::ZeroConstant() {
137 if (bit_cast<int64_t>(value) == bit_cast<int64_t>(0.0)) return ZeroConstant();
144 if (value == 0) return ZeroConstant();
js-graph.h 43 Node* ZeroConstant();
change-lowering.cc 70 Node* context = jsgraph()->ZeroConstant();
js-typed-lowering.cc 446 return ReplaceWith(jsgraph()->ZeroConstant());
519 jsgraph()->ZeroConstant());
ast-graph-builder.cc 665 cache_length, jsgraph()->ZeroConstant());
676 environment()->Push(jsgraph()->ZeroConstant());
726 jsgraph()->ZeroConstant());
    [all...]

Completed in 3896 milliseconds