Home
last modified time | relevance | path

Searched refs:AreAsyncExceptionsThrown (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.h694 bool AreAsyncExceptionsThrown() const { in AreAsyncExceptionsThrown() function
/art/runtime/interpreter/mterp/
Dmterp.cc160 !runtime->AreAsyncExceptionsThrown() && in CanUseMterp()