Searched defs:int64_t (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_date.cpp | 33 void DateUtils::TransferTimeToDate(int64_t timeMs, std::array<int64_t, DATE_LENGTH> *date) in TransferTimeToDate() 78 void DateUtils::GetYearFromDays(std::array<int64_t, DATE_LENGTH> *date) in GetYearFromDays() 650 bool JSDate::GetThisDateValues(JSThread *thread, std::array<int64_t, DATE_LENGTH> *date, bool isLoc… in GetThisDateValues() 858 void JSDate::GetDateValues(JSThread *thread, double timeMs, std::array<int64_t, DATE_LENGTH> *date,… in GetDateValues() 922 double JSDate::SetDateValues(const std::array<int64_t, DATE_LENGTH> *date, bool isLocal) in SetDateValues()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | vregister.h | 400 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/ |
| D | debug_interface.h | 292 …virtual void MonitorWait(PtThread /* thread */, ObjectHeader * /* object */, int64_t /* timeout */… in MonitorWait() argument 393 virtual void MonitorWait(PtThread /* thread */, PtObject /* object */, int64_t /* timeout */) {} in MonitorWait() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 570 std::vector<std::pair<int64_t, BB *>> &cases) in CreateSwitchInternal()
|