Searched refs:hs2 (Results 1 – 7 of 7) sorted by relevance
52 StackHandleScope<1> hs2(soa.Self()); in TEST_F() local53 Handle<mirror::ObjectArray<mirror::Object>> array(hs2.NewHandle( in TEST_F()
62 StackHandleScope<1> hs2(self); in RecursiveCreateMultiArray() local63 Handle<mirror::Class> h_component_type(hs2.NewHandle(array_class->GetComponentType())); in RecursiveCreateMultiArray()
518 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()
120 StackHandleScope<1> hs2(self); in ReflectionTestMakeExecutable() local121 HandleWrapperObjPtr<mirror::Class> h_class(hs2.NewHandleWrapper(&c)); in ReflectionTestMakeExecutable()
4429 StackHandleScope<1> hs2(self); in CreateProxyClass() local4430 Handle<mirror::String> decoded_name = hs2.NewHandle(soa.Decode<mirror::String>(name)); in CreateProxyClass()7381 StackHandleScope<2> hs2(self); in LinkInterfaceMethods() local7387 ? hs2.NewHandle(iftable->GetMethodArray(i)) in LinkInterfaceMethods()7388 : hs2.NewHandle<mirror::PointerArray>(nullptr)); in LinkInterfaceMethods()8698 StackHandleScope<4> hs2(self); in CreatePathClassLoader() local8702 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()
214 StackHandleScope<1> hs2(soa.Self()); in FindFieldID() local215 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldID()
1142 StackHandleScope<2> hs2(self); in LoadImageClasses() local1143 Handle<mirror::DexCache> dex_cache(hs2.NewHandle(class_linker->RegisterDexFile(*dex_file, in LoadImageClasses()1145 Handle<mirror::Class> klass(hs2.NewHandle( in LoadImageClasses()