Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Druntime.h841 return async_exceptions_thrown_; in AreAsyncExceptionsThrown()
845 async_exceptions_thrown_ = true; in SetAsyncExceptionsThrown()
1396 bool async_exceptions_thrown_; variable
H A Druntime.cc299 async_exceptions_thrown_(false), in Runtime()