Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h757 return async_exceptions_thrown_; in AreAsyncExceptionsThrown()
761 DoAndMaybeSwitchInterpreter([=](){ async_exceptions_thrown_ = true; }); in SetAsyncExceptionsThrown()
1209 bool async_exceptions_thrown_; variable
Druntime.cc279 async_exceptions_thrown_(false), in Runtime()