Home
last modified time | relevance | path

Searched refs:ARM64_PREG_RA_SIGN_STATE (Results 1 – 6 of 6) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
DMachineArm64.h67 ARM64_PREG_RA_SIGN_STATE = 34, enumerator
68 ARM64_PREG_FIRST = ARM64_PREG_RA_SIGN_STATE,
/system/core/libunwindstack/
DRegsArm64.cpp169 this->SetPseudoRegister(Arm64Reg::ARM64_PREG_RA_SIGN_STATE, 0); in ResetPseudoRegisters()
190 auto result = this->GetPseudoRegister(Arm64Reg::ARM64_PREG_RA_SIGN_STATE, &value); in IsRASigned()
DDwarfCfa.cpp531 auto cfa_location = loc_regs->find(Arm64Reg::ARM64_PREG_RA_SIGN_STATE); in cfa_aarch64_negate_ra_state()
533 (*loc_regs)[Arm64Reg::ARM64_PREG_RA_SIGN_STATE] = {.type = DWARF_LOCATION_PSEUDO_REGISTER, in cfa_aarch64_negate_ra_state()
/system/extras/simpleperf/
DOfflineUnwinder_test.cpp114 arm64.SetPseudoRegister(unwindstack::Arm64Reg::ARM64_PREG_RA_SIGN_STATE, 1); in TEST()
/system/core/libunwindstack/tests/
DRegsTest.cpp252 arm64.SetPseudoRegister(Arm64Reg::ARM64_PREG_RA_SIGN_STATE, 1); in TEST_F()
DDwarfCfaTest.cpp973 auto location = loc_regs.find(Arm64Reg::ARM64_PREG_RA_SIGN_STATE); in TYPED_TEST_P()
986 location = loc_regs.find(Arm64Reg::ARM64_PREG_RA_SIGN_STATE); in TYPED_TEST_P()
999 location = loc_regs.find(Arm64Reg::ARM64_PREG_RA_SIGN_STATE); in TYPED_TEST_P()