Searched refs:count2 (Results 1 – 5 of 5) sorted by relevance
18 int count2 = test2(500); in run() local27 System.out.println("test2: performed " + count2 + " iterations"); in run()31 double msec2 = (time2 - time1) / (double) count2 / 1000000; in run()
200 size_t count2 = getElementCount(obj2); in compareObject() local201 if (count1 != count2) { in compareObject()202 return count1 - count2; in compareObject()
216 JitTraceCounter_t count2 = getProfileCount(jitEntry2); in sortTraceProfileCount() local217 return (count1 == count2) ? 0 : ((count1 > count2) ? -1 : 1); in sortTraceProfileCount()
1482 JitTraceCounter_t count2 = getProfileCount(jitEntry2); in sortTraceProfileCount() local1483 return (count1 == count2) ? 0 : ((count1 > count2) ? -1 : 1); in sortTraceProfileCount()
2109 JitTraceCounter_t count2 = getProfileCount(jitEntry2); in sortTraceProfileCount() local2110 return (count1 == count2) ? 0 : ((count1 > count2) ? -1 : 1); in sortTraceProfileCount()