Searched refs:pHandler (Results 1 – 2 of 2) sorted by relevance
130 void SetUserExceptionHandler(UserExceptionHandler pHandler, uptr stackBottom);164 void SetUserExceptionHandler(UserExceptionHandler pHandler, T* pStack) in SetUserExceptionHandler() argument166 SetUserExceptionHandler(pHandler, pStack->GetStackBottom()); in SetUserExceptionHandler()
38 void SetUserExceptionHandler(UserExceptionHandler pHandler, uptr stackBottom) in SetUserExceptionHandler() argument42 s_pTlr->handlerAddress = reinterpret_cast<uptr>(pHandler); in SetUserExceptionHandler()