Home
last modified time | relevance | path

Searched refs:IsAsyncExceptionPending (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dinstrumentation.cc1562 if (self->IsAsyncExceptionPending() || ShouldDeoptimizeCaller(self, sp)) { in DeoptimizeIfNeeded()
Dthread.h546 bool IsAsyncExceptionPending() const { in IsAsyncExceptionPending() function
/art/runtime/interpreter/
Dinterpreter_common.cc89 if (Thread::Current()->IsAsyncExceptionPending()) { in ShouldStayInSwitchInterpreter()