Searched defs:int64_t (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_date.cpp | 31 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/ |
| 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 | 281 …virtual void MonitorWait(PtThread /* thread */, ObjectHeader * /* object */, int64_t /* timeout */… in MonitorWait() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 441 std::vector<std::pair<int64_t, BB *>> &cases) in CreateSwitchInternal()
|
| /arkcompiler/runtime_core/taihe/test/ani_namespace/author/src/ |
| D | ns_alltest.functiontest.impl.cpp | 1106 bool BaseFunctionTest60(map_view<int64_t, bool> param1) in BaseFunctionTest60()
|
| /arkcompiler/runtime_core/libabckit/tests/helpers/ |
| D | helpers_nullptr.cpp | 470 void TestNullptr(AbckitInst *(*apiToCheck)(AbckitGraph *, int64_t)) in TestNullptr() argument
|