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

  /external/libcxxabi/src/Unwind/
Registers.hpp 217 /// Registers_x86_64 holds the register state of a thread in a 64-bit intel
219 class _LIBUNWIND_HIDDEN Registers_x86_64 {
221 Registers_x86_64();
222 Registers_x86_64(const void *registers);
281 inline Registers_x86_64::Registers_x86_64(const void *registers) {
282 static_assert(sizeof(Registers_x86_64) < sizeof(unw_context_t),
287 inline Registers_x86_64::Registers_x86_64() {
291 inline bool Registers_x86_64::validRegister(int regNum) const
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Registers.hpp 217 /// Registers_x86_64 holds the register state of a thread in a 64-bit intel
219 class _LIBUNWIND_HIDDEN Registers_x86_64 {
221 Registers_x86_64();
222 Registers_x86_64(const void *registers);
281 inline Registers_x86_64::Registers_x86_64(const void *registers) {
282 static_assert(sizeof(Registers_x86_64) < sizeof(unw_context_t),
287 inline Registers_x86_64::Registers_x86_64() {
291 inline bool Registers_x86_64::validRegister(int regNum) const
    [all...]

Completed in 35 milliseconds