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

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-asm.s403 LCL(H_cache_ptr) = LCL(H_prof)+P_size /* cache table of element pointers */
404 LCL(H_size) = LCL(H_cache_ptr)+LCL(H_csize) /* size of gprof header type */
411 #define H_cache_ptr LCL(H_cache_ptr) define
1054 movl H_cache_ptr(%eax),%edx /* last arc searched */
1080 movl H_cache_ptr+4(%eax),%esi /* 2nd arc to be searched */
1088 movl %esi,H_cache_ptr+0(%eax) /* swap 1st and 2nd cached arcs */
1090 movl %edx,H_cache_ptr+4(%eax)
1110 movl H_cache_ptr+8(%eax),%edi /* 3rd arc to be searched */
1118 movl %edi,H_cache_ptr
[all...]

Completed in 13 milliseconds