Home
last modified time | relevance | path

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

/art/runtime/
Dnterp_helpers.h76 EXPORT bool CanMethodUseNterp(ArtMethod* method, InstructionSet isa = kRuntimeISA)
Dnterp_helpers.cc227 bool CanMethodUseNterp(ArtMethod* method, InstructionSet isa) { in CanMethodUseNterp() function
Dinstrumentation.cc317 CanMethodUseNterp(method) && in CanUseNterp()
Druntime_image.cc947 } else if (interpreter::IsNterpSupported() && CanMethodUseNterp(method)) { in CopyMethodArrays()
Druntime.cc749 if (class_linker_->IsQuickResolutionStub(existing) && CanMethodUseNterp(&method)) { in operator ()()
/art/dex2oat/linker/
Dimage_writer.cc3498 } else if (CanMethodUseNterp(method, compiler_options_.GetInstructionSet())) { in GetQuickCode()