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.h498 StackHandleScope<2> hs2(self); in FindMethodFromCode()
499 HandleWrapperObjPtr<mirror::Object> h_this(hs2.NewHandleWrapper(this_object)); in FindMethodFromCode()
500 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.cc4628 StackHandleScope<1> hs2(self); in CreateProxyClass() local
4629 Handle<mirror::String> decoded_name = hs2.NewHandle(soa.Decode<mirror::String>(name)); in CreateProxyClass()
7394 StackHandleScope<2> hs2(self); in LinkInterfaceMethods() local
7400 ? hs2.NewHandle(iftable->GetMethodArray(i)) in LinkInterfaceMethods()
7401 : hs2.NewHandle<mirror::PointerArray>(nullptr)); in LinkInterfaceMethods()
8785 StackHandleScope<4> hs2(self); in CreateWellKnownClassLoader() local
8789 Handle<mirror::LongArray> h_long_array = hs2.NewHandle(mirror::LongArray::Alloc( in CreateWellKnownClassLoader()
8797 Handle<mirror::Object> h_dex_file = hs2.NewHandle( in CreateWellKnownClassLoader()
8802 Handle<mirror::String> h_file_name = hs2.NewHandle( in CreateWellKnownClassLoader()
8807 Handle<mirror::Object> h_element = hs2.NewHandle(h_dex_element_class->AllocObject(self)); in CreateWellKnownClassLoader()
Djni_internal.cc299 StackHandleScope<1> hs2(soa.Self()); in FindFieldID() local
300 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldID()
/art/compiler/driver/
Dcompiler_driver.cc1115 StackHandleScope<2> hs2(self); in LoadImageClasses() local
1116 Handle<mirror::DexCache> dex_cache(hs2.NewHandle(class_linker->RegisterDexFile(*dex_file, in LoadImageClasses()
1118 Handle<mirror::Class> klass(hs2.NewHandle( in LoadImageClasses()