Home
last modified time | relevance | path

Searched refs:kIterations (Results 1 – 2 of 2) sorted by relevance

/art/tools/dexanalyze/
Ddexanalyze_strings.cc500 const size_t kIterations = 100; in Benchmark() local
501 timings->num_comparisons_ += reference.size() * kIterations; in Benchmark()
504 for (size_t j = 0; j < kIterations; ++j) { in Benchmark()
516 for (size_t j = 0; j < kIterations; ++j) { in Benchmark()
/art/runtime/arch/
Dstub_test.cc574 constexpr size_t kIterations = 10000; // Number of iterations in TestUnlockObject() local
588 for (size_t i = 0; i < kIterations; ++i) { in TestUnlockObject()