Home | History | Annotate | Download | only in arm

Lines Matching defs:count2

2109     JitTraceCounter_t count2 = getProfileCount(jitEntry2);
2110 return (count1 == count2) ? 0 : ((count1 > count2) ? -1 : 1);