Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h608 static bool IsForcedInterpreterNeededForException(Thread* thread) in IsForcedInterpreterNeededForException() function
Dthread.cc3354 if (Dbg::IsForcedInterpreterNeededForException(this)) { in QuickDeliverException()