Home
last modified time | relevance | path

Searched refs:hs2 (Results 1 – 7 of 7) 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.cc62 StackHandleScope<1> hs2(self); in RecursiveCreateMultiArray() local
63 Handle<mirror::Class> h_component_type(hs2.NewHandle(array_class->GetComponentType())); in RecursiveCreateMultiArray()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h518 StackHandleScope<2> hs2(self); in FindMethodFromCode()
519 HandleWrapperObjPtr<mirror::Object> h_this(hs2.NewHandleWrapper(this_object)); in FindMethodFromCode()
520 Handle<mirror::Class> h_referring_class(hs2.NewHandle(referrer->GetDeclaringClass())); in FindMethodFromCode()
/art/runtime/
Dreflection_test.cc120 StackHandleScope<1> hs2(self); in ReflectionTestMakeExecutable() local
121 HandleWrapperObjPtr<mirror::Class> h_class(hs2.NewHandleWrapper(&c)); in ReflectionTestMakeExecutable()
Dclass_linker.cc4429 StackHandleScope<1> hs2(self); in CreateProxyClass() local
4430 Handle<mirror::String> decoded_name = hs2.NewHandle(soa.Decode<mirror::String>(name)); in CreateProxyClass()
7381 StackHandleScope<2> hs2(self); in LinkInterfaceMethods() local
7387 ? hs2.NewHandle(iftable->GetMethodArray(i)) in LinkInterfaceMethods()
7388 : hs2.NewHandle<mirror::PointerArray>(nullptr)); in LinkInterfaceMethods()
8698 StackHandleScope<4> hs2(self); in CreatePathClassLoader() local
8702 Handle<mirror::LongArray> h_long_array = hs2.NewHandle(mirror::LongArray::Alloc( in CreatePathClassLoader()
8710 Handle<mirror::Object> h_dex_file = hs2.NewHandle( in CreatePathClassLoader()
8715 Handle<mirror::String> h_file_name = hs2.NewHandle( in CreatePathClassLoader()
8720 Handle<mirror::Object> h_element = hs2.NewHandle(h_dex_element_class->AllocObject(self)); in CreatePathClassLoader()
Djni_internal.cc214 StackHandleScope<1> hs2(soa.Self()); in FindFieldID() local
215 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldID()
/art/compiler/driver/
Dcompiler_driver.cc1142 StackHandleScope<2> hs2(self); in LoadImageClasses() local
1143 Handle<mirror::DexCache> dex_cache(hs2.NewHandle(class_linker->RegisterDexFile(*dex_file, in LoadImageClasses()
1145 Handle<mirror::Class> klass(hs2.NewHandle( in LoadImageClasses()