Home
last modified time | relevance | path

Searched refs:hs_misc (Results 1 – 1 of 1) sorted by relevance

/art/runtime/interpreter/
Dunstarted_runtime_test.cc148 StackHandleScope<3> hs_misc(self); in RunArrayCopy() local
149 Handle<mirror::Class> dst_component_handle(hs_misc.NewHandle(dst_component_class)); in RunArrayCopy()
152 hs_misc.NewHandle(CreateObjectArray(self, src_component_class, src_data))); in RunArrayCopy()
155 hs_misc.NewHandle(CreateObjectArray(self, dst_component_handle.Get(), dst_data))); in RunArrayCopy()
438 StackHandleScope<2> hs_misc(self); in TEST_F() local
440 hs_misc.NewHandle(mirror::Class::GetJavaLangClass()->GetSuperClass())); in TEST_F()
448 hs_misc.NewHandle(CreateObjectArray(self, object_class.Get(), hs_data))); in TEST_F()