Home
last modified time | relevance | path

Searched refs:stack_lower_bound_ (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer.cc157 stack_lower_bound_(0), in MicrodumpWriter()
251 if (!dumper_->GetStackInfo(reinterpret_cast<const void**>(&stack_lower_bound_), in CaptureCrashingThreadStack()
263 reinterpret_cast<const void*>(stack_lower_bound_), in CaptureCrashingThreadStack()
278 stack_pointer_ - stack_lower_bound_, in CaptureCrashingThreadStack()
397 stack_pointer_ - stack_lower_bound_); in DumpThreadStack()
403 LogAppend(stack_lower_bound_); in DumpThreadStack()
412 LogAppend(stack_lower_bound_ + stack_off); in DumpThreadStack()
639 uintptr_t stack_lower_bound_; member in __anon705792190111::MicrodumpWriter