Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dart_method.cc350 bool have_quick_code = GetEntryPointFromQuickCompiledCode() != nullptr; in Invoke() local
351 if (LIKELY(have_quick_code)) { in Invoke()