Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h580 return IsForcedInterpreterNeededForCallingImpl(thread, m); in IsForcedInterpreterNeededForCalling()
774 static bool IsForcedInterpreterNeededForCallingImpl(Thread* thread, ArtMethod* m)
Ddebugger.cc3498 bool Dbg::IsForcedInterpreterNeededForCallingImpl(Thread* thread, ArtMethod* m) { in IsForcedInterpreterNeededForCallingImpl() function in art::Dbg