Searched refs:raw_exception (Results 1 – 5 of 5) sorted by relevance
731 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST() local732 ASSERT_TRUE(raw_exception != NULL); in TEST()733 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST()734 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST()736 raw_exception->exception_record.exception_address); in TEST()805 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST() local806 ASSERT_TRUE(raw_exception != NULL); in TEST()807 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST()808 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST()810 raw_exception->exception_record.exception_address); in TEST()[all …]
83 const MDRawExceptionStream *raw_exception = exception->exception(); in CheckPlatformExploitability() local84 if (!raw_exception) { in CheckPlatformExploitability()102 uint32_t exception_code = raw_exception->exception_record.exception_code; in CheckPlatformExploitability()172 if (raw_exception->exception_record.number_parameters >= 1) { in CheckPlatformExploitability()175 (raw_exception->exception_record.exception_information[0]); in CheckPlatformExploitability()
658 const MDRawExceptionStream *raw_exception = exception->exception(); in GetCrashReason() local659 if (!raw_exception) in GetCrashReason()663 *address = raw_exception->exception_record.exception_address; in GetCrashReason()670 uint32_t exception_code = raw_exception->exception_record.exception_code; in GetCrashReason()671 uint32_t exception_flags = raw_exception->exception_record.exception_flags; in GetCrashReason()1023 if (raw_exception->exception_record.number_parameters >= 1) { in GetCrashReason()1026 (raw_exception->exception_record.exception_information[0]); in GetCrashReason()1045 raw_exception->exception_record.number_parameters >= 2) { in GetCrashReason()1047 raw_exception->exception_record.exception_information[1]; in GetCrashReason()1060 if (raw_exception->exception_record.number_parameters >= 1) { in GetCrashReason()[all …]
132 const MDRawExceptionStream* raw_exception = exception->exception(); in InProcessCrash() local133 ASSERT_TRUE(raw_exception); in InProcessCrash()137 raw_exception->exception_record.exception_code); in InProcessCrash()139 raw_exception->exception_record.exception_flags); in InProcessCrash()142 raw_exception->exception_record.exception_code); in InProcessCrash()145 raw_exception->exception_record.exception_flags); in InProcessCrash()148 raw_exception->exception_record.exception_flags); in InProcessCrash()229 const MDRawExceptionStream* raw_exception = exception->exception(); in TEST_F() local230 ASSERT_TRUE(raw_exception); in TEST_F()233 raw_exception->exception_record.exception_code); in TEST_F()
1140 Object* Isolate::Throw(Object* raw_exception, MessageLocation* location) { in Throw() argument1144 Handle<Object> exception(raw_exception, this); in Throw()1170 raw_exception = *exception; in Throw()1175 raw_exception->Print(); in Throw()1197 if (is_catchable_by_javascript(raw_exception)) { in Throw()