Searched refs:ObjectIsNaN (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | typed-optimization.cc | 487 NodeProperties::ChangeOp(node, simplified()->ObjectIsNaN()); in ReduceSameValue() 492 NodeProperties::ChangeOp(node, simplified()->ObjectIsNaN()); in ReduceSameValue()
|
D | simplified-operator.h | 713 const Operator* ObjectIsNaN(); in NON_EXPORTED_BASE()
|
D | typer.cc | 293 static Type ObjectIsNaN(Type, Typer*); 600 Type Typer::Visitor::ObjectIsNaN(Type type, Typer* t) { in ObjectIsNaN() function in v8::internal::compiler::Typer::Visitor 2137 return TypeUnaryOp(node, ObjectIsNaN); in TypeObjectIsNaN()
|
D | opcodes.h | 408 V(ObjectIsNaN) \
|
D | simplified-operator.cc | 743 V(ObjectIsNaN, Operator::kNoProperties, 1, 0) \
|
D | js-typed-lowering.cc | 884 graph()->NewNode(simplified()->ObjectIsNaN(), r.left())); in ReduceJSStrictEqual()
|
D | js-call-reducer.cc | 6289 Node* value = graph()->NewNode(simplified()->ObjectIsNaN(), input); in ReduceNumberIsNaN()
|