Home
last modified time | relevance | path

Searched refs:regs_x86_64 (Results 1 – 1 of 1) sorted by relevance

/system/core/libunwindstack/tests/
DRegsTest.cpp248 RegsX86_64 regs_x86_64; in TEST_F() local
263 regs_x86_64.set_pc(0x1800); in TEST_F()
264 ASSERT_EQ(0x800U, regs_x86_64.GetRelPc(&invalid_elf, &map_info)); in TEST_F()
265 ASSERT_EQ(0x800U, regs_x86_64.GetAdjustedPc(0x800U, &invalid_elf)); in TEST_F()