Home
last modified time | relevance | path

Searched refs:count2 (Results 1 – 5 of 5) sorted by relevance

/dalvik/tests/055-enum-performance/src/
DMain.java18 int count2 = test2(500); in run() local
27 System.out.println("test2: performed " + count2 + " iterations"); in run()
31 double msec2 = (time2 - time1) / (double) count2 / 1000000; in run()
/dalvik/vm/
DReferenceTable.cpp200 size_t count2 = getElementCount(obj2); in compareObject() local
201 if (count1 != count2) { in compareObject()
202 return count1 - count2; in compareObject()
/dalvik/vm/compiler/codegen/x86/
DCodegenInterface.cpp216 JitTraceCounter_t count2 = getProfileCount(jitEntry2); in sortTraceProfileCount() local
217 return (count1 == count2) ? 0 : ((count1 > count2) ? -1 : 1); in sortTraceProfileCount()
/dalvik/vm/compiler/codegen/mips/
DAssemble.cpp1482 JitTraceCounter_t count2 = getProfileCount(jitEntry2); in sortTraceProfileCount() local
1483 return (count1 == count2) ? 0 : ((count1 > count2) ? -1 : 1); in sortTraceProfileCount()
/dalvik/vm/compiler/codegen/arm/
DAssemble.cpp2109 JitTraceCounter_t count2 = getProfileCount(jitEntry2); in sortTraceProfileCount() local
2110 return (count1 == count2) ? 0 : ((count1 > count2) ? -1 : 1); in sortTraceProfileCount()