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

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstacktrace_x86-inl.h198 void **const reg_esp = local
201 if (reg_esp &&
202 ((uintptr_t)reg_esp & (sizeof(reg_esp) - 1)) == 0) {
216 (uintptr_t)(reg_esp + num_push_instructions - 1) &
221 reg_esp[num_push_instructions - 1]);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstacktrace_x86-inl.h201 void **const reg_esp = local
204 if (reg_esp &&
205 ((uintptr_t)reg_esp & (sizeof(reg_esp) - 1)) == 0) {
219 (uintptr_t)(reg_esp + num_push_instructions - 1) &
224 reg_esp[num_push_instructions - 1]);

Completed in 91 milliseconds