Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Ddebugger.h65 static bool IsForcedInterpreterNeededForException(Thread* thread) in IsForcedInterpreterNeededForException() function
H A Dthread.cc3661 if (Dbg::IsForcedInterpreterNeededForException(this) || force_deopt || IsForceInterpreter()) { in QuickDeliverException()