Lines Matching defs:ctx
57 UnwindContext ctx;
58 ctx.regs = DfxRegs::CreateFromRegs(UnwindMode::DWARF_UNWIND, regs, sizeof(regs) / sizeof(regs[0]));
61 memory->SetCtx(&ctx);
112 UnwindContext ctx;
114 ASSERT_TRUE(GetSelfStackRange(ctx.stackBottom, ctx.stackTop));
116 memory->SetCtx(&ctx);
151 UnwindContext ctx;
153 ASSERT_TRUE(GetSelfStackRange(ctx.stackBottom, ctx.stackTop));
155 memory->SetCtx(&ctx);
181 UnwindContext ctx;
183 ASSERT_TRUE(GetSelfStackRange(ctx.stackBottom, ctx.stackTop));
185 memory->SetCtx(&ctx);
208 UnwindContext ctx;
210 ASSERT_TRUE(GetSelfStackRange(ctx.stackBottom, ctx.stackTop));
212 memory->SetCtx(&ctx);
230 UnwindContext ctx;
231 ctx.regs = DfxRegs::CreateFromRegs(UnwindMode::DWARF_UNWIND, regs, sizeof(regs) / sizeof(regs[0]));
234 memory->SetCtx(&ctx);
256 UnwindContext ctx;
257 ctx.pid = pid;
260 memory->SetCtx(&ctx);
299 UnwindContext ctx;
300 ctx.pid = pid;
303 memory->SetCtx(&ctx);
349 UnwindContext ctx;
350 ctx.pid = pid;
353 memory->SetCtx(&ctx);
391 UnwindContext ctx;
392 ctx.pid = getppid();
395 memory->SetCtx(&ctx);
427 UnwindContext ctx;
428 ctx.pid = pid;
431 memory->SetCtx(&ctx);
459 UnwindContext ctx;
460 ctx.regs = DfxRegs::CreateFromRegs(UnwindMode::DWARF_UNWIND, regs, sizeof(regs) / sizeof(regs[0]));
461 memory->SetCtx(&ctx);