• Home
  • Raw
  • Download

Lines Matching refs:Self

41 …  mirror::Class* javaLangObject = class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;");  in GenerateProxyClass()
49 soa.Self()->AssertNoPendingException(); in GenerateProxyClass()
62 soa.Self()->AssertNoPendingException(); in GenerateProxyClass()
75 mirror::Method::CreateFromArtMethod<kRuntimePointerSize, false>(soa.Self(), method))); in GenerateProxyClass()
82 mirror::Method::CreateFromArtMethod<kRuntimePointerSize, false>(soa.Self(), method))); in GenerateProxyClass()
90 mirror::Method::CreateFromArtMethod<kRuntimePointerSize, false>(soa.Self(), method))); in GenerateProxyClass()
96 mirror::Method::CreateFromArtMethod<kRuntimePointerSize, false>(soa.Self(), &m))); in GenerateProxyClass()
103 soa.Self()->AssertNoPendingException(); in GenerateProxyClass()
108 soa.Self()->AssertNoPendingException(); in GenerateProxyClass()
117 StackHandleScope<4> hs(soa.Self()); in TEST_F()
122 class_linker_->FindClass(soa.Self(), "LInterfaces$I;", class_loader))); in TEST_F()
124 class_linker_->FindClass(soa.Self(), "LInterfaces$J;", class_loader))); in TEST_F()
139 EXPECT_OBJ_PTR_EQ(I.Get(), mirror::Class::GetDirectInterface(soa.Self(), proxy_class.Get(), 0)); in TEST_F()
140 EXPECT_OBJ_PTR_EQ(J.Get(), mirror::Class::GetDirectInterface(soa.Self(), proxy_class.Get(), 1)); in TEST_F()
151 StackHandleScope<9> hs(soa.Self()); in TEST_F()
156 class_linker_->FindClass(soa.Self(), "LInterfaces$I;", class_loader))); in TEST_F()
158 class_linker_->FindClass(soa.Self(), "LInterfaces$J;", class_loader))); in TEST_F()
181 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/Class;"))); in TEST_F()
184 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "[[Ljava/lang/Class;"))); in TEST_F()
209 StackHandleScope<7> hs(soa.Self()); in TEST_F()
242 soa.Self(), &static_fields0->At(0), true)); in TEST_F()
245 soa.Self(), &static_fields0->At(1), true)); in TEST_F()
248 soa.Self(), &static_fields1->At(0), true)); in TEST_F()
251 soa.Self(), &static_fields1->At(1), true)); in TEST_F()