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/jni/
Djni_internal.cc2492 bool is_fast = false; in RegisterNatives() local
2523 is_fast = true; in RegisterNatives()
2573 if (UNLIKELY(is_fast)) { in RegisterNatives()
2581 is_fast = false; in RegisterNatives()