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

  /external/v8/src/
isolate-inl.h 28 DCHECK(!thread_local_top_.pending_exception_->IsException(this));
29 return thread_local_top_.pending_exception_;
35 thread_local_top_.pending_exception_ = exception_obj;
40 DCHECK(!thread_local_top_.pending_exception_->IsException(this));
41 thread_local_top_.pending_exception_ = heap_.the_hole_value();
46 DCHECK(!thread_local_top_.pending_exception_->IsException(this));
47 return !thread_local_top_.pending_exception_->IsTheHole(this);
101 pending_exception_(isolate_->pending_exception(), isolate_) {}
105 isolate_->set_pending_exception(*pending_exception_);
isolate.h 307 Object* pending_exception_; member in class:v8::internal::BASE_EMBEDDED
683 Handle<Object> pending_exception_; member in class:v8::internal::Isolate::ExceptionScope
    [all...]
isolate.cc 101 pending_exception_ = NULL;
216 v->VisitPointer(&thread->pending_exception_);
    [all...]
  /art/runtime/
thread.cc 178 pending_exception_(pending_exception.Ptr()),
185 ObjPtr<mirror::Throwable> GetPendingException() const { return pending_exception_; }
192 return reinterpret_cast<mirror::Object**>(&pending_exception_);
210 mirror::Throwable* pending_exception_; member in class:art::DeoptimizationContextRecord
    [all...]

Completed in 82 milliseconds