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

/external/google-breakpad/src/client/solaris/handler/
H A Dexception_handler.cc58 int ExceptionHandler::handler_stack_index_ = 0; member in class:google_breakpad::ExceptionHandler
185 handler_stack_->at(handler_stack_->size() - ++handler_stack_index_);
208 --handler_stack_index_;
214 if (handler_stack_index_ == 0)
H A Dexception_handler.h188 static int handler_stack_index_; member in class:google_breakpad::ExceptionHandler
/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.cc57 LONG ExceptionHandler::handler_stack_index_ = 0; member in class:google_breakpad::ExceptionHandler
422 // Increment handler_stack_index_ so that if another Breakpad handler is
430 // preincrementing handler_stack_index_ avoids needing to subtract 1 from
441 ++ExceptionHandler::handler_stack_index_);
460 --ExceptionHandler::handler_stack_index_;
H A Dexception_handler.h503 static LONG handler_stack_index_; member in class:google_breakpad::ExceptionHandler
506 // handler_stack_index_. The critical section is initialized by the

Completed in 120 milliseconds