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

  /external/v8/test/cctest/compiler/
graph-builder-tester.h 165 Node* ChangeUint32ToTagged(Node* a) {
166 return NewNode(simplified()->ChangeUint32ToTagged(), a);
  /external/v8/src/compiler/
simplified-operator.h 233 const Operator* ChangeUint32ToTagged();
representation-change.cc 206 op = simplified()->ChangeUint32ToTagged();
227 op = simplified()->ChangeUint32ToTagged();
opcodes.h 235 V(ChangeUint32ToTagged) \
simplified-operator.cc 289 V(ChangeUint32ToTagged, Operator::kNoProperties, 1) \
  /external/v8/test/unittests/compiler/
simplified-operator-reducer-unittest.cc 246 graph()->NewNode(simplified()->ChangeUint32ToTagged(), param0)));
318 graph()->NewNode(simplified()->ChangeUint32ToTagged(), param0)));
simplified-operator-unittest.cc 63 PURE(ChangeUint32ToTagged, Operator::kNoProperties, 1),
  /external/v8/src/
code-stub-assembler.h 245 compiler::Node* ChangeUint32ToTagged(compiler::Node* value);
code-stub-assembler.cc     [all...]
code-stubs.cc     [all...]
builtins.cc     [all...]

Completed in 85 milliseconds