Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Ddebugger.h75 return IsForcedInterpreterNeededForExceptionImpl(thread); in IsForcedInterpreterNeededForException()
141 static bool IsForcedInterpreterNeededForExceptionImpl(Thread* thread)
H A Ddebugger.cc140 bool Dbg::IsForcedInterpreterNeededForExceptionImpl(Thread* thread) { in IsForcedInterpreterNeededForExceptionImpl() function in art::Dbg