Lines Matching defs:val
38 bool DfxInstructions::Flush(DfxRegs& regs, std::shared_ptr<DfxMemory> memory, uintptr_t cfa, RegLoc loc, uintptr_t& val)
46 val = cfa + static_cast<uintptr_t>(loc.val);
49 location = cfa + static_cast<uintptr_t>(loc.val);
50 memory->ReadUptr(location, &val);
53 location = static_cast<uintptr_t>(loc.val);
58 val = regs[location];
62 location = dwarfOp.Eval(regs, cfa, loc.val);
63 memory->ReadUptr(location, &val);
68 val = dwarfOp.Eval(regs, cfa, loc.val);
86 cfaLoc.val = static_cast<intptr_t>(rsState.cfaExprPtr);