Home
last modified time | relevance | path

Searched refs:kMaxTimeInMs (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Ddate.h27 static const int64_t kMaxTimeInMs = variable
32 static const int64_t kMaxTimeBeforeUTCInMs = kMaxTimeInMs + kMsPerMonth;
Ddate.cc71 if (-kMaxTimeInMs <= time && time <= kMaxTimeInMs) { in TimeClip()
Dobjects.cc18395 if (-DateCache::kMaxTimeInMs <= tv && tv <= DateCache::kMaxTimeInMs) { in New()
/external/v8/src/compiler/
Dtype-cache.h110 CreateRange(-DateCache::kMaxTimeInMs, DateCache::kMaxTimeInMs);