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()
2297 bool is_fast = false; in RegisterNatives() local2328 is_fast = true; in RegisterNatives()2378 if (UNLIKELY(is_fast)) { in RegisterNatives()2386 is_fast = false; in RegisterNatives()