Home
last modified time | relevance | path

Searched defs:int64_t (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp31 void DateUtils::TransferTimeToDate(int64_t timeMs, std::array<int64_t, DATE_LENGTH> *date) in TransferTimeToDate()
75 void DateUtils::GetYearFromDays(std::array<int64_t, DATE_LENGTH> *date) in GetYearFromDays()
641 bool JSDate::GetThisDateValues(JSThread *thread, std::array<int64_t, DATE_LENGTH> *date, bool isLoc… in GetThisDateValues()
849 void JSDate::GetDateValues(JSThread *thread, double timeMs, std::array<int64_t, DATE_LENGTH> *date,… in GetDateValues()
920 double JSDate::SetDateValues(const std::array<int64_t, DATE_LENGTH> *date, bool isLocal) in SetDateValues()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dvregister.h400 ALWAYS_INLINE inline void Move(std::pair<int64_t, int64_t> value) in Move()
494 ALWAYS_INLINE inline void Move(std::pair<int64_t, int64_t> value) in Move()
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h281 …virtual void MonitorWait(PtThread /* thread */, ObjectHeader * /* object */, int64_t /* timeout */… in MonitorWait() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp441 std::vector<std::pair<int64_t, BB *>> &cases) in CreateSwitchInternal()
/arkcompiler/runtime_core/taihe/test/ani_namespace/author/src/
Dns_alltest.functiontest.impl.cpp1106 bool BaseFunctionTest60(map_view<int64_t, bool> param1) in BaseFunctionTest60()
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers_nullptr.cpp470 void TestNullptr(AbckitInst *(*apiToCheck)(AbckitGraph *, int64_t)) in TestNullptr() argument