Searched refs:StopInfoMachException (Results 1 – 6 of 6) sorted by relevance
18 class StopInfoMachException : public StopInfo {21 StopInfoMachException(Thread &thread, uint32_t exc_type, in StopInfoMachException() function27 ~StopInfoMachException() override = default;
33 const char *StopInfoMachException::GetDescription() { in GetDescription()335 StopInfoSP StopInfoMachException::CreateStopReasonWithMachException( in CreateStopReasonWithMachException()537 return StopInfoSP(new StopInfoMachException(thread, exc_type, exc_data_count, in CreateStopReasonWithMachException()
52 StopInfoMachException.cpp
163 StopInfoMachException::CreateStopReasonWithMachException( in SetStopInfoFrom_KDP_EXCEPTION()
352 stop_info = StopInfoMachException::CreateStopReasonWithMachException( in RefreshStateAfterStop()
1797 StopInfoMachException::CreateStopReasonWithMachException( in SetThreadStopInfo()