Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc315 static bool CanUseNterp(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in CanUseNterp() function
347 if (CanUseNterp(method)) { in GetOptimizedCodeFor()
381 if (aot_code != nullptr || method->IsNative() || CanUseNterp(method)) { in InitializeMethodsCode()
382 if (kIsDebugBuild && CanUseNterp(method)) { in InitializeMethodsCode()
403 if (CanUseNterp(method)) { in InitializeMethodsCode()