Searched defs:count1 (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/compiler/codegen/arm/
H A DAssemble.c1877 int count1 = getProfileCount(jitEntry1); local
1879 return (count1 == count2) ? 0 : ((count1 > count2) ? -1 : 1);

Completed in 55 milliseconds