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

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-asm.s376 LCL(G_count) = LCL(G_selfpc)+4 /* # times arc traversed */
377 LCL(G_overflow) = LCL(G_count)+4 /* # times count overflowed */
383 #define G_count LCL(G_count) define
1060 DINC2(G_count(%edx),G_overflow(%edx)) /* bump arc count */
1086 DINC2(G_count(%esi),G_overflow(%esi)) /* bump arc count */
1116 DINC2(G_count(%edi),G_overflow(%edi)) /* bump arc count */
1233 DINC2(G_count(%eax),G_overflow(%eax)) /* bump arc count */
1274 movl $1,G_count(%eax) /* set call count */

Completed in 49 milliseconds