Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DMachineArm64.h27 ARM64_REG_R2, enumerator
/aosp12/system/unwinding/libunwindstack/
H A DRegsArm64.cpp100 fn("x2", regs_[ARM64_REG_R2]); in IterateRegisters()
/aosp12/system/unwinding/libunwindstack/tests/
H A DRegsIterateTest.cpp86 result.push_back({"x2", ARM64_REG_R2}); in ExpectedRegisters()
H A DUnwindOfflineTest.cpp177 {"x0", ARM64_REG_R0}, {"x1", ARM64_REG_R1}, {"x2", ARM64_REG_R2},