Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dthread.h460 bool IsAsyncExceptionPending() const { in IsAsyncExceptionPending() function
H A Dclass_linker.cc3388 if (Thread::Current()->IsAsyncExceptionPending()) { in ShouldUseInterpreterEntrypoint()