Home
last modified time | relevance | path

Searched defs:now (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dcaller_stat.cpp42 void PandaRuntimeTimer::Pause(uint64_t now) in Pause()
51 void PandaRuntimeTimer::Resume(uint64_t now) in Resume()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1_analytics_test.cpp71 uint64_t now = 1686312829587000000U; in TEST_F() local
88 uint64_t now = 1686312829587000000U; in TEST_F() local
120 uint64_t now = 1686312829587000000U; in TEST_F() local
/arkcompiler/ets_runtime/test/workload/loop/
Dloop.swift17 var now = Date().timeIntervalSince1970; variable
/arkcompiler/runtime_core/static_core/runtime/
Dtime_utils.cpp48 std::tm *now = std::localtime(&seconds); in GetCurrentTimeString() local
63 std::tm *now = std::localtime(&time); in GetCurrentTimeString() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_Date.cpp29 auto now = std::chrono::system_clock::now(); in EscompatDateNow() local
36 time_t now; in EscompatDateGetLocalTimezoneOffset() local
/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/
Dinterface_class_method.ts37 let now = Date.prototype; variable
/arkcompiler/ets_runtime/test/workload/objaccess/
Dobjaccess.swift41 var now = Date().timeIntervalSince1970; variable
/arkcompiler/ets_runtime/ecmascript/intl/
Dglobal_intl_helper.cpp60 std::tm *now = std::gmtime(&tt); in ConvertDateToUnit() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1_analytics.cpp21 G1Analytics::G1Analytics(uint64_t now) : previousYoungCollectionEnd_(now) {} in G1Analytics()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dscheduler.cpp409 SchedulerPriorityQueue now(cmpOld, GetGraph()->GetLocalAllocator()->Adapter()); in SchedWithGlued() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.cpp46 double now = JSDate::Now().GetDouble(); in DateConstructor() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument