Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap_test.cc52 StackHandleScope<1> hs2(soa.Self()); in TEST_F() local
53 Handle<mirror::ObjectArray<mirror::Object>> array(hs2.NewHandle( in TEST_F()
/art/runtime/mirror/
Darray.cc61 StackHandleScope<1> hs2(self); in RecursiveCreateMultiArray() local
62 Handle<mirror::Class> h_component_type(hs2.NewHandle(array_class->GetComponentType())); in RecursiveCreateMultiArray()
Dclass.cc637 StackHandleScope<1> hs2(self); in FindStaticField() local
638 Handle<mirror::Class> interface(hs2.NewHandle(GetDirectInterface(self, h_k, i))); in FindStaticField()
661 StackHandleScope<1> hs2(self); in FindStaticField() local
662 Handle<mirror::Class> interface(hs2.NewHandle(GetDirectInterface(self, h_k, i))); in FindStaticField()
689 StackHandleScope<1> hs2(self); in FindField() local
690 Handle<mirror::Class> interface(hs2.NewHandle(GetDirectInterface(self, h_k, i))); in FindField()
/art/compiler/dex/
Dmir_field_info.cc71 StackHandleScope<1> hs2(soa.Self()); in Resolve() local
72 auto h_dex_cache = hs2.NewHandle(compiler_driver->FindDexCache(field_idx_ptr->dex_file)); in Resolve()
/art/compiler/driver/
Dcompiler_driver.cc796 StackHandleScope<2> hs2(self); in LoadImageClasses() local
797 Handle<mirror::DexCache> dex_cache(hs2.NewHandle(class_linker->FindDexCache(*dex_file))); in LoadImageClasses()
798 Handle<mirror::Class> klass(hs2.NewHandle( in LoadImageClasses()
838 StackHandleScope<1> hs2(self); in MaybeAddToImageClasses() local
839 MaybeAddToImageClasses(hs2.NewHandle(mirror::Class::GetDirectInterface(self, klass, i)), in MaybeAddToImageClasses()
844 StackHandleScope<1> hs2(self); in MaybeAddToImageClasses() local
845 MaybeAddToImageClasses(hs2.NewHandle(m.GetDeclaringClass()), image_classes); in MaybeAddToImageClasses()
849 StackHandleScope<1> hs2(self); in MaybeAddToImageClasses() local
850 MaybeAddToImageClasses(hs2.NewHandle(klass->GetComponentType()), image_classes); in MaybeAddToImageClasses()
/art/runtime/
Dreflection_test.cc118 StackHandleScope<1> hs2(self); in ReflectionTestMakeExecutable() local
119 Handle<mirror::Class> h_class(hs2.NewHandle(c)); in ReflectionTestMakeExecutable()
Dclass_linker.cc1138 StackHandleScope<1> hs2(self); in InitFromImage() local
1139 Handle<mirror::DexCache> dex_cache(hs2.NewHandle(dex_caches->Get(i))); in InitFromImage()
3410 StackHandleScope<1> hs2(self); in CreateProxyClass() local
3411 Handle<mirror::String> decoded_name = hs2.NewHandle(soa.Decode<mirror::String*>(name)); in CreateProxyClass()
4867 StackHandleScope<2> hs2(self); in LinkInterfaceMethods() local
4870 auto method_array(hs2.NewHandle(iftable->GetMethodArray(i))); in LinkInterfaceMethods()
5844 StackHandleScope<3> hs2(self); in CreatePathClassLoader() local
5846 Handle<mirror::LongArray> h_long_array = hs2.NewHandle(mirror::LongArray::Alloc(self, 1)); in CreatePathClassLoader()
5850 Handle<mirror::Object> h_dex_file = hs2.NewHandle( in CreatePathClassLoader()
5855 Handle<mirror::Object> h_element = hs2.NewHandle(h_dex_element_class->AllocObject(self)); in CreatePathClassLoader()
Djni_internal.cc201 StackHandleScope<1> hs2(soa.Self()); in FindFieldID() local
202 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldID()