Searched refs:P_count (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-asm.s360 LCL(P_count) = LCL(P_addr)+4 /* # times function called */
361 LCL(P_overflow) = LCL(P_count)+4 /* # times count overflowed */
365 #define P_count LCL(P_count) define
961 DINC2(P_count(%eax),P_overflow(%eax)) /* bump function count (double precision) */
989 movl $1,P_count(%eax) /* call count */
1050 DINC2(H_prof+P_count(%eax),H_prof+P_overflow(%eax)) /* bump function count */
1166 movl $1,H_prof+P_count(%eax) /* function called once so far */

Completed in 6 milliseconds