Searched refs:m_cpu_type (Results 1 – 2 of 2) sorted by relevance
163 m_cpu_type(0), m_exception_port(MACH_PORT_NULL), m_exc_port_info(), in NativeProcessDarwin()686 if (m_cpu_type == 0 && m_pid != 0) in GetCPUType()687 m_cpu_type = GetCPUTypeForLocalProcess(m_pid); in GetCPUType()688 return m_cpu_type; in GetCPUType()775 if (m_cpu_type != process_cpu_type) { in ExceptionMessageBundleComplete()779 __FUNCTION__, m_cpu_type, process_cpu_type); in ExceptionMessageBundleComplete()780 m_cpu_type = process_cpu_type; in ExceptionMessageBundleComplete()
147 mutable cpu_type_t m_cpu_type; variable