Lines Matching refs:soa

199   void VerifyClassLoaderDexFiles(ScopedObjectAccess& soa,  in VerifyClassLoaderDexFiles()  argument
204 ASSERT_TRUE(class_loader->GetClass() == soa.Decode<mirror::Class>(type)); in VerifyClassLoaderDexFiles()
206 std::vector<const DexFile*> class_loader_dex_files = GetDexFiles(soa, class_loader); in VerifyClassLoaderDexFiles()
546 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
548 StackHandleScope<1> hs(soa.Self()); in TEST_F()
550 soa.Decode<mirror::ClassLoader>(jclass_loader)); in TEST_F()
553 soa.Decode<mirror::Class>(WellKnownClasses::dalvik_system_PathClassLoader)); in TEST_F()
555 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_BootClassLoader)); in TEST_F()
564 VerifyClassLoaderDexFiles(soa, in TEST_F()
582 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
584 StackHandleScope<1> hs(soa.Self()); in TEST_F()
586 soa.Decode<mirror::ClassLoader>(jclass_loader)); in TEST_F()
589 VerifyClassLoaderDexFiles(soa, in TEST_F()
594 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_BootClassLoader)); in TEST_F()
609 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
611 StackHandleScope<1> hs(soa.Self()); in TEST_F()
613 soa.Decode<mirror::ClassLoader>(jclass_loader)); in TEST_F()
617 VerifyClassLoaderDexFiles(soa, in TEST_F()
622 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_BootClassLoader)); in TEST_F()
650 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
652 StackHandleScope<3> hs(soa.Self()); in TEST_F()
654 soa.Decode<mirror::ClassLoader>(jclass_loader)); in TEST_F()
668 VerifyClassLoaderDexFiles(soa, in TEST_F()
677 VerifyClassLoaderDexFiles(soa, in TEST_F()
686 VerifyClassLoaderDexFiles(soa, in TEST_F()
692 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_BootClassLoader)); in TEST_F()
720 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
722 StackHandleScope<4> hs(soa.Self()); in TEST_F()
724 soa.Decode<mirror::ClassLoader>(jclass_loader)); in TEST_F()
736 VerifyClassLoaderDexFiles(soa, in TEST_F()
755 VerifyClassLoaderDexFiles(soa, in TEST_F()
766 VerifyClassLoaderDexFiles(soa, in TEST_F()
775 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_BootClassLoader)); in TEST_F()
777 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_BootClassLoader)); in TEST_F()
779 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_BootClassLoader)); in TEST_F()
808 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
810 StackHandleScope<6> hs(soa.Self()); in TEST_F()
812 soa.Decode<mirror::ClassLoader>(jclass_loader)); in TEST_F()
821 VerifyClassLoaderDexFiles(soa, in TEST_F()
839 VerifyClassLoaderDexFiles(soa, in TEST_F()
850 VerifyClassLoaderDexFiles(soa, in TEST_F()
866 VerifyClassLoaderDexFiles(soa, in TEST_F()
875 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_BootClassLoader)); in TEST_F()
877 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_BootClassLoader)); in TEST_F()
879 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_BootClassLoader)); in TEST_F()
908 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
910 StackHandleScope<6> hs(soa.Self()); in TEST_F()
912 soa.Decode<mirror::ClassLoader>(jclass_loader)); in TEST_F()
921 VerifyClassLoaderDexFiles(soa, in TEST_F()
939 VerifyClassLoaderDexFiles(soa, in TEST_F()
955 VerifyClassLoaderDexFiles(soa, in TEST_F()
966 VerifyClassLoaderDexFiles(soa, in TEST_F()
975 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_BootClassLoader)); in TEST_F()
977 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_BootClassLoader)); in TEST_F()
979 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_BootClassLoader)); in TEST_F()
1023 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
1025 StackHandleScope<6> hs(soa.Self()); in TEST_F()
1027 soa.Decode<mirror::ClassLoader>(jclass_loader)); in TEST_F()
1036 VerifyClassLoaderDexFiles(soa, in TEST_F()
1054 VerifyClassLoaderDexFiles(soa, in TEST_F()
1063 VerifyClassLoaderDexFiles(soa, in TEST_F()
1078 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_BootClassLoader)); in TEST_F()
1080 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_BootClassLoader)); in TEST_F()
1181 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
1182 StackHandleScope<1> hs(soa.Self()); in TEST_F()
1185 soa.Self(), in TEST_F()
1188 libraries->Set(0, soa.Decode<mirror::ClassLoader>(class_loader_a)); in TEST_F()
1191 "Main", nullptr, soa.AddLocalReference<jobject>(libraries.Get())); in TEST_F()
1219 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
1220 StackHandleScope<1> hs(soa.Self()); in TEST_F()
1223 soa.Self(), in TEST_F()
1226 libraries->Set(0, soa.Decode<mirror::ClassLoader>(class_loader_a)); in TEST_F()
1230 nullptr, soa.AddLocalReference<jobject>(libraries.Get())); in TEST_F()
1269 ScopedObjectAccess soa(Thread::Current()); in CreateForeignClassLoader() local
1270 JNIEnv* env = soa.Env(); in CreateForeignClassLoader()
1617 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
1618 StackHandleScope<1> hs(soa.Self()); in TEST_F()
1621 soa.Self(), in TEST_F()
1624 libraries->Set(0, soa.Decode<mirror::ClassLoader>(class_loader_a)); in TEST_F()
1627 "ForClassLoaderB", nullptr, soa.AddLocalReference<jobject>(libraries.Get())); in TEST_F()