Searched refs:compileImpl (Results 1 – 2 of 2) sorted by relevance
117 compileImpl(scope, warmupBlock) in <lambda>()222 internal abstract fun compileImpl( in <lambda>() method in androidx.benchmark.macro.CompilationMode244 override fun compileImpl(scope: MacrobenchmarkScope, warmupBlock: () -> Unit) { in <lambda>() method in androidx.benchmark.macro.CompilationMode.None269 override fun compileImpl(scope: MacrobenchmarkScope, warmupBlock: () -> Unit) { in <lambda>() method in androidx.benchmark.macro.CompilationMode.Ignore330 override fun compileImpl(scope: MacrobenchmarkScope, warmupBlock: () -> Unit) { in <lambda>() method in androidx.benchmark.macro.CompilationMode.Partial382 override fun compileImpl(scope: MacrobenchmarkScope, warmupBlock: () -> Unit) { in <lambda>() method in androidx.benchmark.macro.CompilationMode.Full404 override fun compileImpl(scope: MacrobenchmarkScope, warmupBlock: () -> Unit) { in <lambda>() method
94 mode.compileImpl(scope) { in <lambda>()