Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc90 bool is_fast = native_method->IsFastNative(); in GoToRunnable() local
91 if (!is_fast) { in GoToRunnable()
/art/runtime/
Djni_internal.cc2297 bool is_fast = false; in RegisterNatives() local
2328 is_fast = true; in RegisterNatives()
2378 if (UNLIKELY(is_fast)) { in RegisterNatives()
2386 is_fast = false; in RegisterNatives()