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

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

Completed in 27 milliseconds