Home
last modified time | relevance | path

Searched defs:now (Results 1 – 13 of 13) 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/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/runtime/tests/
Dg1_analytics_test.cpp71 …ticsUndefinedBehaviorTest(G1Analytics &analytics, const CollectionSet &collectionSet, uint64_t now) in FillAnalyticsUndefinedBehaviorTest()
119 uint64_t now = START_TIME; in TEST_F() local
133 … const CollectionSet &collectionSet, uint64_t now) in FillAnalyticsPause0AllPromotedUndefinedBehaviorTest()
182 … const CollectionSet &collectionSet, uint64_t now) in FillAnalyticsPause1AllPromotedUndefinedBehaviorTest()
233 uint64_t now = START_TIME; in TEST_F() local
258 …yticsPause0PredictionTest(G1Analytics &analytics, const CollectionSet &collectionSet, uint64_t now) in FillAnalyticsPause0PredictionTest()
310 …yticsPause1PredictionTest(G1Analytics &analytics, const CollectionSet &collectionSet, uint64_t now) in FillAnalyticsPause1PredictionTest()
363 …yticsPause2PredictionTest(G1Analytics &analytics, const CollectionSet &collectionSet, uint64_t now) in FillAnalyticsPause2PredictionTest()
416 uint64_t now = START_TIME; in TEST_F() local
/arkcompiler/ets_runtime/test/workload/objaccess/
Dobjaccess.swift41 var now = Date().timeIntervalSince1970; variable
/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/
Dinterface_class_method.ts37 let now = Date.prototype; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_Date.cpp30 auto now = std::chrono::system_clock::now(); in EscompatDateNow() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dutils.cpp120 struct tm *now = localtime(&t); in RealPath() local
/arkcompiler/ets_runtime/ecmascript/intl/
Dglobal_intl_helper.cpp60 std::tm *now = std::gmtime(&tt); in ConvertDateToUnit() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dscheduler.cpp433 SchedulerPriorityQueue now(cmpOld, GetGraph()->GetLocalAllocator()->Adapter()); in SchedWithGlued() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1_analytics.cpp23 G1Analytics::G1Analytics(uint64_t now) : previousYoungCollectionEnd_(now) {} in G1Analytics()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.cpp41 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