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

/art/openjdkjvmti/
H A Devents.cc784 DCHECK(self->IsExceptionThrownByCurrentMethod(exception_object.Get()));
/art/runtime/
H A Dthread.h485 bool IsExceptionThrownByCurrentMethod(ObjPtr<mirror::Throwable> exception) const
H A Dthread.cc2644 bool Thread::IsExceptionThrownByCurrentMethod(ObjPtr<mirror::Throwable> exception) const { function in class:Thread
3344 IsExceptionThrownByCurrentMethod(exception)) {
/art/runtime/interpreter/
H A Dinterpreter_common.cc437 self->IsExceptionThrownByCurrentMethod(exception.Get())) {

Completed in 4870 milliseconds