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

  /external/libcxxabi/src/Unwind/
Registers.hpp 29 /// Registers_x86 holds the register state of a thread in a 32-bit intel
31 class _LIBUNWIND_HIDDEN Registers_x86 {
33 Registers_x86();
34 Registers_x86(const void *registers);
89 inline Registers_x86::Registers_x86(const void *registers) {
90 static_assert(sizeof(Registers_x86) < sizeof(unw_context_t),
95 inline Registers_x86::Registers_x86() {
99 inline bool Registers_x86::validRegister(int regNum) const
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Registers.hpp 29 /// Registers_x86 holds the register state of a thread in a 32-bit intel
31 class _LIBUNWIND_HIDDEN Registers_x86 {
33 Registers_x86();
34 Registers_x86(const void *registers);
89 inline Registers_x86::Registers_x86(const void *registers) {
90 static_assert(sizeof(Registers_x86) < sizeof(unw_context_t),
95 inline Registers_x86::Registers_x86() {
99 inline bool Registers_x86::validRegister(int regNum) const
    [all...]

Completed in 206 milliseconds