Searched refs:IsFastNative (Results 1 – 5 of 5) sorted by relevance
34 DCHECK((*Self()->GetManagedStack()->GetTopQuickFrame())->IsFastNative()); in ScopedFastNativeObjectAccess()
39 if (!native_method->IsFastNative()) { in JniMethodStart()54 bool is_fast = native_method->IsFastNative(); in GoToRunnable()
317 CHECK(!IsFastNative()) << PrettyMethod(this); in RegisterNative()326 CHECK(IsNative() && !IsFastNative()) << PrettyMethod(this); in UnregisterNative()
330 bool IsFastNative() { in IsFastNative() function
361 if (UNLIKELY(m->IsFastNative())) { in PrettyMethod()