Home
last modified time | relevance | path

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

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