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

  /art/runtime/entrypoints/quick/
quick_throw_entrypoints.cc 56 self->SetException(exception);
quick_trampoline_entrypoints.cc 760 self->SetException(pending_exception);
    [all...]
  /art/runtime/
quick_exception_handler.cc 174 self_->SetException(exception_ref.Get());
516 self_->SetException(Thread::GetDeoptimizationException());
thread.cc     [all...]
art_method.cc 313 self->SetException(exception.Get());
    [all...]
common_throws.cc 834 self->SetException(self->DecodeJObject(exc.get())->AsThrowable());
    [all...]
instrumentation.cc     [all...]
thread.h 436 void SetException(ObjPtr<mirror::Throwable> new_exception) REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
jni_internal.cc 404 soa.Self()->SetException(soa.Decode<mirror::Throwable>(exception.get()));
561 soa.Self()->SetException(exception);
606 soa.Self()->SetException(old_exception.Get());
    [all...]
class_linker.cc 203 self->SetException(obj->AsThrowable());
233 self->SetException(pre_allocated);
    [all...]
debugger.cc     [all...]
  /external/python/cpython2/Modules/_ctypes/
callproc.c 261 static void SetException(DWORD code, EXCEPTION_RECORD *pr)
869 SetException(dwExceptionCode, &record);
    [all...]
  /external/python/cpython3/Modules/_ctypes/
callproc.c 254 static void SetException(DWORD code, EXCEPTION_RECORD *pr)
837 SetException(dwExceptionCode, &record);
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h     [all...]
  /art/openjdkjvmti/
events.cc 577 self->SetException(old_exception.Get());
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc 466 self->SetException(exception.Get());
    [all...]
interpreter_switch_impl.cc 160 self->SetException(thr.Get());
    [all...]
  /art/runtime/mirror/
class.cc 148 self->SetException(throwable.Get());
    [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 495 milliseconds