Searched refs:invocationCount (Results 1 - 1 of 1) sorted by relevance

/art/test/545-tracing-and-jit/src/
H A DMain.java68 public void ensureCaller(boolean warmup, int invocationCount) throws Exception { argument
69 doLoadsOfStuff(warmup, invocationCount);
76 public void doLoadsOfStuff(boolean warmup, int invocationCount) throws Exception { argument
79 if (invocationCount < NUMBER_OF_INVOCATIONS) {
80 doLoadsOfStuff(warmup, ++invocationCount);
86 if (invocationCount == 0) {
94 if (invocationCount < NUMBER_OF_INVOCATIONS) {
95 doLoadsOfStuff(warmup, ++invocationCount);

Completed in 65 milliseconds