Searched refs:Benchmark (Results 1 – 4 of 4) sorted by relevance
/art/test/2239-varhandle-perf/util-src/ |
D | generate_java.py | 40 class Benchmark: class 94 return Benchmark(code, static, vartype, flavour, "VarHandle", method, MemLoc.FIELD) 98 return Benchmark(code, False, vartype, flavour, "VarHandle", method, MemLoc.ARRAY) 102 …return Benchmark(code, False, vartype, flavour, "VarHandle", method, MemLoc.BYTE_ARRAY_VIEW, byteo… 106 return Benchmark(code, static, vartype, "", "Reflect", method, MemLoc.FIELD) 110 return Benchmark(code, static, vartype, "", "Unsafe", method, MemLoc.FIELD)
|
/art/benchmark/jobject-benchmark/ |
D | info.txt | 1 Benchmark for jobject functions
|
/art/tools/dexanalyze/ |
D | dexanalyze_strings.h | 50 template <typename Strings> void Benchmark(const Strings& strings,
|
D | dexanalyze_strings.cc | 477 Benchmark(prefix_strings, strings, &prefix_timings_); in ProcessStrings() 492 Benchmark(normal_strings, strings, &normal_timings_); in ProcessStrings() 497 void AnalyzeStrings::Benchmark(const Strings& strings, in Benchmark() function in art::dexanalyze::AnalyzeStrings 529 template void AnalyzeStrings::Benchmark(const PrefixStrings&, 532 template void AnalyzeStrings::Benchmark(const NormalStrings&,
|