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

  /art/runtime/mirror/
class.cc 82 Handle<mirror::Throwable> old_exception(hs.NewHandle(self->GetException(&old_throw_location)));
83 CHECK(old_exception.Get() != nullptr);
91 bool throw_eiie = (old_exception.Get() == nullptr);
94 const char* old_exception_descriptor = old_exception->GetClass()->GetDescriptor(&temp);
106 Class* exception_class = old_exception->GetClass();
115 self->SetException(gc_safe_throw_location, old_exception.Get());
  /art/runtime/
jni_internal.cc 727 auto old_exception(hs.NewHandle<mirror::Throwable>(nullptr));
735 old_exception.Assign(old_exception_obj);
741 soa.AddLocalReference<jthrowable>(old_exception.Get()));
746 << PrettyTypeOf(old_exception.Get());
758 soa.Self()->SetException(gc_safe_throw_location, old_exception.Get());
    [all...]
debugger.cc 3781 auto old_exception = hs.NewHandle<mirror::Throwable>(nullptr); local
    [all...]

Completed in 231 milliseconds