Home
last modified time | relevance | path

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

/external/v8/test/cctest/heap/
Dtest-incremental-marking.cc58 double MonotonicallyIncreasingTime() override { in MonotonicallyIncreasingTime() function in v8::internal::MockPlatform
59 return platform_->MonotonicallyIncreasingTime(); in MonotonicallyIncreasingTime()
75 task->Run(MonotonicallyIncreasingTime() + idle_time_in_seconds); in PerformIdleTask()
/external/v8/src/libplatform/
Ddefault-platform.cc102 double now = MonotonicallyIncreasingTime(); in PopTaskInMainThreadDelayedQueue()
153 double deadline = MonotonicallyIncreasingTime() + delay_in_seconds; in CallDelayedOnForegroundThread()
167 double DefaultPlatform::MonotonicallyIncreasingTime() { in MonotonicallyIncreasingTime() function in v8::platform::DefaultPlatform
Ddefault-platform.h44 double MonotonicallyIncreasingTime() override;
/external/v8/include/
Dv8-platform.h111 virtual double MonotonicallyIncreasingTime() = 0;
/external/v8/test/unittests/libplatform/
Ddefault-platform-unittest.cc26 double MonotonicallyIncreasingTime() override { return time_; } in MonotonicallyIncreasingTime() function in v8::platform::__anon11e4a3420111::DefaultPlatformWithMockTime
/external/v8/test/cctest/
Dtest-trace-event.cc60 double MonotonicallyIncreasingTime() override { return 0.0; } in MonotonicallyIncreasingTime() function in MockTracingPlatform
/external/v8/src/
Dd8.cc134 double MonotonicallyIncreasingTime() override { in MonotonicallyIncreasingTime() function in v8::__anonab487c950111::PredictablePlatform
496 args.GetReturnValue().Set(g_platform->MonotonicallyIncreasingTime()); in PerformanceNow()
582 isolate->IdleNotificationDeadline(g_platform->MonotonicallyIncreasingTime()); in RealmDispose()
2073 g_platform->MonotonicallyIncreasingTime() + kLongIdlePauseInSeconds); in CollectGarbage()
/external/v8/src/heap/
Dheap.cc4257 return V8::GetCurrentPlatform()->MonotonicallyIncreasingTime() * in MonotonicallyIncreasingTimeInMs()
4264 V8::GetCurrentPlatform()->MonotonicallyIncreasingTime() + in IdleNotification()
/external/v8/
DChangeLog6014 Add MonotonicallyIncreasingTime to V8 Platform (Chromium issue 417668).