Searched refs:pointer_byte_size (Results 1 – 1 of 1) sorted by relevance
1145 uint32_t pointer_byte_size = 0; in GetHostInfo() local1195 if (!value.getAsInteger(0, pointer_byte_size)) in GetHostInfo()1230 if (pointer_byte_size) { in GetHostInfo()1274 if (pointer_byte_size) { in GetHostInfo()1283 if (pointer_byte_size) { in GetHostInfo()1284 assert(pointer_byte_size == m_host_arch.GetAddressByteSize()); in GetHostInfo()2002 uint32_t pointer_byte_size = 0; in GetCurrentProcessInfo() local2033 if (!value.getAsInteger(16, pointer_byte_size)) in GetCurrentProcessInfo()2054 if (pointer_byte_size) { in GetCurrentProcessInfo()2055 assert(pointer_byte_size == m_process_arch.GetAddressByteSize()); in GetCurrentProcessInfo()[all …]