Lines Matching refs:ExceptionScreen
28 ExceptionScreen* ExceptionScreen::s_ExceptionScreen = NULL;
181 wchar_t buildInfo[ExceptionScreen::MAX_BUILD_INFO_CHARS]; in WriteToSd()
396 void ExceptionScreen::Create( nn::fnd::IAllocator* allocator, bit32 option ) in Create()
400 …s_ExceptionScreen = new (allocator->Allocate(sizeof(*s_ExceptionScreen), 8)) ExceptionScreen(optio… in Create()
405 ExceptionScreen::ExceptionScreen(bit32 option) in ExceptionScreen() function in nn::dbg::CTR::ExceptionScreen
415 ExceptionScreen::~ExceptionScreen() in ~ExceptionScreen()
421 void ExceptionScreen::RegisterHandler() in RegisterHandler()
430 s32 ExceptionScreen::PutBackTraceString(char* pOut, size_t size, uptr stackPtr, bit32 lr) in PutBackTraceString()
471 void ExceptionScreen::OnHalt( const char* msg ) in OnHalt()
492 void ExceptionScreen::ExceptionHandler(nn::os::ARM::ExceptionInfo* pei, nn::os::ARM::ExceptionConte… in ExceptionHandler()
501 void ExceptionScreen::HandleException(nn::os::ARM::ExceptionInfo* pei, nn::os::ARM::ExceptionContex… in HandleException()
505 void ExceptionScreen::ExceptionHandlerBody(nn::os::ARM::ExceptionInfo* pei, nn::os::ARM::ExceptionC… in ExceptionHandlerBody()
563 void ExceptionScreen::SetBuildInfoImpl( const wchar_t* pBuildInfo ) in SetBuildInfoImpl()
569 void ExceptionScreen::SetSuffixImpl( const wchar_t* pSuffix ) in SetSuffixImpl()
576 void ExceptionScreen::PrepareDisplaybufferImpl() in PrepareDisplaybufferImpl()
592 void ExceptionScreen::AssignNewDisplaybuffer() in AssignNewDisplaybuffer()