Searched refs:instructions (Results 1 - 1 of 1) sorted by relevance
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | dwarf_test.cpp | 544 DwarfCfaInstructions instructions(memory); in HWTEST_F() 545 ASSERT_EQ(true, instructions.Parse(pc, fde, rsState)); in HWTEST_F() 601 ASSERT_EQ(true, instructions.Parse(reinterpret_cast<uintptr_t>(requestFdFunc), fde, rsState2)); in HWTEST_F() 606 ASSERT_EQ(true, instructions.Parse(reinterpret_cast<uintptr_t>(requestFdFunc) + 24, fde, rsState3)); in HWTEST_F() 789 DwarfCfaInstructions instructions(memory); in HWTEST_F() 790 ASSERT_EQ(true, instructions.Parse(pc, fde, rsState)); in HWTEST_F() 1163 auto instructions = std::make_shared<DfxInstructions>(); in HWTEST_F() local 1169 bool ret = instructions->Flush(*(regs.get()), memory, 0, loc, val); in HWTEST_F() 1172 ret = instructions->Flush(*(regs.get()), nullptr, 0, loc, val); in HWTEST_F() 1175 ret = instructions in HWTEST_F() [all...] |
Completed in 2 milliseconds