Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1_analytics.cpp30 void G1Analytics::ReportScanRemsetStart(uint64_t time) in ReportScanRemsetStart()
35 void G1Analytics::ReportScanRemsetEnd(uint64_t time) in ReportScanRemsetEnd()
40 void G1Analytics::ReportMarkingStart(uint64_t time) in ReportMarkingStart()
45 void G1Analytics::ReportMarkingEnd(uint64_t time) in ReportMarkingEnd()
50 void G1Analytics::ReportEvacuationStart(uint64_t time) in ReportEvacuationStart()
55 void G1Analytics::ReportEvacuationEnd(uint64_t time) in ReportEvacuationEnd()
60 void G1Analytics::ReportUpdateRefsStart(uint64_t time) in ReportUpdateRefsStart()
65 void G1Analytics::ReportUpdateRefsEnd(uint64_t time) in ReportUpdateRefsEnd()
94 void G1Analytics::ReportCollectionStart(uint64_t time) in ReportCollectionStart()
/arkcompiler/runtime_core/static_core/runtime/
Dtime_utils.cpp22 namespace panda::time { namespace
62 std::time_t time = std::time(nullptr); in GetCurrentTimeString() local
/arkcompiler/ets_runtime/test/workload/loop/
Dloop.ts22 var time = new Date().getTime() - start variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-ts-ternary-operator-3.ts17 let time = 1; variable
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dstrict_mode_error.ts22 time: number = foo(); property in A
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dstrict_mode_error.ts22 time: number = foo(); property in A
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.cpp21 bool DateParse::ParseDateString(const char *str, int length, int *time) in ParseDateString()
345 bool DateParse::TimeZone::SetTimeZone(int *time) in SetTimeZone()
358 bool DateParse::TimeValue::SetTimeValue(int *time) in SetTimeValue()
381 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()
311 double time = MakeTime(hours, minutes, seconds, ms); in LocalParseStringToMs() local
379 double time = MakeTime(hours, minutes, seconds, ms); in UtcParseStringToMs() local
464 double time = MakeTime(hours, minutes, seconds, ms); in IsoParseStringToMs() local
479 int time[TIMEZONE + 1]; in GetTimeFromString() local
600 double time = MakeTime(hours, minutes, seconds, ms); in UTC() local
/arkcompiler/runtime_core/static_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/platforms/unix/libpandabase/
Dtime.h26 struct timespec time = {0, 0}; in GetClockTime() local
/arkcompiler/runtime_core/static_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/static_core/libpandabase/os/
Dtime.cpp18 namespace panda::os::time { namespace
/arkcompiler/runtime_core/libpandabase/utils/
Dtime.cpp20 namespace panda::time { namespace
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dtime.cpp20 namespace panda::time { namespace
/arkcompiler/ets_runtime/test/workload/objaccess/
Dobjaccess.ts44 var time = new Date().getTime() - start; 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/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsampling_processor.cpp87 struct timespec time; in GetMicrosecondsTimeStamp() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dtime_utils_test.cpp33 namespace panda::time::test { namespace
/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
/arkcompiler/toolchain/tooling/client/domain/
Dheapprofiler_client.cpp274 char time[16]; in SaveHeapSnapshotAndAllocationTrackData() local
314 char time[16]; in SaveHeapsamplingData() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_test.cpp85 double const time = ecmascript::JSDate::MakeTime(0, 0, 0, 0); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.cpp219 void CompilerLog::AddMethodTime(const std::string& name, uint32_t id, double time) in AddMethodTime()
225 void CompilerLog::AddPassTime(const std::string& name, double time) in AddPassTime()

12