Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_dex_operations.h53 if (ClassLinker::ShouldUseInterpreterEntrypoint( in PerformCall()
Dclass_linker.h592 static bool ShouldUseInterpreterEntrypoint(ArtMethod* method, const void* quick_code)
Dclass_linker.cc2931 bool ClassLinker::ShouldUseInterpreterEntrypoint(ArtMethod* method, const void* quick_code) { in ShouldUseInterpreterEntrypoint() function in art::ClassLinker
3024 } else if (ShouldUseInterpreterEntrypoint(method, quick_code)) { in FixupStaticTrampolines()
3063 bool enter_interpreter = class_linker->ShouldUseInterpreterEntrypoint(method, quick_code); in LinkCode()