Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/heap/collector/tests/
Dgc_request_test.cpp29 int64_t now = static_cast<int64_t>(TimeUtil::NanoSeconds()); in HWTEST_F_L0() local
39 int64_t now = static_cast<int64_t>(TimeUtil::NanoSeconds()); in HWTEST_F_L0() local
49 int64_t now = static_cast<int64_t>(TimeUtil::NanoSeconds()); in HWTEST_F_L0() local
59 int64_t now = static_cast<int64_t>(TimeUtil::NanoSeconds()); in HWTEST_F_L0() local
69 int64_t now = static_cast<int64_t>(TimeUtil::NanoSeconds()); in HWTEST_F_L0() local
79 int64_t now = static_cast<int64_t>(TimeUtil::NanoSeconds()); in HWTEST_F_L0() local
89 int64_t now = static_cast<int64_t>(TimeUtil::NanoSeconds()); in HWTEST_F_L0() local
117 int64_t now = static_cast<int64_t>(TimeUtil::NanoSeconds()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/common_components/heap/collector/
Dgc_request.cpp31 int64_t now = static_cast<int64_t>(TimeUtil::NanoSeconds()); in IsFrequentGC() local
37 uint64_t now = TimeUtil::NanoSeconds(); in IsFrequentAsyncGC() local
/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
469 uint64_t now = START_TIME; in TEST_F() local
/arkcompiler/ets_runtime/common_components/base/
Dtime_utils.cpp55 std::tm* now = std::localtime(&time); in GetDate() local
78 std::chrono::system_clock::time_point now = std::chrono::system_clock::now(); in GetTimestamp() 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/platform/unix/ohos/
Dasync_detect.cpp48 auto now = std::chrono::system_clock::now(); in AsyncDetectCallBack() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_Date.cpp29 auto now = std::chrono::system_clock::now(); in EscompatDateNow() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Dasync_stack_trace.cpp41 auto now = std::chrono::system_clock::now(); in InsertAsyncStackTrace() local
/arkcompiler/ets_runtime/common_components/mutator/
Dmutator_manager.cpp198 uint64_t now = TimeUtil::NanoSeconds(); in AcquireMutatorManagementWLock() local
213 uint64_t now = TimeUtil::NanoSeconds(); in AcquireMutatorManagementWLockForCpuProfile() local
/arkcompiler/runtime_core/abc2program/tests/ts/release-line-number/
DCommonSyntax.ts35 let now = new Date(); variable
/arkcompiler/ets_runtime/ecmascript/intl/
Dglobal_intl_helper.cpp60 std::tm *now = std::gmtime(&tt); in ConvertDateToUnit() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dutils.cpp74 struct tm *now = localtime(&t); in RealPath() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dscheduler.cpp433 SchedulerPriorityQueue now(cmpOld, GetGraph()->GetLocalAllocator()->Adapter()); in SchedWithGlued() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.cpp41 double now = JSDate::Now().GetDouble(); in DateConstructor() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1_analytics.cpp24 G1Analytics::G1Analytics(uint64_t now) : previousYoungCollectionEnd_(now) {} in G1Analytics()
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_manager.cpp829 uint64_t now = TimeUtil::NanoSeconds(); in RequestForRegion() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.cpp1026 auto now = ark::os::time::GetClockTimeInMilli(); in ManagerThreadProc() local
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp1687 auto now = q.front(); in Dump() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument