Searched refs:isBenchmarkMethod (Results 1 – 8 of 8) sorted by relevance
66 public boolean isBenchmarkMethod(Method method) { in isBenchmarkMethod() method in AllocationInstrument74 checkArgument(isBenchmarkMethod(benchmarkMethod)); in createInstrumentation()
78 if (instrument.isBenchmarkMethod(method)) { in isBenchmark()
47 @Override public boolean isBenchmarkMethod(Method method) { in isBenchmarkMethod() method in ArbitraryMeasurementInstrument
81 public boolean isBenchmarkMethod(Method method) { in isBenchmarkMethod() method in RuntimeInstrument98 checkArgument(isBenchmarkMethod(benchmarkMethod)); in createInstrumentation()
64 public abstract boolean isBenchmarkMethod(Method method); in isBenchmarkMethod() method in Instrument
268 if (instrument.isBenchmarkMethod(method)) { in findAllBenchmarkMethods()
61 @Test public void isBenchmarkMethod() { in isBenchmarkMethod() method in RuntimeInstrumentTest67 return instrument.isBenchmarkMethod(input); in isBenchmarkMethod()
122 @Override public boolean isBenchmarkMethod(Method method) { in isBenchmarkMethod() method in ExperimentingRunnerModuleTest.FakeInstrument