Searched defs:MonotonicallyIncreasingTime (Results 1 – 5 of 5) sorted by relevance
/external/v8/test/unittests/libplatform/ | ||
D | default-platform-unittest.cc | 26 double MonotonicallyIncreasingTime() override { return time_; } in MonotonicallyIncreasingTime() function in v8::platform::__anon586bdf230111::DefaultPlatformWithMockTime |
/external/v8/src/libplatform/ | ||
D | default-platform.cc | 165 double DefaultPlatform::MonotonicallyIncreasingTime() { in MonotonicallyIncreasingTime() function in v8::platform::DefaultPlatform |
/external/v8/test/cctest/heap/ | ||
D | test-incremental-marking.cc | 57 double MonotonicallyIncreasingTime() override { in MonotonicallyIncreasingTime() function in v8::internal::MockPlatform |
/external/v8/test/cctest/ | ||
D | test-trace-event.cc | 60 double MonotonicallyIncreasingTime() override { return 0.0; } in MonotonicallyIncreasingTime() function in MockTracingPlatform |
/external/v8/src/ | ||
D | d8.cc | 133 double MonotonicallyIncreasingTime() override { in MonotonicallyIncreasingTime() function in v8::__anon7113ceb60111::PredictablePlatform |