Home
last modified time | relevance | path

Searched defs:timeMs (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dtime.cpp21 int64_t GetLocalOffsetFromOS([[maybe_unused]] int64_t timeMs, bool isLocal) in GetLocalOffsetFromOS()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dtime.cpp24 int64_t GetLocalOffsetFromOS(int64_t timeMs, bool isLocal) in GetLocalOffsetFromOS()
/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp34 void DateUtils::TransferTimeToDate(int64_t timeMs, std::array<int64_t, DATE_LENGTH> *date) in TransferTimeToDate() argument
243 int64_t JSDate::GetLocalOffsetInMin(const JSThread *thread, int64_t timeMs, bool isLocal) in GetLocalOffsetInMin()
636 double timeMs = this->GetTimeValue().GetDouble(); in GetThisDateValues() local
664 CString JSDate::ToDateString(double timeMs) in ToDateString()
819 void JSDate::GetDateValues(double timeMs, std::array<int64_t, DATE_LENGTH> *date, bool isLocal) in GetDateValues()
833 double JSDate::GetDateValue(double timeMs, uint8_t code, bool isLocal) const in GetDateValue()
847 double timeMs = this->GetTimeValue().GetDouble(); in SetDateValue() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_controller.cpp179 const BytesAndDuration &initial, const double timeMs) in CalculateAverageSpeed()