Searched refs:is_fast (Results 1 – 4 of 4) sorted by relevance
52 bool is_fast = native_method->IsFastNative(); in GoToRunnable() local53 if (!is_fast) { in GoToRunnable()
353 void ArtMethod::RegisterNative(Thread* self, const void* native_method, bool is_fast) { in RegisterNative() argument358 if (is_fast) { in RegisterNative()
417 void RegisterNative(Thread* self, const void* native_method, bool is_fast)
2397 bool is_fast = false; in RegisterNativeMethods() local2399 is_fast = true; in RegisterNativeMethods()2424 m->RegisterNative(soa.Self(), fnPtr, is_fast); in RegisterNativeMethods()