Searched refs:CanMethodUseNterp (Results 1 – 4 of 4) sorted by relevance
81 bool CanMethodUseNterp(ArtMethod* method, InstructionSet isa = kRuntimeISA)
190 bool CanMethodUseNterp(ArtMethod* method, InstructionSet isa) { in CanMethodUseNterp() function
238 CanMethodUseNterp(method)) { in ChangeInterpreterBridgeToNterp()3355 if (interpreter::CanRuntimeUseNterp() && CanMethodUseNterp(method)) { in GetQuickOatCodeFor()3484 CanMethodUseNterp(method)) { in FixupStaticTrampolines()
3239 } else if (CanMethodUseNterp(method, compiler_options_.GetInstructionSet())) { in GetQuickCode()