Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h612 return IsForcedInterpreterNeededForUpcallImpl(thread, m); in IsForcedInterpreterNeededForUpcall()
800 static bool IsForcedInterpreterNeededForUpcallImpl(Thread* thread, ArtMethod* m)
Ddebugger.cc3546 bool Dbg::IsForcedInterpreterNeededForUpcallImpl(Thread* thread, ArtMethod* m) { in IsForcedInterpreterNeededForUpcallImpl() function in art::Dbg