Home
last modified time | relevance | path

Searched defs:now (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dtime_utils.cpp48 std::tm *now = std::localtime(&seconds); in GetCurrentTimeString() local
63 std::tm *now = std::localtime(&time); in GetCurrentTimeString() local
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dcaller_stat.cpp42 void PandaRuntimeTimer::Pause(uint64_t now) in Pause() argument
51 void PandaRuntimeTimer::Resume(uint64_t now) in Resume() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Descompat_Date.cpp30 auto now = std::chrono::system_clock::now(); in EscompatDateNow() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dg1_analytics_test.cpp71 static void FillAnalyticsUndefinedBehaviorTest(G1Analytics &analytics, const CollectionSet &collectionSet, uint64_t now) in FillAnalyticsUndefinedBehaviorTest() argument
119 uint64_t now = START_TIME; TEST_F() local
132 FillAnalyticsPause0AllPromotedUndefinedBehaviorTest(G1Analytics &analytics, const CollectionSet &collectionSet, uint64_t now) TEST_F() argument
181 FillAnalyticsPause1AllPromotedUndefinedBehaviorTest(G1Analytics &analytics, const CollectionSet &collectionSet, uint64_t now) FillAnalyticsPause1AllPromotedUndefinedBehaviorTest() argument
233 uint64_t now = START_TIME; TEST_F() local
258 FillAnalyticsPause0PredictionTest(G1Analytics &analytics, const CollectionSet &collectionSet, uint64_t now) FillAnalyticsPause0PredictionTest() argument
310 FillAnalyticsPause1PredictionTest(G1Analytics &analytics, const CollectionSet &collectionSet, uint64_t now) FillAnalyticsPause1PredictionTest() argument
363 FillAnalyticsPause2PredictionTest(G1Analytics &analytics, const CollectionSet &collectionSet, uint64_t now) FillAnalyticsPause2PredictionTest() argument
416 uint64_t now = START_TIME; TEST_F() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_date.cpp41 double now = JSDate::Now().GetDouble(); in DateConstructor() local
/arkcompiler/ets_runtime/ecmascript/intl/
H A Dglobal_intl_helper.cpp60 std::tm *now = std::gmtime(&tt); in ConvertDateToUnit() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1_analytics.cpp23 G1Analytics::G1Analytics(uint64_t now) : previousYoungCollectionEnd_(now) {} in G1Analytics() argument

Completed in 4 milliseconds