Home
last modified time | relevance | path

Searched refs:IsHighResolution (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/base/platform/
Dtime.cc703 bool TimeTicks::IsHighResolution() { in IsHighResolution() function in v8::base::TimeTicks
736 bool TimeTicks::IsHighResolution() { in IsHighResolution() function in v8::base::TimeTicks
Dtime.h437 static bool IsHighResolution();
/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.cc1155 if (base::TimeTicks::IsHighResolution()) { in CompileLazy()
1737 DCHECK(base::TimeTicks::IsHighResolution()); in call()
1830 if (base::TimeTicks::IsHighResolution()) { in CompileNativeModule()
2187 if (base::TimeTicks::IsHighResolution()) { in FinishCompile()
2608 if (base::TimeTicks::IsHighResolution()) { in RunInForeground()
/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc1349 if (base::TimeTicks::IsHighResolution() && in RecordGCPhasesHistograms()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc509 if (base::TimeTicks::IsHighResolution()) { in RecordCompilationStats()