Lines Matching defs:regs
115 auto regs = DfxRegs::CreateFromRegs(UnwindMode::FRAMEPOINTER_UNWIND, miniRegs,
117 dataPtr->unwinder->SetRegs(regs);
120 context.regs = regs;
145 uintptr_t regs[2]; // 2: pc and fp reg
146 FpUnwinder::GetPcFpRegs(regs);
149 auto unwSize = FpUnwinder::GetPtr()->Unwind(regs[0], regs[1], pcs, maxSize);
168 uintptr_t regs[2]; // 2: pc and fp reg
169 FpUnwinder::GetPcFpRegs(regs);
172 auto unwSize = FpUnwinder::GetPtr()->UnwindSafe(regs[0], regs[1], pcs, maxSize);