Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DMachineArm64.h28 ARM64_REG_R3, enumerator
/aosp12/system/unwinding/libunwindstack/
H A DRegsArm64.cpp101 fn("x3", regs_[ARM64_REG_R3]); in IterateRegisters()
/aosp12/system/unwinding/libunwindstack/tests/
H A DRegsIterateTest.cpp87 result.push_back({"x3", ARM64_REG_R3}); in ExpectedRegisters()
H A DUnwindOfflineTest.cpp178 {"x3", ARM64_REG_R3}, {"x4", ARM64_REG_R4}, {"x5", ARM64_REG_R5},