HomeSort by relevance Sort by last modified time
    Searched refs:kIntegerOrMinusZero (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
type-cache.h 65 Type const kIntegerOrMinusZero =
68 Type::Union(kIntegerOrMinusZero, Type::NaN(), zone());
operation-typer.cc 392 type = Type::Union(type, cache_.kIntegerOrMinusZero, zone());
458 type = Type::Union(type, cache_.kIntegerOrMinusZero, zone());
516 type = Type::Union(type, cache_.kIntegerOrMinusZero, zone());
    [all...]
typer.cc 488 if (type.Is(t->cache_.kIntegerOrMinusZero)) return type;
491 Type::Intersect(type, t->cache_.kIntegerOrMinusZero, t->zone()),
494 return t->cache_.kIntegerOrMinusZero;
    [all...]
js-typed-lowering.cc     [all...]

Completed in 86 milliseconds