Searched refs:is_fast (Results 1 – 2 of 2) sorted by relevance
90 bool is_fast = native_method->IsFastNative(); in GoToRunnable() local91 if (!is_fast) { in GoToRunnable()
2492 bool is_fast = false; in RegisterNatives() local2523 is_fast = true; in RegisterNatives()2573 if (UNLIKELY(is_fast)) { in RegisterNatives()2581 is_fast = false; in RegisterNatives()