Lines Matching refs:soa
722 ScopedObjectAccess soa(self); in ThreadLocalHashOverride() local
765 ScopedObjectAccess soa(hs_->Self()); in ~ThreadLocalHashOverride() local
2006 ScopedObjectAccess soa(Thread::Current()); in CompileDexFilesIndividually() local
2008 jweak weak_class_loader = soa.Env()->GetVm()->AddWeakGlobalRef( in CompileDexFilesIndividually()
2009 soa.Self(), in CompileDexFilesIndividually()
2010 soa.Decode<mirror::ClassLoader>(class_loader)); in CompileDexFilesIndividually()
2011 soa.Env()->GetVm()->DeleteGlobalRef(soa.Self(), class_loader); in CompileDexFilesIndividually()
2013 ObjPtr<mirror::ClassLoader> decoded_weak = soa.Decode<mirror::ClassLoader>(weak_class_loader); in CompileDexFilesIndividually()
2168 ScopedObjectAccess soa(Thread::Current()); in CompileDexFiles() local
2173 soa.Decode<mirror::ClassLoader>(class_loader)); in CompileDexFiles()
2175 soa.Self()->AssertPendingException(); in CompileDexFiles()
2177 << soa.Self()->GetException()->Dump(); in CompileDexFiles()
3135 ScopedObjectAccess soa(Thread::Current()); in ~ScopedGlobalRef() local
3136 soa.Env()->GetVm()->DeleteGlobalRef(soa.Self(), obj_); in ~ScopedGlobalRef()