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

  /external/v8/src/builtins/
builtins-date.cc 137 date = isolate->date_cache()->ToUTC(static_cast<int64_t>(date));
148 void ToDateString(double time_val, Vector<char> str, DateCache* date_cache,
155 int64_t local_time_ms = date_cache->ToLocal(time_ms);
157 date_cache->BreakDownTime(local_time_ms, &year, &month, &day, &weekday, &hour,
159 int timezone_offset = -date_cache->TimezoneOffset(time_ms);
162 const char* local_timezone = date_cache->LocalTimezone(time_ms);
187 time_val = isolate->date_cache()->ToUTC(static_cast<int64_t>(time_val));
201 ToDateString(time_val, ArrayVector(buffer), isolate->date_cache());
279 time_val = isolate->date_cache()->ToUTC(static_cast<int64_t>(time_val));
370 int64_t local_time_ms = isolate->date_cache()->ToLocal(time_ms)
    [all...]
  /external/v8/src/
isolate.h     [all...]
assembler.cc     [all...]
objects-debug.cc 539 Smi::cast(isolate->date_cache()->stamp())->value());
    [all...]
objects.cc 19041 DateCache* date_cache = GetIsolate()->date_cache(); local
    [all...]
objects.h     [all...]
api.cc     [all...]

Completed in 347 milliseconds