Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dart_method.cc291 bool have_quick_code = GetEntryPointFromQuickCompiledCode() != nullptr; in Invoke() local
297 if (LIKELY(have_quick_code || have_portable_code)) { in Invoke()
300 have_quick_code ? "quick" : "portable", in Invoke()
301 have_quick_code ? GetEntryPointFromQuickCompiledCode() in Invoke()
333 have_quick_code ? "quick" : "portable", in Invoke()
334 have_quick_code ? GetEntryPointFromQuickCompiledCode() in Invoke()