Searched refs:IsFastNative (Results 1 – 5 of 5) sorted by relevance
37 if (!native_method->IsFastNative()) { in JniMethodStart()52 bool is_fast = native_method->IsFastNative(); in GoToRunnable()
34 DCHECK(Self()->GetManagedStack()->GetTopQuickFrame()->AsMirrorPtr()->IsFastNative()); in ScopedFastNativeObjectAccess()
356 CHECK(!IsFastNative()) << PrettyMethod(this); in RegisterNative()365 CHECK(IsNative() && !IsFastNative()) << PrettyMethod(this); in UnregisterNative()
127 bool IsFastNative() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsFastNative() function
376 if (UNLIKELY(m->IsFastNative())) { in PrettyMethod()