Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h659 bool AreAsyncExceptionsThrown() const { in AreAsyncExceptionsThrown() function
/art/runtime/interpreter/mterp/
Dmterp.cc162 (UNLIKELY(runtime->AreAsyncExceptionsThrown()) && in MterpShouldSwitchInterpreters()