Home
last modified time | relevance | path

Searched refs:now_ (Results 1 – 18 of 18) sorted by relevance

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/telemetry/
H A DABI47_0_0TransactionTelemetry.cpp24 : now_{std::move(now)} {} in TransactionTelemetry()
41 commitStartTime_ = now_(); in willCommit()
47 commitEndTime_ = now_(); in didCommit()
53 diffStartTime_ = now_(); in willDiff()
59 diffEndTime_ = now_(); in didDiff()
65 layoutStartTime_ = now_(); in willLayout()
71 lastTextMeasureStartTime_ = now_(); in willMeasureText()
78 textMeasureTime_ += now_() - lastTextMeasureStartTime_; in didMeasureText()
85 layoutEndTime_ = now_(); in didLayout()
91 mountStartTime_ = now_(); in willMount()
[all …]
H A DABI47_0_0TransactionTelemetry.h83 std::function<TelemetryTimePoint()> now_; variable
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/telemetry/
H A DABI49_0_0TransactionTelemetry.cpp23 : now_{std::move(now)} {} in TransactionTelemetry()
40 commitStartTime_ = now_(); in willCommit()
46 commitEndTime_ = now_(); in didCommit()
52 diffStartTime_ = now_(); in willDiff()
58 diffEndTime_ = now_(); in didDiff()
64 layoutStartTime_ = now_(); in willLayout()
70 lastTextMeasureStartTime_ = now_(); in willMeasureText()
77 textMeasureTime_ += now_() - lastTextMeasureStartTime_; in didMeasureText()
84 layoutEndTime_ = now_(); in didLayout()
90 mountStartTime_ = now_(); in willMount()
[all …]
H A DABI49_0_0TransactionTelemetry.h83 std::function<TelemetryTimePoint()> now_; variable
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/telemetry/
H A DABI48_0_0TransactionTelemetry.cpp23 : now_{std::move(now)} {} in TransactionTelemetry()
40 commitStartTime_ = now_(); in willCommit()
46 commitEndTime_ = now_(); in didCommit()
52 diffStartTime_ = now_(); in willDiff()
58 diffEndTime_ = now_(); in didDiff()
64 layoutStartTime_ = now_(); in willLayout()
70 lastTextMeasureStartTime_ = now_(); in willMeasureText()
77 textMeasureTime_ += now_() - lastTextMeasureStartTime_; in didMeasureText()
84 layoutEndTime_ = now_(); in didLayout()
90 mountStartTime_ = now_(); in willMount()
[all …]
H A DABI48_0_0TransactionTelemetry.h83 std::function<TelemetryTimePoint()> now_; variable
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI49_0_0RuntimeScheduler.cpp21 : runtimeExecutor_(std::move(runtimeExecutor)), now_(std::move(now)) {} in RuntimeScheduler()
37 auto expirationTime = now_() + timeoutForSchedulerPriority(priority); in scheduleTask()
50 auto expirationTime = now_() + timeoutForSchedulerPriority(priority); in scheduleTask()
77 return now_(); in now()
102 auto now = now_(); in callExpiredTasks()
146 auto now = now_(); in startWorkLoop()
H A DABI49_0_0RuntimeScheduler.h141 std::function<RuntimeSchedulerTimePoint()> now_; variable
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI48_0_0RuntimeScheduler.cpp20 : runtimeExecutor_(std::move(runtimeExecutor)), now_(std::move(now)) {} in RuntimeScheduler()
64 return now_(); in now()
90 auto now = now_(); in callExpiredTasks()
134 auto now = now_(); in startWorkLoop()
H A DABI48_0_0RuntimeScheduler.h138 std::function<RuntimeSchedulerTimePoint()> now_; variable
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI47_0_0RuntimeScheduler.cpp21 : runtimeExecutor_(std::move(runtimeExecutor)), now_(std::move(now)) {} in RuntimeScheduler()
64 return now_(); in now()
90 auto now = now_(); in callExpiredTasks()
134 auto now = now_(); in startWorkLoop()
H A DABI47_0_0RuntimeScheduler.h138 std::function<RuntimeSchedulerTimePoint()> now_; variable
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI47_0_0LayoutAnimationKeyFrameManager.h169 std::function<uint64_t()> now_; variable
H A DABI47_0_0LayoutAnimationKeyFrameManager.cpp104 now_([]() { in LayoutAnimationKeyFrameManager()
185 uint64_t now = now_(); in pullTransaction()
1083 now_ = std::move(now); in setClockNow()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI48_0_0LayoutAnimationKeyFrameManager.h169 std::function<uint64_t()> now_; variable
H A DABI48_0_0LayoutAnimationKeyFrameManager.cpp90 now_([]() { in LayoutAnimationKeyFrameManager()
171 uint64_t now = now_(); in pullTransaction()
1069 now_ = std::move(now); in setClockNow()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI49_0_0LayoutAnimationKeyFrameManager.h152 std::function<uint64_t()> now_; variable
H A DABI49_0_0LayoutAnimationKeyFrameManager.cpp90 now_([]() { in LayoutAnimationKeyFrameManager()
175 uint64_t now = now_(); in pullTransaction()
1105 now_ = std::move(now); in setClockNow()