Home
last modified time | relevance | path

Searched refs:handler_stack_index_ (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/client/solaris/handler/
Dexception_handler.cc58 int ExceptionHandler::handler_stack_index_ = 0; member in google_breakpad::ExceptionHandler
185 handler_stack_->at(handler_stack_->size() - ++handler_stack_index_); in HandleException()
208 --handler_stack_index_; in HandleException()
214 if (handler_stack_index_ == 0) in HandleException()
Dexception_handler.h188 static int handler_stack_index_; variable
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc57 LONG ExceptionHandler::handler_stack_index_ = 0; member in google_breakpad::ExceptionHandler
441 ++ExceptionHandler::handler_stack_index_); in AutoExceptionHandler()
460 --ExceptionHandler::handler_stack_index_; in ~AutoExceptionHandler()
Dexception_handler.h503 static LONG handler_stack_index_; variable