Home
last modified time | relevance | path

Searched defs:DoNotOptimize (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dunique_small_name_test.cc25 void DoNotOptimize(const T& var) { in DoNotOptimize() function
/third_party/benchmark/include/benchmark/
Dbenchmark.h413 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) { in DoNotOptimize() function
418 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp& value) { in DoNotOptimize() function
433 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) { in DoNotOptimize() function
443 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) { in DoNotOptimize() function
/third_party/node/deps/v8/src/execution/
Dtiering-manager.cc73 static constexpr OptimizationDecision DoNotOptimize() { in DoNotOptimize() function in v8::internal::OptimizationDecision