Home
last modified time | relevance | path

Searched defs:total_regs (Results 1 – 2 of 2) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DRegs.h50 Regs(uint16_t total_regs, const Location& return_loc) in Regs()
80 uint16_t total_regs() { return total_regs_; } in total_regs() function
98 RegsImpl(uint16_t total_regs, Location return_loc) in RegsImpl()
/system/unwinding/libunwindstack/tests/
DRegsFake.h32 RegsFake(uint16_t total_regs) : Regs(total_regs, Regs::Location(Regs::LOCATION_UNKNOWN, 0)) {} in RegsFake()
77 RegsImplFake(uint16_t total_regs) in RegsImplFake()