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

/art/runtime/
H A Dclass_linker.cc2908 bool ClassLinker::ShouldUseInterpreterEntrypoint(ArtMethod* method, const void* quick_code) { function in class:art::ClassLinker
3000 } else if (ShouldUseInterpreterEntrypoint(method, quick_code)) {
3039 bool enter_interpreter = class_linker->ShouldUseInterpreterEntrypoint(method, quick_code);

Completed in 37 milliseconds