Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h756 bool AreAsyncExceptionsThrown() const { in AreAsyncExceptionsThrown() function
Dclass_linker.cc592 bool known_impossible = kIsDebugBuild && !Runtime::Current()->AreAsyncExceptionsThrown(); in WrapExceptionInInitializer()
/art/runtime/interpreter/mterp/
Dmterp.cc158 !runtime->AreAsyncExceptionsThrown() && in CanUseMterp()