Searched defs:is_exception_reported (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Dquick_exception_handler.cc118 bool is_exception_reported) {
149 self_->SetExceptionReportedToInstrumentation(is_exception_reported);
153 if (!is_exception_reported) {
116 FindCatch(const ThrowLocation& throw_location, mirror::Throwable* exception, bool is_exception_reported) argument
H A Dinstrumentation.cc1013 bool is_exception_reported = thread->IsExceptionReportedToInstrumentation(); local
1021 thread->SetExceptionReportedToInstrumentation(is_exception_reported);
H A Dthread.cc1635 bool is_exception_reported = IsExceptionReportedToInstrumentation(); local
1666 SetExceptionReportedToInstrumentation(is_exception_reported);
1719 SetExceptionReportedToInstrumentation(is_exception_reported);
1737 SetExceptionReportedToInstrumentation(is_exception_reported);
1921 bool is_exception_reported = IsExceptionReportedToInstrumentation(); local
1928 exception_handler.FindCatch(throw_location, exception, is_exception_reported);
/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h615 bool is_exception_reported = self->IsExceptionReportedToInstrumentation(); local
631 self->SetExceptionReportedToInstrumentation(is_exception_reported);
/art/runtime/mirror/
H A Dart_method.cc242 bool is_exception_reported = self->IsExceptionReportedToInstrumentation(); local
279 self->SetExceptionReportedToInstrumentation(is_exception_reported);
H A Dclass.cc89 bool is_exception_reported = self->IsExceptionReportedToInstrumentation(); local
118 self->SetExceptionReportedToInstrumentation(is_exception_reported);

Completed in 67 milliseconds