Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h70 return IsForcedInterpreterNeededForExceptionImpl(thread); in IsForcedInterpreterNeededForException()
137 static bool IsForcedInterpreterNeededForExceptionImpl(Thread* thread)
Ddebugger.cc140 bool Dbg::IsForcedInterpreterNeededForExceptionImpl(Thread* thread) { in IsForcedInterpreterNeededForExceptionImpl() function in art::Dbg