Lines Matching refs:Self
127 soa.Self()->AssertThreadSuspensionIsAllowable(); in CheckReceiver()
131 StackHandleScope<2> hs(soa.Self()); in CheckReceiver()
135 if (UNLIKELY(!class_linker->EnsureInitialized(soa.Self(), h_klass, true, true))) { in CheckReceiver()
136 DCHECK(soa.Self()->IsExceptionPending()); in CheckReceiver()
145 DCHECK(soa.Self()->IsExceptionPending()); in CheckReceiver()
156 DCHECK(soa.Self()->IsExceptionPending()); in Field_get()
160 if (!f->IsAccessible() && !VerifyFieldAccess<false>(soa.Self(), f, o)) { in Field_get()
161 DCHECK(soa.Self()->IsExceptionPending()); in Field_get()
169 DCHECK(soa.Self()->IsExceptionPending()); in Field_get()
183 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
188 if (!f->IsAccessible() && !VerifyFieldAccess<false>(soa.Self(), f, o)) { in GetPrimitiveField()
189 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
200 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
206 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
213 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
331 DCHECK(soa.Self()->IsExceptionPending()); in Field_set()
351 DCHECK(soa.Self()->IsExceptionPending()); in Field_set()
355 if (!f->IsAccessible() && !VerifyFieldAccess<true>(soa.Self(), f, o)) { in Field_set()
356 DCHECK(soa.Self()->IsExceptionPending()); in Field_set()
384 DCHECK(soa.Self()->IsExceptionPending()); in SetPrimitiveField()
389 if (!f->IsAccessible() && !VerifyFieldAccess<true>(soa.Self(), f, o)) { in SetPrimitiveField()
390 DCHECK(soa.Self()->IsExceptionPending()); in SetPrimitiveField()
448 StackHandleScope<1> hs(soa.Self()); in Field_getAnnotationNative()
467 field->GetStringName(soa.Self(), true /* resolve */)); in Field_getNameInternal()
478 mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), annotation_array_class.Ptr(), 0); in Field_getDeclaredAnnotations()
497 StackHandleScope<1> hs(soa.Self()); in Field_isAnnotationPresentNative()