Home | History | Annotate | Download | only in mips

Lines Matching defs:count2

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