HomeSort by relevance Sort by last modified time
    Searched refs:exception_ (Results 1 - 18 of 18) sorted by null

  /external/v8/src/wasm/
wasm-result.h 109 i::Handle<i::Object> result = exception_;
110 exception_ = i::Handle<i::Object>::null();
114 bool error() const { return !exception_.is_null(); }
122 i::Handle<i::Object> exception_; member in class:v8::internal::wasm::ErrorThrower
wasm-result.cc 46 exception_ = isolate_->factory()->NewError(constructor, message);
94 isolate_->ScheduleThrow(*exception_);
  /external/ImageMagick/Magick++/lib/
Exception.cpp 686 std::string Magick::formatExceptionMessage(const MagickCore::ExceptionInfo *exception_)
690 if (exception_->reason != (char *) NULL)
693 message+=std::string(exception_->reason);
696 if (exception_->description != (char *) NULL)
697 message += " (" + std::string(exception_->description) + ")";
701 Magick::Exception* Magick::createException(const MagickCore::ExceptionInfo *exception_)
703 std::string message=formatExceptionMessage(exception_);
704 switch (exception_->severity)
820 MagickPPExport void Magick::throwException(ExceptionInfo *exception_,
840 if (exception_->severity == MagickCore::UndefinedException
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Exception.h 410 const MagickCore::ExceptionInfo *exception_);
412 Exception* createException(const MagickCore::ExceptionInfo *exception_);
421 MagickCore::ExceptionInfo *exception_,const bool quiet_=false);
  /external/google-breakpad/src/processor/
minidump.cc     [all...]
  /art/runtime/
quick_exception_handler.cc 64 exception_(exception),
108 Handle<mirror::Class> to_find(hs.NewHandle((*exception_)->GetClass()));
135 Handle<mirror::Throwable>* exception_; member in class:art::FINAL
debugger.cc 3022 const Handle<mirror::Throwable>& exception_; member in class:art::CatchLocationFinder
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 600 return valid_ ? &exception_ : NULL;
623 MDRawExceptionStream exception_; member in class:google_breakpad::MinidumpException
    [all...]
  /external/ImageMagick/Magick++/tests/
attributes.cpp 644 catch ( Exception &exception_)
647 << " \"" << exception_.what() << "\"" << endl;
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 300 * exception is Thread::Current()->exception_ when the runtime method frame is ready.
309 * exception is Thread::Current()->exception_.
    [all...]
  /art/runtime/arch/mips/
quick_entrypoints_mips.S 513 * exception is Thread::Current()->exception_ when the runtime method frame is ready.
524 * exception is Thread::Current()->exception_.
533 lw $t0, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_
    [all...]
  /external/v8/src/ast/
ast.h 2549 Expression* exception_; member in class:v8::internal::final
    [all...]
  /external/v8/src/debug/
debug.js 906 this.exception_ = exception;
918 return this.exception_;
mirrors.js     [all...]
  /external/v8/src/
isolate.cc 224 v->VisitPointer(bit_cast<Object**>(&(block->exception_)));
    [all...]
api.cc     [all...]
  /art/runtime/arch/mips64/
quick_entrypoints_mips64.S 553 * exception is Thread::Current()->exception_ when the runtime method frame is ready.
564 * exception is Thread::Current()->exception_.
573 ld $t0, THREAD_EXCEPTION_OFFSET(rSELF) # load Thread::Current()->exception_
    [all...]
  /external/v8/include/
v8.h 8018 void* exception_; member in class:v8::TryCatch
    [all...]

Completed in 744 milliseconds