Searched refs:ARM64_REG_R0 (Results 1 – 5 of 5) sorted by relevance
/system/core/libunwindstack/include/unwindstack/ |
D | MachineArm64.h | 25 ARM64_REG_R0 = 0, enumerator
|
/system/core/libunwindstack/ |
D | RegsArm64.cpp | 73 fn("x0", regs_[ARM64_REG_R0]); in IterateRegisters()
|
/system/extras/simpleperf/ |
D | OfflineUnwinder.cpp | 69 static_cast<int>(unwindstack::ARM64_REG_R0) == static_cast<int>(PERF_REG_ARM64_X0), ""); in GetBacktraceRegs() 72 memcpy(&arm64_user_regs.regs[unwindstack::ARM64_REG_R0], ®s.data[PERF_REG_ARM64_X0], in GetBacktraceRegs()
|
/system/core/libunwindstack/tests/ |
D | RegsIterateTest.cpp | 84 result.push_back({"x0", ARM64_REG_R0}); in ExpectedRegisters()
|
D | UnwindOfflineTest.cpp | 170 {"x0", ARM64_REG_R0}, {"x1", ARM64_REG_R1}, {"x2", ARM64_REG_R2}, {"x3", ARM64_REG_R3},
|