Searched refs:raw_exception_stream (Results 1 – 2 of 2) sorted by relevance
111 const MDRawExceptionStream* raw_exception_stream = exception->exception(); in CheckPlatformExploitability() local112 if (raw_exception_stream == NULL) { in CheckPlatformExploitability()118 if (this->BenignCrashTrigger(raw_exception_stream)) { in CheckPlatformExploitability()188 const MDRawExceptionStream* raw_exception_stream = exception->exception(); in EndedOnIllegalWrite()191 if (!raw_exception_stream || !context) { in EndedOnIllegalWrite()281 const MDRawExceptionStream* raw_exception_stream) { in BenignCrashTrigger() argument285 switch (raw_exception_stream->exception_record.exception_code) { in BenignCrashTrigger()
70 bool BenignCrashTrigger(const MDRawExceptionStream* raw_exception_stream);