Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc327 Dbg::IsForcedInterpreterNeededForCalling(self, this))) { in Invoke()
Ddebugger.h574 static bool IsForcedInterpreterNeededForCalling(Thread* thread, ArtMethod* m) in IsForcedInterpreterNeededForCalling() function
Dclass_linker.cc3375 Dbg::IsForcedInterpreterNeededForCalling(Thread::Current(), method)) { in ShouldUseInterpreterEntrypoint()