Searched refs:CanMethodUseNterp (Results 1 – 6 of 6) sorted by relevance
76 EXPORT bool CanMethodUseNterp(ArtMethod* method, InstructionSet isa = kRuntimeISA)
227 bool CanMethodUseNterp(ArtMethod* method, InstructionSet isa) { in CanMethodUseNterp() function
317 CanMethodUseNterp(method) && in CanUseNterp()
947 } else if (interpreter::IsNterpSupported() && CanMethodUseNterp(method)) { in CopyMethodArrays()
749 if (class_linker_->IsQuickResolutionStub(existing) && CanMethodUseNterp(&method)) { in operator ()()
3498 } else if (CanMethodUseNterp(method, compiler_options_.GetInstructionSet())) { in GetQuickCode()