Home
last modified time | relevance | path

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

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