HomeSort by relevance Sort by last modified time
    Searched refs:reg_esp (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_x86-inl.h 198 void **const reg_esp = local
199 reinterpret_cast<void **>(ucv->uc_mcontext.gregs[REG_ESP]);
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/
stacktrace_x86-inl.h 201 void **const reg_esp = local
202 reinterpret_cast<void **>(ucv->uc_mcontext.gregs[REG_ESP]);
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 675 milliseconds