Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyper.cc316 static Type SameValueTyper(Type, Type, Typer*);
1887 Type Typer::Visitor::SameValueTyper(Type lhs, Type rhs, Typer* t) { in SameValueTyper() function in v8::internal::compiler::Typer::Visitor
1892 return TypeBinaryOp(node, SameValueTyper); in TypeSameValue()