Home
last modified time | relevance | path

Searched refs:ObjectIsSymbol (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dsimplified-operator.h720 const Operator* ObjectIsSymbol(); in NON_EXPORTED_BASE()
Dtyper.cc300 static Type ObjectIsSymbol(Type, Typer*);
641 Type Typer::Visitor::ObjectIsSymbol(Type type, Typer* t) { in ObjectIsSymbol() function in v8::internal::compiler::Typer::Visitor
2165 return TypeUnaryOp(node, ObjectIsSymbol); in TypeObjectIsSymbol()
Dopcodes.h415 V(ObjectIsSymbol) \
Dsimplified-operator.cc750 V(ObjectIsSymbol, Operator::kNoProperties, 1, 0) \
Dbytecode-graph-builder.cc2503 result = NewNode(simplified()->ObjectIsSymbol(), object); in VisitTestTypeOf()