Searched refs:ucontext_ (Results 1 – 2 of 2) sorted by relevance
140 : ucontext_(context ? &context->context : NULL), in MicrodumpWriter()246 stack_pointer_ = UContextReader::GetStackPointer(ucontext_); in CaptureCrashingThreadStack()271 uintptr_t pc = UContextReader::GetInstructionPointer(ucontext_); in CaptureCrashingThreadStack()413 UContextReader::FillCPUContext(&cpu, ucontext_, float_state_); in DumpCPUState()415 UContextReader::FillCPUContext(&cpu, ucontext_); in DumpCPUState()607 const ucontext_t* const ucontext_; member in __anonbee025e30111::MicrodumpWriter
138 ucontext_(context ? &context->context : NULL), in MinidumpWriter()188 if (!ucontext_ || !principal_mapping_) in CrashingThreadReferencesPrincipalMapping()196 const uintptr_t stack_pointer = UContextReader::GetStackPointer(ucontext_); in CrashingThreadReferencesPrincipalMapping()197 const uintptr_t pc = UContextReader::GetInstructionPointer(ucontext_); in CrashingThreadReferencesPrincipalMapping()415 ucontext_ && in WriteThreadListStream()418 const uintptr_t stack_ptr = UContextReader::GetStackPointer(ucontext_); in WriteThreadListStream()420 UContextReader::GetInstructionPointer(ucontext_), in WriteThreadListStream()426 uint64_t ip = UContextReader::GetInstructionPointer(ucontext_); in WriteThreadListStream()472 UContextReader::FillCPUContext(cpu.get(), ucontext_, float_state_); in WriteThreadListStream()474 UContextReader::FillCPUContext(cpu.get(), ucontext_); in WriteThreadListStream()[all …]