Searched refs:hs_misc (Results 1 – 1 of 1) sorted by relevance
122 StackHandleScope<3> hs_misc(self); in RunArrayCopy() local123 Handle<mirror::Class> dst_component_handle(hs_misc.NewHandle(dst_component_class)); in RunArrayCopy()126 hs_misc.NewHandle(CreateObjectArray(self, src_component_class, src_data))); in RunArrayCopy()129 hs_misc.NewHandle(CreateObjectArray(self, dst_component_handle.Get(), dst_data))); in RunArrayCopy()398 StackHandleScope<3> hs_misc(self); in TEST_F() local399 Handle<mirror::Class> object_class(hs_misc.NewHandle(GetClassRoot<mirror::Object>())); in TEST_F()407 hs_misc.NewHandle(CreateObjectArray(self, object_class.Get(), hs_data))); in TEST_F()417 hs_misc.NewHandle(reinterpret_cast<mirror::ObjectArray<mirror::Object>*>(object_class.Get())); in TEST_F()