Searched refs:raw_exception_stream (Results 1 – 2 of 2) sorted by relevance
119 const MDRawExceptionStream *raw_exception_stream = exception->exception(); in CheckPlatformExploitability() local120 if (raw_exception_stream == NULL) { in CheckPlatformExploitability()126 if (this->BenignCrashTrigger(raw_exception_stream)) { in CheckPlatformExploitability()195 const MDRawExceptionStream *raw_exception_stream = exception->exception(); in EndedOnIllegalWrite()198 if (!raw_exception_stream || !context) { in EndedOnIllegalWrite()585 *raw_exception_stream) { in BenignCrashTrigger() argument589 switch (raw_exception_stream->exception_record.exception_code) { in BenignCrashTrigger()
71 bool BenignCrashTrigger(const MDRawExceptionStream *raw_exception_stream);