Home
last modified time | relevance | path

Searched refs:ToUTC (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Ddate.h113 int64_t ToUTC(int64_t time_ms) { in ToUTC() function
Druntime.cc8014 time = is_utc ? time : date_cache->ToUTC(static_cast<int64_t>(time)); in RUNTIME_FUNCTION()
9795 int64_t time = isolate->date_cache()->ToUTC(static_cast<int64_t>(x)); in RUNTIME_FUNCTION()