| /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 | 88 void RecordSpentTimeAndPrintStatsLogInJsThread(int time) in RecordSpentTimeAndPrintStatsLogInJsThread() 104 void SetTotalTimeOnMainThread(int time) in SetTotalTimeOnMainThread() 114 void SetSingleTimeOnMainThread(int time) in SetSingleTimeOnMainThread() 124 void SetTotalTimeOnJitThread(int time) in SetTotalTimeOnJitThread() 134 void SetSingleTimeOnJitThread(int time) in SetSingleTimeOnJitThread() 183 void SetLockHoldingTime(int time) in SetLockHoldingTime() 229 bool ReportBlockUIEvent(int time) in ReportBlockUIEvent()
|
| /arkcompiler/ets_runtime/common_components/base/ |
| D | time_utils.cpp | 36 struct timespec time = { 0, 0 }; in ClockTime() local 54 std::time_t time = std::time(nullptr); in GetDate() local 83 time_t time = std::chrono::system_clock::to_time_t(now); in GetTimestamp() local
|
| /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/libpandabase/os/ |
| D | time.cpp | 24 namespace panda::os::time { namespace
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| D | time.h | 27 struct timeval time = {0, 0}; in GetClockTime() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | time.h | 26 struct timespec time = {0, 0}; in GetClockTime() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1_analytics.cpp | 39 void G1Analytics::ReportMarkingStart(uint64_t time) in ReportMarkingStart() 44 void G1Analytics::ReportMarkingEnd(uint64_t time, size_t remsetRefsCount) in ReportMarkingEnd() 50 void G1Analytics::ReportScanDirtyCardsStart(uint64_t time) in ReportScanDirtyCardsStart() 55 void G1Analytics::ReportScanDirtyCardsEnd(uint64_t time, size_t dirtyCardsCount) in ReportScanDirtyCardsEnd() 61 void G1Analytics::ReportEvacuationStart(uint64_t time) in ReportEvacuationStart() 66 void G1Analytics::ReportEvacuationEnd(uint64_t time) in ReportEvacuationEnd() 71 void G1Analytics::ReportUpdateRefsStart(uint64_t time) in ReportUpdateRefsStart() 76 void G1Analytics::ReportUpdateRefsEnd(uint64_t time) in ReportUpdateRefsEnd() 105 void G1Analytics::ReportScanRemsetTime(size_t remsetSize, uint64_t time) in ReportScanRemsetTime() 130 void G1Analytics::ReportCollectionStart(uint64_t time) in ReportCollectionStart()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_trace.h | 83 void SetProfileBytecodeTime(float time) in SetProfileBytecodeTime() 160 void SetSaveTime(float time) in SetSaveTime() 165 void SetMergeWithExistProfileTime(float time) in SetMergeWithExistProfileTime()
|
| /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 | 23 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()
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | time.cpp | 18 namespace ark::os::time { namespace
|
| /arkcompiler/ets_runtime/test/moduletest/container/ |
| D | container_treeset.js | 243 time = 0; field in A 244 constructor(time) { argument 272 time = 0; field in A 273 constructor(time) { argument
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | time.cpp | 20 namespace panda::time { namespace
|
| /arkcompiler/runtime_core/libabckit/src/ |
| D | scoped_timer.cpp | 20 void ScopedTimer::LogTime(const std::string &name, int64_t time) in LogTime()
|
| /arkcompiler/ets_runtime/test/workload/objaccess/ |
| D | objaccess.ts | 44 var time = new Date().getTime() - start; variable
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | cancellation_token.cpp | 25 time_t time = std::time(nullptr); in ThrottledCancellationCheck() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | time.cpp | 20 namespace ark::time { namespace
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | gc_infos.h | 42 CString time = TimeUtil::GetTimestamp(); in BuildNodeForMarking() local 52 …GCInfoNode(const CString& name, const CString& time, uintptr_t startIp, uintptr_t ip, uintptr_t re… in GCInfoNode() 127 CString time = TimeUtil::GetTimestamp(); in BuildNodeForFix() local 138 …GCInfoNodeForFix(const CString& name, const CString& time, uintptr_t startIp, uintptr_t ip, uintpt… in GCInfoNodeForFix()
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/add_log/ |
| D | add_log_dynamic_test.cpp | 47 AbckitInst *time = nullptr; member 50 …tic void CreateEpilog(AbckitInst *inst, AbckitBasicBlock *bb, UserData *userData, AbckitInst *time) in CreateEpilog() 135 auto *time = g_dynG->iCreateCallthis0(graph, getTime, dateObj); in TransformIr() local
|
| /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
|