Searched refs:ARM64_REG_R29 (Results 1 – 4 of 4) sorted by relevance
/system/core/libunwindstack/include/unwindstack/ |
D | MachineArm64.h | 54 ARM64_REG_R29, enumerator
|
/system/core/libunwindstack/ |
D | RegsArm64.cpp | 102 fn("x29", regs_[ARM64_REG_R29]); in IterateRegisters()
|
/system/core/libunwindstack/tests/ |
D | RegsIterateTest.cpp | 113 result.push_back({"x29", ARM64_REG_R29}); in ExpectedRegisters()
|
D | UnwindOfflineTest.cpp | 177 {"x28", ARM64_REG_R28}, {"x29", ARM64_REG_R29}, {"sp", ARM64_REG_SP}, {"lr", ARM64_REG_LR},
|