Lines Matching refs:Self
42 StackHandleScope<4> hs(soa.Self()); in TEST_F()
47 class_linker_->FindClass(soa.Self(), "LInterfaces$I;", class_loader))); in TEST_F()
49 class_linker_->FindClass(soa.Self(), "LInterfaces$J;", class_loader))); in TEST_F()
76 StackHandleScope<9> hs(soa.Self()); in TEST_F()
81 class_linker_->FindClass(soa.Self(), "LInterfaces$I;", class_loader))); in TEST_F()
83 class_linker_->FindClass(soa.Self(), "LInterfaces$J;", class_loader))); in TEST_F()
107 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/Class;"))); in TEST_F()
110 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "[[Ljava/lang/Class;"))); in TEST_F()
137 StackHandleScope<7> hs(soa.Self()); in TEST_F()
171 hs.NewHandle(mirror::Field::CreateFromArtField(soa.Self(), &static_fields0->At(0), true)); in TEST_F()
173 hs.NewHandle(mirror::Field::CreateFromArtField(soa.Self(), &static_fields0->At(1), true)); in TEST_F()
175 hs.NewHandle(mirror::Field::CreateFromArtField(soa.Self(), &static_fields1->At(0), true)); in TEST_F()
177 hs.NewHandle(mirror::Field::CreateFromArtField(soa.Self(), &static_fields1->At(1), true)); in TEST_F()