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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc1039 i386_regs thread_regs; local
1044 if (sys_ptrace(PTRACE_GETREGS, thread_pids[i], NULL, &thread_regs) == 0) {
1046 COMPILE_ASSERT(sizeof(thread_regs.SP) == sizeof(void*),
1048 RegisterStackLocked(reinterpret_cast<void*>(thread_regs.SP));
1051 for (void** p = reinterpret_cast<void**>(&thread_regs);
1052 p < reinterpret_cast<void**>(&thread_regs + 1); ++p) {
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc1039 i386_regs thread_regs; local
1044 if (sys_ptrace(PTRACE_GETREGS, thread_pids[i], NULL, &thread_regs) == 0) {
1046 COMPILE_ASSERT(sizeof(thread_regs.SP) == sizeof(void*),
1048 RegisterStackLocked(reinterpret_cast<void*>(thread_regs.SP));
1051 for (void** p = reinterpret_cast<void**>(&thread_regs);
1052 p < reinterpret_cast<void**>(&thread_regs + 1); ++p) {

Completed in 1210 milliseconds