Home
last modified time | relevance | path

Searched refs:is_exception_reported (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dquick_exception_handler.h46 bool is_exception_reported)
Dquick_exception_handler.cc118 bool is_exception_reported) { in FindCatch() argument
149 self_->SetExceptionReportedToInstrumentation(is_exception_reported); in FindCatch()
153 if (!is_exception_reported) { in FindCatch()
Dthread.cc1672 bool is_exception_reported = IsExceptionReportedToInstrumentation(); in ThrowNewWrappedException() local
1703 SetExceptionReportedToInstrumentation(is_exception_reported); in ThrowNewWrappedException()
1756 SetExceptionReportedToInstrumentation(is_exception_reported); in ThrowNewWrappedException()
1774 SetExceptionReportedToInstrumentation(is_exception_reported); in ThrowNewWrappedException()
1958 bool is_exception_reported = IsExceptionReportedToInstrumentation(); in QuickDeliverException() local
1965 exception_handler.FindCatch(throw_location, exception, is_exception_reported); in QuickDeliverException()
Dinstrumentation.cc1013 bool is_exception_reported = thread->IsExceptionReportedToInstrumentation(); in ExceptionCaughtEvent() local
1021 thread->SetExceptionReportedToInstrumentation(is_exception_reported); in ExceptionCaughtEvent()
/art/runtime/mirror/
Dart_method.cc221 bool is_exception_reported = self->IsExceptionReportedToInstrumentation(); in FindCatchBlock() local
258 self->SetExceptionReportedToInstrumentation(is_exception_reported); in FindCatchBlock()
Dclass.cc87 bool is_exception_reported = self->IsExceptionReportedToInstrumentation(); in SetStatus() local
116 self->SetExceptionReportedToInstrumentation(is_exception_reported); in SetStatus()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h621 bool is_exception_reported = self->IsExceptionReportedToInstrumentation(); in UnlockJniSynchronizedMethod() local
637 self->SetExceptionReportedToInstrumentation(is_exception_reported); in UnlockJniSynchronizedMethod()