Searched refs:pointer_byte_size (Results 1 – 1 of 1) sorted by relevance
1115 uint32_t pointer_byte_size = 0; in GetHostInfo() local1193 pointer_byte_size = Args::StringToUInt32 (value.c_str(), 0, 0); in GetHostInfo()1194 if (pointer_byte_size != 0) in GetHostInfo()1229 if (pointer_byte_size) in GetHostInfo()1231 assert (pointer_byte_size == m_host_arch.GetAddressByteSize()); in GetHostInfo()1291 if (pointer_byte_size) in GetHostInfo()1293 assert (pointer_byte_size == m_host_arch.GetAddressByteSize()); in GetHostInfo()1305 if (pointer_byte_size) in GetHostInfo()1307 assert (pointer_byte_size == m_host_arch.GetAddressByteSize()); in GetHostInfo()1827 uint32_t pointer_byte_size = 0; in GetCurrentProcessInfo() local[all …]