Searched refs:num_longs (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/benchmark/native/ |
D | libcore_io_Memory_bench.cpp | 73 void BM_libcore_swapLongs_aligned::Run(int iters, int num_longs) { in Run() argument 74 swap_bench<jlong, 0>(this, swapLongs, iters, num_longs); in Run() 88 void BM_libcore_swapLongs_unaligned1::Run(int iters, int num_longs) { in Run() argument 89 swap_bench<jlong, 1>(this, swapLongs, iters, num_longs); in Run() 103 void BM_libcore_swapLongs_unaligned2::Run(int iters, int num_longs) { in Run() argument 104 swap_bench<jlong, 2>(this, swapLongs, iters, num_longs); in Run()
|