Searched refs:s_ExceptionScreen (Results 1 – 2 of 2) sorted by relevance
129 static DirectPrint* GetDirectPrint() { return &(s_ExceptionScreen->m_DirectPrint); }; in GetDirectPrint()140 …static void SetBuildInfo( const wchar_t* pBuildInfo ) { s_ExceptionScreen->SetBuildInfoImpl( pBuil… in SetBuildInfo()151 static void SetSuffix( const wchar_t* pSuffix ) { s_ExceptionScreen->SetSuffixImpl( pSuffix ); } in SetSuffix()194 static void PrepareDisplaybuffer() { s_ExceptionScreen->PrepareDisplaybufferImpl(); } in PrepareDisplaybuffer()205 static ExceptionScreen* s_ExceptionScreen; variable
28 ExceptionScreen* ExceptionScreen::s_ExceptionScreen = NULL; member in nn::dbg::CTR::ExceptionScreen400 …s_ExceptionScreen = new (allocator->Allocate(sizeof(*s_ExceptionScreen), 8)) ExceptionScreen(optio… in Create()401 s_ExceptionScreen->RegisterHandler(); in Create()496 s_ExceptionScreen->ExceptionHandlerBody( pei , pec ); in ExceptionHandler()503 s_ExceptionScreen->ExceptionHandlerBody( pei , pec ); in HandleException()