Searched refs:ObjectIsUndetectable (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | simplified-operator.h | 721 const Operator* ObjectIsUndetectable(); in NON_EXPORTED_BASE()
|
D | typed-optimization.cc | 617 0, graph()->NewNode(simplified()->ObjectIsUndetectable(), input)); in ReduceToBoolean()
|
D | typer.cc | 301 static Type ObjectIsUndetectable(Type, Typer*); 647 Type Typer::Visitor::ObjectIsUndetectable(Type type, Typer* t) { in ObjectIsUndetectable() function in v8::internal::compiler::Typer::Visitor 2169 return TypeUnaryOp(node, ObjectIsUndetectable); in TypeObjectIsUndetectable()
|
D | opcodes.h | 416 V(ObjectIsUndetectable) \
|
D | simplified-operator.cc | 751 V(ObjectIsUndetectable, Operator::kNoProperties, 1, 0) \
|
D | bytecode-graph-builder.cc | 2472 Node* node = NewNode(jsgraph()->simplified()->ObjectIsUndetectable(), object); in VisitTestUndetectable() 2522 graph()->NewNode(simplified()->ObjectIsUndetectable(), object)); in VisitTestTypeOf()
|
D | js-typed-lowering.cc | 856 NodeProperties::ChangeOp(node, simplified()->ObjectIsUndetectable()); in ReduceJSEqual()
|