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