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

  /external/v8/src/compiler/
type-cache.h 79 Type const kSafeInteger = CreateRange(-kMaxSafeInteger, kMaxSafeInteger);
83 Type::Union(kSafeInteger, Type::MinusZero(), zone());
simplified-lowering.cc     [all...]
operation-typer.cc 683 return result = Type::Intersect(result, cache_.kSafeInteger, zone());
    [all...]
js-typed-lowering.cc     [all...]

Completed in 65 milliseconds