Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.cpp150 void GCStats::StatisticSTWYoungGC(Duration time, size_t aliveSize, size_t promotedSize, size_t comm… in StatisticSTWYoungGC()
169 void GCStats::StatisticPartialGC(bool concurrentMark, Duration time, size_t freeSize) in StatisticPartialGC()
202 void GCStats::StatisticFullGC(Duration time, size_t youngAndOldAliveSize, size_t youngCommitSize, in StatisticFullGC()
238 void GCStats::StatisticConcurrentMark(Duration time) in StatisticConcurrentMark()
243 void GCStats::StatisticConcurrentMarkWait(Duration time) in StatisticConcurrentMarkWait()
248 void GCStats::StatisticConcurrentEvacuate(Duration time) in StatisticConcurrentEvacuate()
253 void GCStats::StatisticConcurrentRemark(Duration time) in StatisticConcurrentRemark()
Dgc_stats.h55 size_t TimeToMicroseconds(Duration time) in TimeToMicroseconds()
/arkcompiler/runtime_core/runtime/
Dtime_utils.cpp22 namespace panda::time { namespace
62 std::time_t time = std::time(nullptr); in GetCurrentTimeString() local
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.cpp21 bool DateParse::ParseDateString(const char *str, int length, int *time) in ParseDateString()
340 bool DateParse::TimeZone::SetTimeZone(int *time) in SetTimeZone()
353 bool DateParse::TimeValue::SetTimeValue(int *time) in SetTimeValue()
376 bool DateParse::DayValue::SetDayValue(int *time) in SetDayValue()
Djs_date.cpp170 double JSDate::MakeDate(double day, double time) in MakeDate()
180 double JSDate::TimeClip(double time) in TimeClip()
313 double time = MakeTime(hours, minutes, seconds, ms); in LocalParseStringToMs() local
381 double time = MakeTime(hours, minutes, seconds, ms); in UtcParseStringToMs() local
466 double time = MakeTime(hours, minutes, seconds, ms); in IsoParseStringToMs() local
481 int time[TIMEZONE + 1]; in GetTimeFromString() local
602 double time = MakeTime(hours, minutes, seconds, ms); in UTC() local
Djs_runtime_options.h257 void SetLongPauseTime(size_t time) in SetLongPauseTime()
/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/libpandabase/utils/
Dtime.cpp20 namespace panda::time { namespace
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsampling_processor.cpp87 struct timespec time; in GetMicrosecondsTimeStamp() local
/arkcompiler/runtime_core/runtime/tests/
Dtime_utils_test.cpp32 namespace panda::time::test { namespace
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.cpp202 void CompilerLog::AddMethodTime(const std::string& name, uint32_t id, double time) in AddMethodTime()
208 void CompilerLog::AddPassTime(const std::string& name, double time) in AddPassTime()
/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/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/builtins/tests/
Dbuiltins_date_time_format_test.cpp150 const double time = JSDate::MakeTime(0, 0, 0, 0); // 24:00:00 in BuiltinsDateCreate() local
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h995 void SetLongPauseTime(size_t time) in SetLongPauseTime()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2066 double RuntimeStubs::TimeClip(double time) in TimeClip()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1873 Local<DateRef> DateRef::New(const EcmaVM *vm, double time) in New()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property