Home
last modified time | relevance | path

Searched refs:exception_ (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/processor/
Dminidump.cc2891 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 …]
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h600 return valid_ ? &exception_ : NULL; in exception()
623 MDRawExceptionStream exception_; variable
/external/v8/src/
Disolate.cc197 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()
Ddebug-debugger.js1077 this.exception_ = exception;
1089 return this.exception_;
1127 exception: MakeMirror(this.exception_)
Dmirror-debugger.js1443 this.exception_ = details[3];
1491 return this.exception_ ? true : false;
Dast.h2298 Expression* exception() const { return exception_; } in DECLARE_NODE_TYPE()
2302 : Expression(zone, pos, id_gen), exception_(exception) {} in Throw()
2305 Expression* exception_;
Dapi.cc1955 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()
/external/v8/include/
Dv8.h5378 void* exception_; variable