Lines Matching defs:instructions
544 DwarfCfaInstructions instructions(memory);
545 ASSERT_EQ(true, instructions.Parse(pc, fde, rsState));
601 ASSERT_EQ(true, instructions.Parse(reinterpret_cast<uintptr_t>(requestFdFunc), fde, rsState2));
606 ASSERT_EQ(true, instructions.Parse(reinterpret_cast<uintptr_t>(requestFdFunc) + 24, fde, rsState3));
789 DwarfCfaInstructions instructions(memory);
790 ASSERT_EQ(true, instructions.Parse(pc, fde, rsState));
1163 auto instructions = std::make_shared<DfxInstructions>();
1169 bool ret = instructions->Flush(*(regs.get()), memory, 0, loc, val);
1172 ret = instructions->Flush(*(regs.get()), nullptr, 0, loc, val);
1175 ret = instructions->Flush(*(regs.get()), memory, 0, loc, val);
1178 ret = instructions->Flush(*(regs.get()), memory, 0, loc, val);
1181 ret = instructions->Flush(*(regs.get()), memory, 0, loc, val);
1184 ret = instructions->Flush(*(regs.get()), memory, 0, loc, val);
1187 ret = instructions->Flush(*(regs.get()), memory, 0, loc, val);