Searched defs:int64_t (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_date.cpp | 34 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() 632 bool JSDate::GetThisDateValues(std::array<int64_t, DATE_LENGTH> *date, bool isLocal) const in GetThisDateValues() 817 void JSDate::GetDateValues(double timeMs, std::array<int64_t, DATE_LENGTH> *date, bool isLocal) in GetDateValues() 883 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_frontend/es2panda/typescript/extractor/ |
D | typeSystem.h | 386 const ArenaMap<int64_t, int64_t> *indexSignatures) in IndexSigType() 410 void FillLiteralBuffer(const ArenaMap<int64_t, int64_t> *indexSignatures) in FillLiteralBuffer()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
D | lmir_builder.cpp | 545 std::vector<std::pair<int64_t, BB *>> &cases) in CreateSwitchInternal()
|