HomeSort by relevance Sort by last modified time
    Searched defs:ComparisonOutcome (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
operation-typer.h 78 typedef base::Flags<ComparisonOutcomeFlags> ComparisonOutcome;
83 ComparisonOutcome Invert(ComparisonOutcome);
85 Type FalsifyUndefined(ComparisonOutcome);
typer.cc 252 typedef base::Flags<ComparisonOutcomeFlags> ComparisonOutcome;
254 static ComparisonOutcome Invert(ComparisonOutcome, Typer*);
255 static Type FalsifyUndefined(ComparisonOutcome, Typer*);
303 static ComparisonOutcome JSCompareTyper(Type, Type, Typer*);
304 static ComparisonOutcome NumberCompareTyper(Type, Type, Typer*);
418 Typer::Visitor::ComparisonOutcome Typer::Visitor::Invert(
419 ComparisonOutcome outcome, Typer* t) {
420 ComparisonOutcome result(0);
427 Type Typer::Visitor::FalsifyUndefined(ComparisonOutcome outcome, Typer* t)
    [all...]

Completed in 428 milliseconds