Lines Matching refs:Self
36 StackHandleScope<4> hs(soa.Self()); in TEST_F()
41 class_linker_->FindClass(soa.Self(), "LInterfaces$I;", class_loader))); in TEST_F()
43 class_linker_->FindClass(soa.Self(), "LInterfaces$J;", class_loader))); in TEST_F()
58 EXPECT_OBJ_PTR_EQ(I.Get(), mirror::Class::GetDirectInterface(soa.Self(), proxy_class.Get(), 0)); in TEST_F()
59 EXPECT_OBJ_PTR_EQ(J.Get(), mirror::Class::GetDirectInterface(soa.Self(), proxy_class.Get(), 1)); in TEST_F()
70 StackHandleScope<9> hs(soa.Self()); in TEST_F()
75 class_linker_->FindClass(soa.Self(), "LInterfaces$I;", class_loader))); in TEST_F()
77 class_linker_->FindClass(soa.Self(), "LInterfaces$J;", class_loader))); in TEST_F()
101 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/Class;"))); in TEST_F()
104 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "[[Ljava/lang/Class;"))); in TEST_F()
129 StackHandleScope<7> hs(soa.Self()); in TEST_F()
164 soa.Self(), &static_fields0->At(0), true)); in TEST_F()
167 soa.Self(), &static_fields0->At(1), true)); in TEST_F()
170 soa.Self(), &static_fields1->At(0), true)); in TEST_F()
173 soa.Self(), &static_fields1->At(1), true)); in TEST_F()