Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DRegsArm64.cpp37 : RegsImpl<uint64_t>(ARM64_REG_LAST, Location(LOCATION_REGISTER, ARM64_REG_LR)) { in RegsArm64()
150 memcpy(regs->RawData(), &arm64_ucontext->uc_mcontext.regs[0], ARM64_REG_LAST * sizeof(uint64_t)); in CreateFromUcontext()
172 sizeof(uint64_t) * ARM64_REG_LAST)) { in StepIfSignalHandler()
/system/unwinding/libunwindstack/include/unwindstack/
DUcontextArm64.h49 uint64_t regs[ARM64_REG_LAST]; // __u64
DMachineArm64.h58 ARM64_REG_LAST, enumerator
/system/unwinding/libunwindstack/tests/
DAndroidUnwinderTest.cpp223 ARM64_REG_LAST * sizeof(uint64_t)); in TEST_F()