Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc340 if (UNLIKELY(!runtime->IsStarted() || Dbg::IsForcedInterpreterNeededForCalling(self, this))) { in Invoke()
Ddebugger.h562 static bool IsForcedInterpreterNeededForCalling(Thread* thread, ArtMethod* m) in IsForcedInterpreterNeededForCalling() function