Lines Matching refs:soa
43 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
44 StackHandleScope<1> hs(soa.Self()); in TEST_F()
48 soa.Self(), in TEST_F()
66 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
67 StackHandleScope<1> hs(soa.Self()); in TEST_F()
71 soa.Self(), in TEST_F()
80 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
83 StackHandleScope<1> hs(soa.Self()); in TEST_F()
85 soa.Decode<mirror::ClassLoader>(jclass_loader))); in TEST_F()
86 ObjPtr<mirror::Class> klass = class_linker_->FindClass(soa.Self(), "LMain;", class_loader); in TEST_F()
94 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
97 StackHandleScope<3> hs(soa.Self()); in TEST_F()
99 soa.Decode<mirror::ClassLoader>(jclass_loader))); in TEST_F()
101 hs.NewHandle(class_linker_->FindClass(soa.Self(), "Lpackage1/Package1;", class_loader)); in TEST_F()
104 hs.NewHandle(class_linker_->FindClass(soa.Self(), "Lpackage2/Package2;", class_loader)); in TEST_F()
120 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
124 StackHandleScope<5> hs(soa.Self()); in TEST_F()
126 soa.Decode<mirror::ClassLoader>(jclass_loader))); in TEST_F()
129 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LMethodTypes;", class_loader))); in TEST_F()
130 class_linker_->EnsureInitialized(soa.Self(), method_types, true, true); in TEST_F()
152 class_linker_->ResolveMethodType(soa.Self(), in TEST_F()
157 class_linker_->ResolveMethodType(soa.Self(), in TEST_F()