Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dmterp.cc163 Thread::Current()->IsAsyncExceptionPending()); in MterpShouldSwitchInterpreters()
/art/runtime/
Dthread.h423 bool IsAsyncExceptionPending() const { in IsAsyncExceptionPending() function
Dclass_linker.cc2933 if (Thread::Current()->IsAsyncExceptionPending()) { in ShouldUseInterpreterEntrypoint()