Lines Matching refs:Self

35     StackHandleScope<2> hs(soa.Self());  in testTransactionAbort()
44 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), in testTransactionAbort()
47 class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true); in testTransactionAbort()
50 h_klass.Assign(class_linker_->FindSystemClass(soa.Self(), in testTransactionAbort()
53 class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true); in testTransactionAbort()
57 h_klass.Assign(class_linker_->FindClass(soa.Self(), "LTransaction$AbortHelperClass;", in testTransactionAbort()
60 class_linker_->VerifyClass(soa.Self(), h_klass); in testTransactionAbort()
64 h_klass.Assign(class_linker_->FindClass(soa.Self(), tested_class_signature, class_loader)); in testTransactionAbort()
66 class_linker_->VerifyClass(soa.Self(), h_klass); in testTransactionAbort()
73 bool success = class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true); in testTransactionAbort()
77 ASSERT_TRUE(soa.Self()->IsExceptionPending()); in testTransactionAbort()
84 soa.Self()->ClearException(); in testTransactionAbort()
93 StackHandleScope<2> hs(soa.Self()); in TEST_F()
95 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;"))); in TEST_F()
99 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self()))); in TEST_F()
110 StackHandleScope<2> hs(soa.Self()); in TEST_F()
112 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;"))); in TEST_F()
114 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self()))); in TEST_F()
119 h_obj->MonitorEnter(soa.Self()); in TEST_F()
124 h_obj->MonitorExit(soa.Self()); in TEST_F()
137 StackHandleScope<2> hs(soa.Self()); in TEST_F()
139 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/Object;"))); in TEST_F()
149 mirror::Array::Alloc<true>(soa.Self(), h_klass.Get(), kArraySize, in TEST_F()
163 StackHandleScope<4> hs(soa.Self()); in TEST_F()
169 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LStaticFieldsTest;", class_loader))); in TEST_F()
171 bool success = class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true); in TEST_F()
174 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F()
225 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;"))); in TEST_F()
227 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self()))); in TEST_F()
259 StackHandleScope<5> hs(soa.Self()); in TEST_F()
265 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LInstanceFieldsTest;", class_loader))); in TEST_F()
267 bool success = class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true); in TEST_F()
270 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F()
273 Handle<mirror::Object> h_instance(hs.NewHandle(h_klass->AllocObject(soa.Self()))); in TEST_F()
325 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;"))); in TEST_F()
327 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self()))); in TEST_F()
359 StackHandleScope<4> hs(soa.Self()); in TEST_F()
365 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LStaticArrayFieldsTest;", class_loader))); in TEST_F()
367 bool success = class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true); in TEST_F()
370 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F()
440 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;"))); in TEST_F()
442 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self()))); in TEST_F()
474 StackHandleScope<3> hs(soa.Self()); in TEST_F()
480 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LTransaction$ResolveString;", in TEST_F()
500 bool success = class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true); in TEST_F()
516 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F()
522 StackHandleScope<2> hs(soa.Self()); in TEST_F()
528 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LTransaction$EmptyStatic;", in TEST_F()
531 class_linker_->VerifyClass(soa.Self(), h_klass); in TEST_F()
535 bool success = class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true); in TEST_F()
539 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F()
545 StackHandleScope<2> hs(soa.Self()); in TEST_F()
551 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LTransaction$StaticFieldClass;", in TEST_F()
554 class_linker_->VerifyClass(soa.Self(), h_klass); in TEST_F()
558 bool success = class_linker_->EnsureInitialized(soa.Self(), h_klass, true, true); in TEST_F()
562 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F()