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

  /external/chromium_org/v8/src/compiler/
simplified-operator.h 111 const Operator* NumberToInt32();
opcodes.h 144 V(NumberToInt32) \
simplified-operator.cc 109 V(NumberToInt32, Operator::kNoProperties, 1) \
simplified-operator-unittest.cc 56 PURE(NumberToInt32, Operator::kNoProperties, 1),
js-typed-lowering.cc 212 const Operator* op = is_signed ? simplified()->NumberToInt32()
  /external/chromium_org/v8/test/cctest/compiler/
simplified-graph-builder.h 79 Node* NumberToInt32(Node* a) {
80 return NewNode(simplified()->NumberToInt32(), a);
test-simplified-lowering.cc 62 // TODO(titzer): test tagged representation for input to NumberToInt32.
71 Node* convert = t.NumberToInt32(loaded);
927 t.simplified()->NumberToInt32());
930 t.simplified()->NumberToInt32());
974 // NumberToInt32(x: kRepTagged | kTypeInt32) used as kRepTagged
976 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToInt32(), t.p0);
    [all...]
  /external/chromium_org/v8/src/
conversions.h 189 inline int32_t NumberToInt32(Object* number) {
runtime.cc     [all...]
objects.cc     [all...]

Completed in 375 milliseconds