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 63 typedef base::Flags<ComparisonOutcomeFlags> ComparisonOutcome;
65 ComparisonOutcome Invert(ComparisonOutcome);
67 Type* FalsifyUndefined(ComparisonOutcome);
typer.cc 259 typedef base::Flags<ComparisonOutcomeFlags> ComparisonOutcome;
261 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(
400 ComparisonOutcome outcome, Typer* t) {
401 ComparisonOutcome result(0);
409 Type* Typer::Visitor::FalsifyUndefined(ComparisonOutcome outcome, Typer* t) {
933 Typer::Visitor::ComparisonOutcome Typer::Visitor::JSCompareTyper(Type* lhs
    [all...]

Completed in 71 milliseconds