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()223 bool fast_native = called->IsFastNative(); in GenericJniMethodEnd()
2167 bool fast_native = called->IsFastNative(); in artQuickGenericJniTrampoline()
30 DCHECK((*Self()->GetManagedStack()->GetTopQuickFrame())->IsFastNative()); in ScopedFastNativeObjectAccess()
715 bool is_fast_native = IsFastNative(); in SetIntrinsic()731 DCHECK_EQ(is_fast_native, IsFastNative()); in SetIntrinsic()
286 bool IsFastNative() const { in IsFastNative() function
2181 EXPECT_FALSE(method->IsFastNative()); in NormalNativeImpl()2203 EXPECT_TRUE(method->IsFastNative()); in FastNativeImpl()2232 EXPECT_FALSE(method->IsFastNative()); in CriticalNativeImpl()
72 is_fast_native_(method->IsFastNative()), in REQUIRES_SHARED()