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()
498 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()
120 StackHandleScope<1> hs2(self); in ReflectionTestMakeExecutable() local121 HandleWrapperObjPtr<mirror::Class> h_class(hs2.NewHandleWrapper(&c)); in ReflectionTestMakeExecutable()
4628 StackHandleScope<1> hs2(self); in CreateProxyClass() local4629 Handle<mirror::String> decoded_name = hs2.NewHandle(soa.Decode<mirror::String>(name)); in CreateProxyClass()7394 StackHandleScope<2> hs2(self); in LinkInterfaceMethods() local7400 ? hs2.NewHandle(iftable->GetMethodArray(i)) in LinkInterfaceMethods()7401 : hs2.NewHandle<mirror::PointerArray>(nullptr)); in LinkInterfaceMethods()8785 StackHandleScope<4> hs2(self); in CreateWellKnownClassLoader() local8789 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()
299 StackHandleScope<1> hs2(soa.Self()); in FindFieldID() local300 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldID()
1115 StackHandleScope<2> hs2(self); in LoadImageClasses() local1116 Handle<mirror::DexCache> dex_cache(hs2.NewHandle(class_linker->RegisterDexFile(*dex_file, in LoadImageClasses()1118 Handle<mirror::Class> klass(hs2.NewHandle( in LoadImageClasses()