Lines Matching refs:Self

99   soa.Self()->AssertThreadSuspensionIsAllowable();  in CheckReceiver()
104 StackHandleScope<2> hs(soa.Self()); in CheckReceiver()
108 DCHECK(soa.Self()->IsExceptionPending()); in CheckReceiver()
117 DCHECK(soa.Self()->IsExceptionPending()); in CheckReceiver()
128 DCHECK(soa.Self()->IsExceptionPending()); in Field_get()
132 if ((accessible == JNI_FALSE) && !VerifyFieldAccess<false>(soa.Self(), f, o)) { in Field_get()
133 DCHECK(soa.Self()->IsExceptionPending()); in Field_get()
141 DCHECK(soa.Self()->IsExceptionPending()); in Field_get()
154 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
159 if (accessible == JNI_FALSE && !VerifyFieldAccess<false>(soa.Self(), f, o)) { in GetPrimitiveField()
160 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
171 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
177 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
184 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
275 DCHECK(soa.Self()->IsExceptionPending()); in Field_set()
282 StackHandleScope<2> hs(soa.Self()); in Field_set()
289 DCHECK(soa.Self()->IsExceptionPending()); in Field_set()
300 DCHECK(soa.Self()->IsExceptionPending()); in Field_set()
304 if ((accessible == JNI_FALSE) && !VerifyFieldAccess<true>(soa.Self(), f, o)) { in Field_set()
305 DCHECK(soa.Self()->IsExceptionPending()); in Field_set()
330 DCHECK(soa.Self()->IsExceptionPending()); in SetPrimitiveField()
335 if ((accessible == JNI_FALSE) && !VerifyFieldAccess<true>(soa.Self(), f, o)) { in SetPrimitiveField()
336 DCHECK(soa.Self()->IsExceptionPending()); in SetPrimitiveField()