Searched refs:exception_ (Results 1 – 8 of 8) sorted by relevance
2891 exception_(), in MinidumpException()2908 if (expected_size != sizeof(exception_)) { in Read()2910 " != " << sizeof(exception_); in Read()2914 if (!minidump_->ReadBytes(&exception_, sizeof(exception_))) { in Read()2920 Swap(&exception_.thread_id); in Read()2923 Swap(&exception_.exception_record.exception_code); in Read()2924 Swap(&exception_.exception_record.exception_flags); in Read()2925 Swap(&exception_.exception_record.exception_record); in Read()2926 Swap(&exception_.exception_record.exception_address); in Read()2927 Swap(&exception_.exception_record.number_parameters); in Read()[all …]
600 return valid_ ? &exception_ : NULL; in exception()623 MDRawExceptionStream exception_; variable
197 v->VisitPointer(bit_cast<Object**>(&(block->exception_))); in Iterate()895 if (scheduled_exception() == handler->exception_) { in CancelScheduledExceptionFromTryCatch()1797 try_catch_handler()->exception_ = heap()->null_value(); in PropagatePendingExceptionToExternalTryCatch()1806 handler->exception_ = pending_exception(); in PropagatePendingExceptionToExternalTryCatch()
1077 this.exception_ = exception;1089 return this.exception_;1127 exception: MakeMirror(this.exception_)
1443 this.exception_ = details[3];1491 return this.exception_ ? true : false;
2298 Expression* exception() const { return exception_; } in DECLARE_NODE_TYPE()2302 : Expression(zone, pos, id_gen), exception_(exception) {} in Throw()2305 Expression* exception_;
1955 return !reinterpret_cast<i::Object*>(exception_)->IsTheHole(); in HasCaught()1980 i::Object* exception = reinterpret_cast<i::Object*>(exception_); in Exception()1991 i::Object* raw_obj = reinterpret_cast<i::Object*>(exception_); in StackTrace()2038 exception_ = the_hole; in ResetInternal()
5378 void* exception_; variable