Searched refs:IsFastNative (Results 1 – 15 of 15) sorted by relevance
30 DCHECK((*Self()->GetManagedStack()->GetTopQuickFrame())->IsFastNative()); in ScopedFastNativeObjectAccess()
70 CHECK(!native_method->IsFastNative()) << native_method->PrettyMethod(); in artJniMethodStart()128 CHECK(!native_method->IsFastNative()) << native_method->PrettyMethod(); in artJniMethodEnd()157 bool fast_native = called->IsFastNative(); in GenericJniMethodEnd()
1980 bool fast_native = called->IsFastNative(); in artQuickGenericJniTrampoline()
361 bool IsFastNative() const { in IsFastNative() function
310 DCHECK(!IsFastNative()); in LockingArgumentRegister()
314 DCHECK(!IsFastNative()); in LockingArgumentRegister()
443 bool IsFastNative() const {444 return IsFastNative(GetAccessFlags());447 static bool IsFastNative(uint32_t access_flags) {
735 bool is_fast_native = IsFastNative(); in SetIntrinsic()751 DCHECK_EQ(is_fast_native, IsFastNative()); in SetIntrinsic()
1466 DCHECK(!m->IsFastNative()); in VisitLocks()
408 DCHECK(!IsFastNative()); in LockingArgumentRegister()
394 DCHECK(!IsFastNative()); in LockingArgumentRegister()
559 DCHECK(!IsFastNative()); in LockingArgumentRegister()
722 DCHECK(!called->IsFastNative()); in GetGenericJniSynchronizationObject()
418 CHECK(!caller->IsFastNative()); in AssertCallerObjectLocked()2386 EXPECT_FALSE(method->IsFastNative()); in NormalNativeImpl()2408 EXPECT_TRUE(method->IsFastNative()); in FastNativeImpl()2437 EXPECT_FALSE(method->IsFastNative()); in CriticalNativeImpl()
74 is_fast_native_(method->IsFastNative()), in REQUIRES_SHARED()