Searched refs:ComparisonOutcome (Results 1 – 3 of 3) sorted by relevance
63 typedef base::Flags<ComparisonOutcomeFlags> ComparisonOutcome; typedef65 ComparisonOutcome Invert(ComparisonOutcome);67 Type* FalsifyUndefined(ComparisonOutcome);
259 typedef base::Flags<ComparisonOutcomeFlags> ComparisonOutcome; typedef in v8::internal::compiler::Typer::Visitor261 static ComparisonOutcome Invert(ComparisonOutcome, Typer*);263 static Type* FalsifyUndefined(ComparisonOutcome, Typer*);295 static ComparisonOutcome JSCompareTyper(Type*, Type*, Typer*);399 Typer::Visitor::ComparisonOutcome Typer::Visitor::Invert( in Invert()400 ComparisonOutcome outcome, Typer* t) { in Invert()401 ComparisonOutcome result(0); in Invert()409 Type* Typer::Visitor::FalsifyUndefined(ComparisonOutcome outcome, Typer* t) { in FalsifyUndefined()933 Typer::Visitor::ComparisonOutcome Typer::Visitor::JSCompareTyper(Type* lhs, in JSCompareTyper()939 return ComparisonOutcome(kComparisonTrue) | in JSCompareTyper()[all …]
992 OperationTyper::ComparisonOutcome OperationTyper::Invert( in Invert()993 ComparisonOutcome outcome) { in Invert()994 ComparisonOutcome result(0); in Invert()1001 Type* OperationTyper::FalsifyUndefined(ComparisonOutcome outcome) { in FalsifyUndefined()