Home
last modified time | relevance | path

Searched defs:time (Results 1 – 25 of 52) 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.h87 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/
Dpgo_trace.h83 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/
Dg1_analytics.cpp38 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()
Dg1_analytics.h54 void ReportPredictedMixedPause(uint64_t time) in ReportPredictedMixedPause()
/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/platforms/unix/libpandabase/
Dtime.h26 struct timespec time = {0, 0}; in GetClockTime() local
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dtime.h27 struct timeval time = {0, 0}; in GetClockTime() local
/arkcompiler/runtime_core/libpandabase/os/
Dtime.cpp29 namespace panda::os::time { namespace
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dtime.h28 struct timeval time = {0, 0}; in GetClockTime() local
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.cpp19 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()
Djs_date.cpp169 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/
Dtime.cpp18 namespace ark::os::time { namespace
/arkcompiler/runtime_core/libpandabase/utils/
Dtime.cpp20 namespace panda::time { namespace
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dtime.cpp20 namespace ark::time { namespace
/arkcompiler/ets_runtime/test/workload/objaccess/
Dobjaccess.ts44 var time = new Date().getTime() - start; variable
/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
/arkcompiler/runtime_core/static_core/runtime/tests/
Dtime_utils_test.cpp33 namespace ark::time::test { namespace
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsampling_processor.cpp110 struct timespec time; in GetMicrosecondsTimeStamp() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_test.cpp61 double const time = ecmascript::JSDate::MakeTime(0, 0, 0, 0); in HWTEST_F_L0() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.cpp338 struct timespec time = {0, 0}; in ConvertTime() local
373 struct timespec time = ConvertTime(ms, ns); in TimedWait() local

123