Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.h151 bool StackHasPointerToMapping(const uint8_t* stack_copy, size_t stack_len,
Dminidump_writer.cc215 return dumper_->StackHasPointerToMapping( in CrashingThreadReferencesPrincipalMapping()
354 !dumper_->StackHasPointerToMapping(*stack_copy, stack_len, in FillThreadStack()
Dlinux_dumper.cc878 bool LinuxDumper::StackHasPointerToMapping(const uint8_t* stack_copy, in StackHasPointerToMapping() function in google_breakpad::LinuxDumper
/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer.cc274 if (dumper_->StackHasPointerToMapping(stack_copy_, stack_len_, in CaptureCrashingThreadStack()