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 23 DCHECK(!thread_local_top_.pending_exception_->IsException(this));
24 return thread_local_top_.pending_exception_;
30 thread_local_top_.pending_exception_ = exception_obj;
35 DCHECK(!thread_local_top_.pending_exception_->IsException(this));
36 thread_local_top_.pending_exception_ = heap_.the_hole_value();
41 DCHECK(!thread_local_top_.pending_exception_->IsException(this));
42 return !thread_local_top_.pending_exception_->IsTheHole(this);
86 pending_exception_(isolate_->pending_exception(), isolate_) {}
90 isolate_->set_pending_exception(*pending_exception_);
isolate.h 314 Object* pending_exception_; member in class:v8::internal::BASE_EMBEDDED
676 Handle<Object> pending_exception_; member in class:v8::internal::Isolate::ExceptionScope
    [all...]
isolate.cc 90 pending_exception_ = NULL;
205 v->VisitPointer(&thread->pending_exception_);
    [all...]
  /art/runtime/
thread.cc 176 pending_exception_(pending_exception),
182 mirror::Throwable* GetPendingException() const { return pending_exception_; }
189 return reinterpret_cast<mirror::Object**>(&pending_exception_);
204 mirror::Throwable* pending_exception_; member in class:art::DeoptimizationContextRecord
    [all...]

Completed in 72 milliseconds