Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DRegsTest.cpp51 class RegsTestTmpl : public RegsTmpl<TypeParam> { class
53 RegsTestTmpl(uint16_t total_regs, uint16_t regs_sp) in RegsTestTmpl() function in RegsTestTmpl
55 RegsTestTmpl(uint16_t total_regs, uint16_t regs_sp, Regs::Location return_loc) in RegsTestTmpl() function in RegsTestTmpl
57 virtual ~RegsTestTmpl() = default;
83 RegsTestTmpl<uint32_t> regs32(50, 10); in TEST_F()
106 RegsTestTmpl<uint64_t> regs64(30, 12); in TEST_F()
130 RegsTestTmpl<AddressType> regs(30, 12); in regs_rel_pc()
150 RegsTestTmpl<AddressType> regs(20, 10, Regs::Location(Regs::LOCATION_REGISTER, 5)); in regs_return_address_register()
167 RegsTestTmpl<uint32_t> regs(20, 10, Regs::Location(Regs::LOCATION_SP_OFFSET, -2)); in TEST_F()
177 RegsTestTmpl<uint64_t> regs(20, 10, Regs::Location(Regs::LOCATION_SP_OFFSET, -8)); in TEST_F()