Searched refs:is_fast (Results 1 – 4 of 4) sorted by relevance
54 bool is_fast = native_method->IsFastNative(); in GoToRunnable() local55 if (!is_fast) { in GoToRunnable()
521 void ArtMethod::RegisterNative(const void* native_method, bool is_fast) { in RegisterNative() argument525 if (is_fast) { in RegisterNative()
396 void RegisterNative(const void* native_method, bool is_fast)
2110 bool is_fast = false; in RegisterNativeMethods() local2141 is_fast = true; in RegisterNativeMethods()2191 m->RegisterNative(fnPtr, is_fast); in RegisterNativeMethods()