Searched refs:ucontext_ (Results 1 – 2 of 2) sorted by relevance
64 : ucontext_(context ? &context->context : NULL), in MicrodumpWriter()248 assert(ucontext_); in DumpCrashingThread()252 const uintptr_t stack_ptr = UContextReader::GetStackPointer(ucontext_); in DumpCrashingThread()259 UContextReader::FillCPUContext(&cpu, ucontext_, float_state_); in DumpCrashingThread()261 UContextReader::FillCPUContext(&cpu, ucontext_); in DumpCrashingThread()364 const struct ucontext* const ucontext_; member in __anon201d90ec0111::MicrodumpWriter
134 ucontext_(context ? &context->context : NULL), in MinidumpWriter()327 ucontext_ && in WriteThreadListStream()330 const uintptr_t stack_ptr = UContextReader::GetStackPointer(ucontext_); in WriteThreadListStream()336 uint64_t ip = UContextReader::GetInstructionPointer(ucontext_); in WriteThreadListStream()382 UContextReader::FillCPUContext(cpu.get(), ucontext_, float_state_); in WriteThreadListStream()384 UContextReader::FillCPUContext(cpu.get(), ucontext_); in WriteThreadListStream()1247 const struct ucontext* const ucontext_; // also from the signal handler member in __anon6dbca4f20111::MinidumpWriter