Lines Matching refs:hs
44 StackHandleScope<1> hs(soa.Self()); in TEST_F() local
47 hs.NewHandle(class_linker_->AllocAndInitializeDexCache( in TEST_F()
67 StackHandleScope<1> hs(soa.Self()); in TEST_F() local
70 hs.NewHandle(class_linker_->AllocAndInitializeDexCache( in TEST_F()
83 StackHandleScope<1> hs(soa.Self()); in TEST_F() local
84 Handle<mirror::ClassLoader> class_loader(hs.NewHandle( in TEST_F()
97 StackHandleScope<3> hs(soa.Self()); in TEST_F() local
98 Handle<mirror::ClassLoader> class_loader(hs.NewHandle( in TEST_F()
101 hs.NewHandle(class_linker_->FindClass(soa.Self(), "Lpackage1/Package1;", class_loader)); in TEST_F()
104 hs.NewHandle(class_linker_->FindClass(soa.Self(), "Lpackage2/Package2;", class_loader)); in TEST_F()
124 StackHandleScope<5> hs(soa.Self()); in TEST_F() local
125 Handle<mirror::ClassLoader> class_loader(hs.NewHandle( in TEST_F()
129 hs.NewHandle(class_linker_->FindClass(soa.Self(), "LMethodTypes;", class_loader))); in TEST_F()
146 Handle<mirror::DexCache> dex_cache = hs.NewHandle( in TEST_F()
151 Handle<mirror::MethodType> method1_type = hs.NewHandle( in TEST_F()
156 Handle<mirror::MethodType> method2_type = hs.NewHandle( in TEST_F()