Searched refs:stack_ptr (Results 1 – 3 of 3) sorted by relevance
106 uint64_t stack_ptr = 0; in CheckPlatformExploitability() local111 stack_ptr = context->GetContextX86()->esp; in CheckPlatformExploitability()115 stack_ptr = context->GetContextAMD64()->rsp; in CheckPlatformExploitability()124 if (instruction_ptr <= (stack_ptr + kProbableStackOffset) && in CheckPlatformExploitability()125 instruction_ptr >= (stack_ptr - kProbableStackOffset)) in CheckPlatformExploitability()
252 const uintptr_t stack_ptr = UContextReader::GetStackPointer(ucontext_); in DumpCrashingThread() local253 if (!DumpThreadStack(thread.thread_id, stack_ptr, -1, &stack_copy)) in DumpCrashingThread()
330 const uintptr_t stack_ptr = UContextReader::GetStackPointer(ucontext_); in WriteThreadListStream() local331 if (!FillThreadStack(&thread, stack_ptr, -1, &stack_copy)) in WriteThreadListStream()