Lines Matching full:because
33 // by default, because certain optimizations interfere with its proper
145 // GetEBP returns the current value of the %ebp register. Because it's
149 // on the stack (provided frame pointers are not being omitted.) Because
186 // because GetEBP and stackwalking necessarily depends on access to frame
187 // pointers. Because this function depends on a call instruction and the
204 // is the stack pointer on ppc. Because it's implemented as a function,
207 // compiler-generated prolog stored on the stack. Because this function
223 // GetPC. Because this function depends on the caller's use of a branch
240 // by convention, is the stack pointer on sparc. Because it's implemented
244 // Because this function depends on the compiler-generated prolog, inlining
256 // GetFP returns the current value of the %fp register. Because it's
260 // on the stack (provided frame pointers are not being omitted.) Because
276 // GetPC. Because this function depends on the caller's use of a branch
309 // that called CountCallerFrames. Because this function's return value
373 // Subtract 1 because the caller wants the number of frames beneath in CountCallerFrames()
374 // itself. Because the caller called us, subract two for our frame and its in CountCallerFrames()
384 // Because this calls CountCallerFrames, inlining is disabled.
404 // Because this calls CountCallerFrames, inlining is disabled - but because