Lines Matching refs:Self
44 StackHandleScope<1> hs(soa.Self()); in TEST_F()
48 soa.Self(), in TEST_F()
67 StackHandleScope<1> hs(soa.Self()); in TEST_F()
71 soa.Self(), in TEST_F()
83 StackHandleScope<1> hs(soa.Self()); in TEST_F()
86 ObjPtr<mirror::Class> klass = class_linker_->FindClass(soa.Self(), "LMain;", class_loader); in TEST_F()
97 StackHandleScope<3> hs(soa.Self()); 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()
124 StackHandleScope<5> hs(soa.Self()); 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()