| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | time.h | 29 struct timespec time = {0, 0}; in GetClockTime() local 57 …auto time = std::chrono::duration<double>(stoull(timeStr) / static_cast<double>(clockTicksPerSecon… in GetStartRealTime() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_dfx.h | 87 void RecordSpentTimeAndPrintStatsLogInJsThread(int time) in RecordSpentTimeAndPrintStatsLogInJsThread() 103 void SetTotalTimeOnMainThread(int time) in SetTotalTimeOnMainThread() 113 void SetSingleTimeOnMainThread(int time) in SetSingleTimeOnMainThread() 123 void SetTotalTimeOnJitThread(int time) in SetTotalTimeOnJitThread() 133 void SetSingleTimeOnJitThread(int time) in SetSingleTimeOnJitThread() 182 void SetLockHoldingTime(int time) in SetLockHoldingTime() 228 bool ReportBlockUIEvent(int time) in ReportBlockUIEvent()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_trace.h | 83 void SetProfileBytecodeTime(float time) in SetProfileBytecodeTime() 161 void SetMergeTime(float time) in SetMergeTime() 166 void SetSaveTime(float time) in SetSaveTime() 171 void SetMergeWithExistProfileTime(float time) in SetMergeWithExistProfileTime()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1_analytics.cpp | 38 void G1Analytics::ReportMarkingStart(uint64_t time) in ReportMarkingStart() 43 void G1Analytics::ReportMarkingEnd(uint64_t time, size_t remsetRefsCount) in ReportMarkingEnd() 49 void G1Analytics::ReportScanDirtyCardsStart(uint64_t time) in ReportScanDirtyCardsStart() 54 void G1Analytics::ReportScanDirtyCardsEnd(uint64_t time, size_t dirtyCardsCount) in ReportScanDirtyCardsEnd() 60 void G1Analytics::ReportEvacuationStart(uint64_t time) in ReportEvacuationStart() 65 void G1Analytics::ReportEvacuationEnd(uint64_t time) in ReportEvacuationEnd() 70 void G1Analytics::ReportUpdateRefsStart(uint64_t time) in ReportUpdateRefsStart() 75 void G1Analytics::ReportUpdateRefsEnd(uint64_t time) in ReportUpdateRefsEnd() 123 void G1Analytics::ReportCollectionStart(uint64_t time) in ReportCollectionStart()
|
| D | g1_analytics.h | 54 void ReportPredictedMixedPause(uint64_t time) in ReportPredictedMixedPause()
|
| /arkcompiler/ets_runtime/test/workload/loop/ |
| D | loop.ts | 22 var time = new Date().getTime() - start variable
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | time_utils.cpp | 22 namespace ark::time { namespace 62 std::time_t time = std::time(nullptr); in GetCurrentTimeString() local
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-ts-ternary-operator-3.ts | 17 let time = 1; variable
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | time.h | 26 struct timespec time = {0, 0}; in GetClockTime() local
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| D | time.h | 27 struct timeval time = {0, 0}; in GetClockTime() local
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | time.cpp | 29 namespace panda::os::time { namespace
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | time.h | 28 struct timeval time = {0, 0}; in GetClockTime() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | date_parse.cpp | 19 bool DateParse::ParseDateString(const char *str, int length, int *time) in ParseDateString() 343 bool DateParse::TimeZone::SetTimeZone(int *time) in SetTimeZone() 356 bool DateParse::TimeValue::SetTimeValue(int *time) in SetTimeValue() 379 bool DateParse::DayValue::SetDayValue(int *time) in SetDayValue()
|
| D | js_date.cpp | 169 double JSDate::MakeDate(double day, double time) in MakeDate() 179 double JSDate::TimeClip(double time) in TimeClip() 308 double time = MakeTime(hours, minutes, seconds, ms); in LocalParseStringToMs() local 372 double time = MakeTime(hours, minutes, seconds, ms); in UtcParseStringToMs() local 457 double time = MakeTime(hours, minutes, seconds, ms); in IsoParseStringToMs() local 472 int time[TIMEZONE + 1]; in GetTimeFromString() local 593 double time = MakeTime(hours, minutes, seconds, ms); in UTC() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | time.cpp | 18 namespace ark::os::time { namespace
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | time.cpp | 20 namespace panda::time { namespace
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | time.cpp | 20 namespace ark::time { namespace
|
| /arkcompiler/ets_runtime/test/workload/objaccess/ |
| D | objaccess.ts | 44 var time = new Date().getTime() - start; variable
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/date/GetTime/ |
| D | builtinDateGetTime.ts | 48 let time = new Date('July 20, 99 20:17:40 GMT+00:00') variable
|
| /arkcompiler/ets_runtime/test/perform/number/ |
| D | number.js | 23 let time = (end - start); variable
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | compile_method.h | 53 uint64_t time; member
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | time_utils_test.cpp | 33 namespace ark::time::test { namespace
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | sampling_processor.cpp | 110 struct timespec time; in GetMicrosecondsTimeStamp() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_date_test.cpp | 61 double const time = ecmascript::JSDate::MakeTime(0, 0, 0, 0); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
| D | mutex.cpp | 338 struct timespec time = {0, 0}; in ConvertTime() local 373 struct timespec time = ConvertTime(ms, ns); in TimedWait() local
|