Home
last modified time | relevance | path

Searched refs:IsExceptionThrownByCurrentMethod (Results 1 – 4 of 4) sorted by relevance

/art/openjdkjvmti/
Devents.cc886 DCHECK(self->IsExceptionThrownByCurrentMethod(exception_object.Get())); in ExceptionThrown()
/art/runtime/
Dthread.h484 bool IsExceptionThrownByCurrentMethod(ObjPtr<mirror::Throwable> exception) const
Dthread.cc2848 bool Thread::IsExceptionThrownByCurrentMethod(ObjPtr<mirror::Throwable> exception) const { in IsExceptionThrownByCurrentMethod() function in art::Thread
3543 IsExceptionThrownByCurrentMethod(exception)) { in QuickDeliverException()
/art/runtime/interpreter/
Dinterpreter_common.cc488 self->IsExceptionThrownByCurrentMethod(exception.Get())) { in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()