Home
last modified time | relevance | path

Searched refs:MonotonicallyIncreasingTime (Results 1 – 25 of 27) sorted by relevance

12

/third_party/node/deps/v8/src/libplatform/
Ddelayed-task-queue.cc23 double DelayedTaskQueue::MonotonicallyIncreasingTime() { in MonotonicallyIncreasingTime() function in v8::platform::DelayedTaskQueue
37 double deadline = MonotonicallyIncreasingTime() + delay_in_seconds; in AppendDelayed()
50 double now = MonotonicallyIncreasingTime(); in GetNext()
Ddefault-foreground-task-runner.cc52 double DefaultForegroundTaskRunner::MonotonicallyIncreasingTime() { in MonotonicallyIncreasingTime() function in v8::platform::DefaultForegroundTaskRunner
61 double deadline = MonotonicallyIncreasingTime() + delay_in_seconds; in PostDelayedTaskLocked()
147 double now = MonotonicallyIncreasingTime(); in PopTaskFromDelayedQueueLocked()
174 double now = MonotonicallyIncreasingTime(); in WaitForTaskLocked()
Ddefault-platform.cc180 MonotonicallyIncreasingTime() + idle_time_in_seconds; in RunIdleTasks()
182 while (deadline_in_seconds > MonotonicallyIncreasingTime()) { in RunIdleTasks()
240 double DefaultPlatform::MonotonicallyIncreasingTime() { in MonotonicallyIncreasingTime() function in v8::platform::DefaultPlatform
Ddelayed-task-queue.h36 double MonotonicallyIncreasingTime();
Ddefault-worker-threads-task-runner.h32 double MonotonicallyIncreasingTime(); in NON_EXPORTED_BASE()
Ddefault-worker-threads-task-runner.cc22 double DefaultWorkerThreadsTaskRunner::MonotonicallyIncreasingTime() { in MonotonicallyIncreasingTime() function in v8::platform::DefaultWorkerThreadsTaskRunner
Ddefault-platform.h66 double MonotonicallyIncreasingTime() override; in NON_EXPORTED_BASE()
Ddefault-foreground-task-runner.h44 double MonotonicallyIncreasingTime(); in NON_EXPORTED_BASE()
/third_party/node/deps/v8/include/cppgc/
Ddefault-platform.h36 double MonotonicallyIncreasingTime() override { in MonotonicallyIncreasingTime() function
37 return v8_platform_->MonotonicallyIncreasingTime(); in MonotonicallyIncreasingTime()
Dplatform.h48 virtual double MonotonicallyIncreasingTime() = 0;
/third_party/node/deps/v8/src/d8/
Dd8-platforms.cc84 double MonotonicallyIncreasingTime() override { in MonotonicallyIncreasingTime() function in v8::PredictablePlatform
96 return MonotonicallyIncreasingTime() * base::Time::kMillisecondsPerSecond; in CurrentClockTimeMillis()
193 double MonotonicallyIncreasingTime() override { in MonotonicallyIncreasingTime() function in v8::DelayedTasksPlatform
194 return platform_->MonotonicallyIncreasingTime(); in MonotonicallyIncreasingTime()
/third_party/node/deps/v8/src/compiler-dispatcher/
Dlazy-compile-dispatcher.cc293 double deadline_in_seconds = platform_->MonotonicallyIncreasingTime() + in FinishNow()
295 while (deadline_in_seconds > platform_->MonotonicallyIncreasingTime()) { in FinishNow()
523 (deadline_in_seconds - platform_->MonotonicallyIncreasingTime()) * in DoIdleWork()
526 while (deadline_in_seconds > platform_->MonotonicallyIncreasingTime()) { in DoIdleWork()
/third_party/skia/third_party/externals/dawn/src/dawn_platform/
DDawnPlatform.cpp35 double Platform::MonotonicallyIncreasingTime() { in MonotonicallyIncreasingTime() function in dawn_platform::Platform
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DANGLEPerfTest.cpp132 double MonotonicallyIncreasingTime(PlatformMethods *platform) in MonotonicallyIncreasingTime() function
724 mPlatformMethods.monotonicallyIncreasingTime = MonotonicallyIncreasingTime; in SetUp()
868 MonotonicallyIncreasingTime(&mPlatformMethods), in beginInternalTraceEvent()
878 MonotonicallyIncreasingTime(&mPlatformMethods), in endInternalTraceEvent()
/third_party/skia/third_party/externals/dawn/src/dawn_platform/tracing/
DEventTracer.cpp47 double timestamp = platform->MonotonicallyIncreasingTime(); in AddTraceEvent()
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DDawnPerfTestPlatform.h64 double MonotonicallyIncreasingTime() override;
DDawnPerfTestPlatform.cpp65 double DawnPerfTestPlatform::MonotonicallyIncreasingTime() { in MonotonicallyIncreasingTime() function in DawnPerfTestPlatform
/third_party/node/deps/v8/src/utils/
Dutils-inl.h27 return V8::GetCurrentPlatform()->MonotonicallyIncreasingTime() * in TimestampMs()
/third_party/skia/third_party/externals/dawn/src/include/dawn_platform/
DDawnPlatform.h89 virtual double MonotonicallyIncreasingTime();
/third_party/node/deps/v8/src/heap/cppgc/
Dsweeper.cc401 deadline_in_seconds <= platform_->MonotonicallyIncreasingTime()) { in FinalizeSpaceWithDeadline()
511 platform_->MonotonicallyIncreasingTime(); in SweepWithDeadline()
539 deadline_in_seconds <= platform_->MonotonicallyIncreasingTime()) { in SweepSpaceWithDeadline()
923 deadline_in_seconds - platform_->MonotonicallyIncreasingTime()); in PerformSweepOnMutatorThread()
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc172 double MonotonicallyIncreasingTime() final { in MonotonicallyIncreasingTime() function in v8::internal::__anon28c8b5680211::CppgcPlatformAdapter
173 return platform_->MonotonicallyIncreasingTime(); in MonotonicallyIncreasingTime()
835 heap_.platform()->MonotonicallyIncreasingTime() + in Run()
/third_party/node/src/
Dnode_platform.h154 double MonotonicallyIncreasingTime() override;
Dnode_platform.cc546 double NodePlatform::MonotonicallyIncreasingTime() { in MonotonicallyIncreasingTime() function in node::NodePlatform
/third_party/skia/third_party/externals/angle2/include/platform/
DPlatformMethods.h259 OP(monotonicallyIncreasingTime, MonotonicallyIncreasingTime) \
/third_party/node/deps/v8/include/
Dv8-platform.h1044 virtual double MonotonicallyIncreasingTime() = 0;

12