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

  /external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_x86-inl.h 150 static int num_push_instructions = -1; // Sentinel: not computed yet. local
155 if (num_push_instructions == -1) {
169 num_push_instructions = 0;
177 num_push_instructions =
181 num_push_instructions = 0;
184 if (num_push_instructions != 0 && kernel_rt_sigreturn_address != NULL &&
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 153 static int num_push_instructions = -1; // Sentinel: not computed yet. local
158 if (num_push_instructions == -1) {
172 num_push_instructions = 0;
180 num_push_instructions =
184 num_push_instructions = 0;
187 if (num_push_instructions != 0 && kernel_rt_sigreturn_address != NULL &&
219 (uintptr_t)(reg_esp + num_push_instructions - 1) &
224 reg_esp[num_push_instructions - 1]);

Completed in 317 milliseconds