Home
last modified time | relevance | path

Searched defs:time (Results 1 – 25 of 63) sorted by relevance

123

/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dtime.h29 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/
Djit_dfx.h88 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/
Dtime_utils.cpp36 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/
Dloop.ts22 var time = new Date().getTime() - start variable
/arkcompiler/runtime_core/static_core/runtime/
Dtime_utils.cpp22 namespace ark::time { namespace
62 std::time_t time = std::time(nullptr); in GetCurrentTimeString() local
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-ts-ternary-operator-3.ts17 let time = 1; variable
/arkcompiler/runtime_core/libpandabase/os/
Dtime.cpp24 namespace panda::os::time { namespace
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dtime.h27 struct timeval time = {0, 0}; in GetClockTime() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dtime.h26 struct timespec time = {0, 0}; in GetClockTime() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1_analytics.cpp39 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/
Dpgo_trace.h83 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/
Dtime.h28 struct timeval time = {0, 0}; in GetClockTime() local
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.cpp23 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/
Dtime.cpp18 namespace ark::os::time { namespace
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_treeset.js243 time = 0; field in A
244 constructor(time) { argument
272 time = 0; field in A
273 constructor(time) { argument
/arkcompiler/runtime_core/libpandabase/utils/
Dtime.cpp20 namespace panda::time { namespace
/arkcompiler/runtime_core/libabckit/src/
Dscoped_timer.cpp20 void ScopedTimer::LogTime(const std::string &name, int64_t time) in LogTime()
/arkcompiler/ets_runtime/test/workload/objaccess/
Dobjaccess.ts44 var time = new Date().getTime() - start; variable
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dcancellation_token.cpp25 time_t time = std::time(nullptr); in ThrottledCancellationCheck() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dtime.cpp20 namespace ark::time { namespace
/arkcompiler/ets_runtime/common_components/heap/collector/
Dgc_infos.h42 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/
Dadd_log_dynamic_test.cpp47 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/
DbuiltinDateGetTime.ts48 let time = new Date('July 20, 99 20:17:40 GMT+00:00') variable
/arkcompiler/ets_runtime/test/perform/number/
Dnumber.js23 let time = (end - start); variable
/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.h53 uint64_t time; member

123