Home
last modified time | relevance | path

Searched refs:ExceptionParameters (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc102 struct ExceptionParameters { struct
103 ExceptionParameters() : count(0) {} in ExceptionParameters() function
431 ExceptionParameters current; in ForwardException()
657 previous_ = new (gBreakpadAllocator->Allocate(sizeof(ExceptionParameters)) ) in InstallHandler()
658 ExceptionParameters(); in InstallHandler()
660 previous_ = new ExceptionParameters(); in InstallHandler()
718 previous_->~ExceptionParameters(); in UninstallHandler()
Dexception_handler.h55 struct ExceptionParameters;
250 ExceptionParameters *previous_;