Searched defs:now (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A 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/ets_runtime/ecmascript/dfx/vmstat/ |
| H A D | caller_stat.cpp | 42 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 D | escompat_Date.cpp | 30 auto now = std::chrono::system_clock::now(); in EscompatDateNow() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | g1_analytics_test.cpp | 71 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 D | builtins_date.cpp | 41 double now = JSDate::Now().GetDouble(); in DateConstructor() local
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| H A D | global_intl_helper.cpp | 60 std::tm *now = std::gmtime(&tt); in ConvertDateToUnit() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| H A D | g1_analytics.cpp | 23 G1Analytics::G1Analytics(uint64_t now) : previousYoungCollectionEnd_(now) {} in G1Analytics() argument
|
Completed in 4 milliseconds