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

/art/test/545-tracing-and-jit/src/
H A DMain.java66 // We make sure 'doLoadsOfStuff' has a caller, because it is this caller that will be
69 doLoadsOfStuff(warmup, invocationCount);
72 // The number of recursive calls we are going to do in 'doLoadsOfStuff' to ensure
76 public void doLoadsOfStuff(boolean warmup, int invocationCount) throws Exception { method in class:Main
77 // Warmup is to make sure the JIT gets a chance to compile 'doLoadsOfStuff'.
80 doLoadsOfStuff(warmup, ++invocationCount);
95 doLoadsOfStuff(warmup, ++invocationCount);

Completed in 315 milliseconds