HomeSort by relevance Sort by last modified time
    Searched defs:Registers_arm64 (Results 1 - 2 of 2) sorted by null

  /external/libcxxabi/src/Unwind/
Registers.hpp 1019 /// Registers_arm64 holds the register state of a thread in a 64-bit arm
1021 class _LIBUNWIND_HIDDEN Registers_arm64 {
1023 Registers_arm64();
1024 Registers_arm64(const void *registers);
1064 inline Registers_arm64::Registers_arm64(const void *registers) {
1065 static_assert(sizeof(Registers_arm64) < sizeof(unw_context_t),
1072 inline Registers_arm64::Registers_arm64() {
1077 inline bool Registers_arm64::validRegister(int regNum) const
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Registers.hpp 1019 /// Registers_arm64 holds the register state of a thread in a 64-bit arm
1021 class _LIBUNWIND_HIDDEN Registers_arm64 {
1023 Registers_arm64();
1024 Registers_arm64(const void *registers);
1064 inline Registers_arm64::Registers_arm64(const void *registers) {
1065 static_assert(sizeof(Registers_arm64) < sizeof(unw_context_t),
1072 inline Registers_arm64::Registers_arm64() {
1077 inline bool Registers_arm64::validRegister(int regNum) const
    [all...]

Completed in 96 milliseconds