Lines Matching refs:hs
36 StackHandleScope<2> hs(soa.Self()); in testTransactionAbort() local
38 hs.NewHandle(soa.Decode<mirror::ClassLoader>(jclass_loader))); in testTransactionAbort()
45 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), in testTransactionAbort()
94 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
96 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;"))); in TEST_F()
100 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self()))); in TEST_F()
111 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
113 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;"))); in TEST_F()
115 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self()))); in TEST_F()
138 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
140 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "[Ljava/lang/Object;"))); in TEST_F()
149 hs.NewHandle( in TEST_F()
164 StackHandleScope<4> hs(soa.Self()); in TEST_F() local
166 hs.NewHandle(soa.Decode<mirror::ClassLoader>(LoadDex("Transaction")))); in TEST_F()
170 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LStaticFieldsTest;", class_loader))); in TEST_F()
226 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;"))); in TEST_F()
228 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self()))); in TEST_F()
260 StackHandleScope<5> hs(soa.Self()); in TEST_F() local
262 hs.NewHandle(soa.Decode<mirror::ClassLoader>(LoadDex("Transaction")))); in TEST_F()
266 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LInstanceFieldsTest;", class_loader))); in TEST_F()
274 Handle<mirror::Object> h_instance(hs.NewHandle(h_klass->AllocObject(soa.Self()))); in TEST_F()
326 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;"))); in TEST_F()
328 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self()))); in TEST_F()
360 StackHandleScope<13> hs(soa.Self()); in TEST_F() local
362 hs.NewHandle(soa.Decode<mirror::ClassLoader>(LoadDex("Transaction")))); in TEST_F()
366 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LStaticArrayFieldsTest;", class_loader))); in TEST_F()
376 Handle<mirror::BooleanArray> booleanArray = hs.NewHandle( in TEST_F()
385 hs.NewHandle(byteArrayField->GetObject(h_klass.Get())->AsByteArray()); in TEST_F()
393 hs.NewHandle(charArrayField->GetObject(h_klass.Get())->AsCharArray()); in TEST_F()
401 hs.NewHandle(shortArrayField->GetObject(h_klass.Get())->AsShortArray()); in TEST_F()
409 hs.NewHandle(intArrayField->GetObject(h_klass.Get())->AsIntArray()); in TEST_F()
417 hs.NewHandle(longArrayField->GetObject(h_klass.Get())->AsLongArray()); in TEST_F()
425 hs.NewHandle(floatArrayField->GetObject(h_klass.Get())->AsFloatArray()); in TEST_F()
433 hs.NewHandle(doubleArrayField->GetObject(h_klass.Get())->AsDoubleArray()); in TEST_F()
442 hs.NewHandle(objectArrayField->GetObject(h_klass.Get())->AsObjectArray<mirror::Object>()); in TEST_F()
449 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;"))); in TEST_F()
451 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self()))); in TEST_F()
483 StackHandleScope<3> hs(soa.Self()); in TEST_F() local
485 hs.NewHandle(soa.Decode<mirror::ClassLoader>(LoadDex("Transaction")))); in TEST_F()
489 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LTransaction$ResolveString;", in TEST_F()
493 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(h_klass->GetDexCache())); in TEST_F()
531 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
533 hs.NewHandle(soa.Decode<mirror::ClassLoader>(LoadDex("Transaction")))); in TEST_F()
537 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LTransaction$EmptyStatic;", in TEST_F()
554 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
556 hs.NewHandle(soa.Decode<mirror::ClassLoader>(LoadDex("Transaction")))); in TEST_F()
560 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LTransaction$StaticFieldClass;", in TEST_F()