Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Ddebugger.h67 static bool IsForcedInterpreterNeededForException(Thread* thread) in IsForcedInterpreterNeededForException() function
H A Dthread.cc4010 if (Dbg::IsForcedInterpreterNeededForException(this) || IsForceInterpreter() || needs_deopt) { in QuickDeliverException()