Searched refs:have_quick_code (Results 1 – 1 of 1) sorted by relevance
291 bool have_quick_code = GetEntryPointFromQuickCompiledCode() != nullptr; in Invoke() local297 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()