Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Doperation-typer.h63 typedef base::Flags<ComparisonOutcomeFlags> ComparisonOutcome; typedef
65 ComparisonOutcome Invert(ComparisonOutcome);
67 Type* FalsifyUndefined(ComparisonOutcome);
Dtyper.cc259 typedef base::Flags<ComparisonOutcomeFlags> ComparisonOutcome; typedef in v8::internal::compiler::Typer::Visitor
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( 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 …]
Doperation-typer.cc992 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()