Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DRegsTest.cpp53 RegsTestTmpl(uint16_t total_regs, uint16_t regs_sp) in RegsTestTmpl() argument
54 : RegsTmpl<TypeParam>(total_regs, regs_sp, Regs::Location(Regs::LOCATION_UNKNOWN, 0)) {} in RegsTestTmpl()
55 RegsTestTmpl(uint16_t total_regs, uint16_t regs_sp, Regs::Location return_loc) in RegsTestTmpl() argument
56 : RegsTmpl<TypeParam>(total_regs, regs_sp, return_loc) {} in RegsTestTmpl()