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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstacktrace_libunwind-inl.h82 unw_word_t sp = 0, next_sp = 0; variable
100 if (unw_get_reg(&cursor, UNW_REG_SP, &next_sp)) {
118 sp = next_sp;
119 if (unw_get_reg(&cursor, UNW_REG_SP, &next_sp) , 0) {
122 sizes[n - 1] = next_sp - sp;
H A Dstacktrace_arm-inl.h125 void **next_sp = NextStackFrame<IS_STACK_FRAMES == 0>(sp); variable
133 if (next_sp > sp) {
134 sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp;
142 sp = next_sp;
H A Dstacktrace_powerpc-inl.h134 void **next_sp = NextStackFrame<!IS_STACK_FRAMES>(sp); variable
158 if (next_sp > sp) {
159 sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp;
167 sp = next_sp;
H A Dstacktrace_x86-inl.h351 void **next_sp = NextStackFrame<!IS_STACK_FRAMES, IS_WITH_CONTEXT>(sp, ucp); variable
366 if (next_sp > sp) {
367 sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp;
378 sp = next_sp;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstacktrace_libunwind-inl.h82 unw_word_t sp = 0, next_sp = 0; variable
100 if (unw_get_reg(&cursor, UNW_REG_SP, &next_sp)) {
118 sp = next_sp;
119 if (unw_get_reg(&cursor, UNW_REG_SP, &next_sp) , 0) {
122 sizes[n - 1] = next_sp - sp;
H A Dstacktrace_arm-inl.h125 void **next_sp = NextStackFrame<IS_STACK_FRAMES == 0>(sp); variable
133 if (next_sp > sp) {
134 sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp;
142 sp = next_sp;
H A Dstacktrace_powerpc-inl.h134 void **next_sp = NextStackFrame<!IS_STACK_FRAMES>(sp); variable
158 if (next_sp > sp) {
159 sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp;
167 sp = next_sp;
H A Dstacktrace_x86-inl.h333 void **next_sp = NextStackFrame<!IS_STACK_FRAMES, IS_WITH_CONTEXT>(sp, ucp); variable
339 if (next_sp > sp) {
340 sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp;
348 sp = next_sp;

Completed in 124 milliseconds