Searched refs:IsFastNative (Results 1 – 7 of 7) sorted by relevance
59 CHECK(native_method->IsFastNative()) << native_method->PrettyMethod(); in JniMethodFastStart()74 DCHECK(!native_method->IsFastNative() || native_method->IsSynchronized()); in JniMethodStart()75 if (!native_method->IsFastNative()) { in JniMethodStart()90 bool is_fast = native_method->IsFastNative(); in GoToRunnable()102 CHECK(native_method->IsFastNative()) << native_method->PrettyMethod(); in GoToRunnableFast()201 bool fast_native = called->IsFastNative(); in GenericJniMethodEnd()
2361 bool fast_native = called->IsFastNative(); in artQuickGenericJniTrampoline()
30 DCHECK((*Self()->GetManagedStack()->GetTopQuickFrame())->IsFastNative()); in ScopedFastNativeObjectAccess()
701 bool is_fast_native = IsFastNative(); in SetIntrinsic()717 DCHECK_EQ(is_fast_native, IsFastNative()); in SetIntrinsic()
256 bool IsFastNative() { in IsFastNative() function
2208 EXPECT_FALSE(method->IsFastNative()); in NormalNativeImpl()2230 EXPECT_TRUE(method->IsFastNative()); in FastNativeImpl()2259 EXPECT_FALSE(method->IsFastNative()); in CriticalNativeImpl()
96 is_fast_native_(method->IsFastNative()), in REQUIRES_SHARED()