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

  /external/v8/test/cctest/compiler/
graph-builder-tester.h 153 Node* ChangeTaggedToInt32(Node* a) {
154 return NewNode(simplified()->ChangeTaggedToInt32(), a);
  /external/v8/src/compiler/
simplified-operator.h 228 const Operator* ChangeTaggedToInt32();
representation-change.cc 428 op = simplified()->ChangeTaggedToInt32();
556 op = simplified()->ChangeTaggedToInt32();
opcodes.h 230 V(ChangeTaggedToInt32) \
simplified-operator.cc 284 V(ChangeTaggedToInt32, Operator::kNoProperties, 1) \
  /external/v8/test/unittests/compiler/
simplified-operator-reducer-unittest.cc 273 // ChangeTaggedToInt32
280 simplified()->ChangeTaggedToInt32(),
291 simplified()->ChangeTaggedToInt32(),
simplified-operator-unittest.cc 59 PURE(ChangeTaggedToInt32, Operator::kNoProperties, 1),

Completed in 94 milliseconds