Searched defs:is_fast (Results 1 – 3 of 3) sorted by relevance
52 bool is_fast = native_method->IsFastNative(); in GoToRunnable() local
353 void ArtMethod::RegisterNative(Thread* self, const void* native_method, bool is_fast) { in RegisterNative()
2397 bool is_fast = false; in RegisterNativeMethods() local