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

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

Completed in 167 milliseconds