• Home
  • Raw
  • Download

Lines Matching refs:Self

129   soa.Self()->AssertThreadSuspensionIsAllowable();  in CheckReceiver()
133 StackHandleScope<2> hs(soa.Self()); in CheckReceiver()
137 if (UNLIKELY(!class_linker->EnsureInitialized(soa.Self(), h_klass, true, true))) { in CheckReceiver()
138 DCHECK(soa.Self()->IsExceptionPending()); in CheckReceiver()
147 DCHECK(soa.Self()->IsExceptionPending()); in CheckReceiver()
158 DCHECK(soa.Self()->IsExceptionPending()); in Field_get()
162 if (!f->IsAccessible() && !VerifyFieldAccess<false>(soa.Self(), f, o)) { in Field_get()
163 DCHECK(soa.Self()->IsExceptionPending()); in Field_get()
171 DCHECK(soa.Self()->IsExceptionPending()); in Field_get()
185 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
190 if (!f->IsAccessible() && !VerifyFieldAccess<false>(soa.Self(), f, o)) { in GetPrimitiveField()
191 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
202 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
208 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
215 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
333 DCHECK(soa.Self()->IsExceptionPending()); in Field_set()
354 DCHECK(soa.Self()->IsExceptionPending()); in Field_set()
358 if (!f->IsAccessible() && !VerifyFieldAccess<true>(soa.Self(), f, o)) { in Field_set()
359 DCHECK(soa.Self()->IsExceptionPending()); in Field_set()
387 DCHECK(soa.Self()->IsExceptionPending()); in SetPrimitiveField()
392 if (!f->IsAccessible() && !VerifyFieldAccess<true>(soa.Self(), f, o)) { in SetPrimitiveField()
393 DCHECK(soa.Self()->IsExceptionPending()); in SetPrimitiveField()
451 StackHandleScope<1> hs(soa.Self()); in Field_getAnnotationNative()
480 mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), annotation_array_class, 0); in Field_getDeclaredAnnotations()
499 StackHandleScope<1> hs(soa.Self()); in Field_isAnnotationPresentNative()