Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DMachineArm64.h52 ARM64_REG_R27, enumerator
/aosp12/system/unwinding/libunwindstack/
H A DRegsArm64.cpp125 fn("x27", regs_[ARM64_REG_R27]); in IterateRegisters()
/aosp12/system/unwinding/libunwindstack/tests/
H A DRegsIterateTest.cpp111 result.push_back({"x27", ARM64_REG_R27}); in ExpectedRegisters()
H A DUnwindOfflineTest.cpp186 {"x27", ARM64_REG_R27}, {"x28", ARM64_REG_R28}, {"x29", ARM64_REG_R29},