Searched refs:GetGPRSize (Results 1 - 8 of 8) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextFreeBSD_x86_64.h22 GetGPRSize();
H A DRegisterContextLinux_x86_64.h22 GetGPRSize();
H A DRegisterContextFreeBSD_x86_64.cpp74 RegisterContextFreeBSD_x86_64::GetGPRSize() function in class:RegisterContextFreeBSD_x86_64
H A DRegisterContextLinux_x86_64.cpp109 RegisterContextLinux_x86_64::GetGPRSize() function in class:RegisterContextLinux_x86_64
H A DRegisterContext_x86_64.cpp355 #define REG_CONTEXT_SIZE (GetGPRSize() + sizeof(RegisterContext_x86_64::FPR))
774 ::memcpy (dst, &m_gpr, GetGPRSize());
775 dst += GetGPRSize();
870 ::memcpy (&m_gpr, src, GetGPRSize());
873 src += GetGPRSize();
1460 return monitor.ReadGPR(m_thread.GetID(), &m_gpr, GetGPRSize());
1479 return monitor.WriteGPR(m_thread.GetID(), &m_gpr, GetGPRSize());
H A DRegisterContext_x86_64.h149 GetGPRSize() = 0;
/external/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextCoreFreeBSD_x86_64.cpp21 size = GetGPRSize();
H A DRegisterContextCoreLinux_x86_64.cpp22 size = GetGPRSize();

Completed in 92 milliseconds