Searched defs:now (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | caller_stat.cpp | 42 void PandaRuntimeTimer::Pause(uint64_t now) in Pause() 51 void PandaRuntimeTimer::Resume(uint64_t now) in Resume()
|
| /arkcompiler/ets_runtime/test/workload/loop/ |
| D | loop.swift | 17 var now = Date().timeIntervalSince1970; variable
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | time_utils.cpp | 48 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/ |
| D | g1_analytics_test.cpp | 71 …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/ |
| D | objaccess.swift | 41 var now = Date().timeIntervalSince1970; variable
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/ |
| D | interface_class_method.ts | 37 let now = Date.prototype; variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_Date.cpp | 30 auto now = std::chrono::system_clock::now(); in EscompatDateNow() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | utils.cpp | 120 struct tm *now = localtime(&t); in RealPath() local
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| D | global_intl_helper.cpp | 60 std::tm *now = std::gmtime(&tt); in ConvertDateToUnit() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | scheduler.cpp | 433 SchedulerPriorityQueue now(cmpOld, GetGraph()->GetLocalAllocator()->Adapter()); in SchedWithGlued() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1_analytics.cpp | 23 G1Analytics::G1Analytics(uint64_t now) : previousYoungCollectionEnd_(now) {} in G1Analytics()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_date.cpp | 41 double now = JSDate::Now().GetDouble(); in DateConstructor() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|