Home
last modified time | relevance | path

Searched refs:CanMethodUseNterp (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/
H A Dnterp_helpers.h81 bool CanMethodUseNterp(ArtMethod* method, InstructionSet isa = kRuntimeISA)
H A Dnterp_helpers.cc190 bool CanMethodUseNterp(ArtMethod* method, InstructionSet isa) { in CanMethodUseNterp() function
H A Dclass_linker.cc238 CanMethodUseNterp(method)) { in ChangeInterpreterBridgeToNterp()
3355 if (interpreter::CanRuntimeUseNterp() && CanMethodUseNterp(method)) { in GetQuickOatCodeFor()
3484 CanMethodUseNterp(method)) { in FixupStaticTrampolines()
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc3239 } else if (CanMethodUseNterp(method, compiler_options_.GetInstructionSet())) { in GetQuickCode()