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

  /external/v8/src/compiler/
type-cache.h 45 Type const kSingletonOne = CreateRange(1.0, 1.0);
operation-typer.cc 279 if (type.Is(singleton_true_)) return cache_.kSingletonOne;
475 type = cache_.kSingletonOne;
    [all...]
typer.cc 449 return NumberSubtract(type, t->cache_.kSingletonOne, t);
457 return NumberAdd(type, t->cache_.kSingletonOne, t);
    [all...]

Completed in 48 milliseconds