Searched refs:hs2 (Results 1 – 7 of 7) sorted by relevance
73 StackHandleScope<1> hs2(soa.Self()); in TEST_F() local74 Handle<mirror::ObjectArray<mirror::Object>> array(hs2.NewHandle( in TEST_F()
472 StackHandleScope<2> hs2(self); in FindMethodToCall()473 HandleWrapperObjPtr<mirror::Object> h_this(hs2.NewHandleWrapper(this_object)); in FindMethodToCall()474 Handle<mirror::Class> h_referring_class(hs2.NewHandle(referrer->GetDeclaringClass())); in FindMethodToCall()
122 StackHandleScope<1> hs2(self); in ReflectionTestMakeInterpreted() local123 HandleWrapperObjPtr<mirror::Class> h_class(hs2.NewHandleWrapper(&c)); in ReflectionTestMakeInterpreted()
5102 StackHandleScope<1> hs2(self); in CreateProxyClass() local5103 Handle<mirror::String> decoded_name = hs2.NewHandle(soa.Decode<mirror::String>(name)); in CreateProxyClass()8183 StackHandleScope<2> hs2(self); in LinkInterfaceMethods() local8189 ? hs2.NewHandle(iftable->GetMethodArray(i)) in LinkInterfaceMethods()8190 : hs2.NewHandle<mirror::PointerArray>(nullptr)); in LinkInterfaceMethods()9961 StackHandleScope<4> hs2(self); in CreateWellKnownClassLoader() local9965 Handle<mirror::LongArray> h_long_array = hs2.NewHandle(mirror::LongArray::Alloc( in CreateWellKnownClassLoader()9973 Handle<mirror::Object> h_dex_file = hs2.NewHandle( in CreateWellKnownClassLoader()9978 Handle<mirror::String> h_file_name = hs2.NewHandle( in CreateWellKnownClassLoader()9983 Handle<mirror::Object> h_element = hs2.NewHandle(h_dex_element_class->AllocObject(self)); in CreateWellKnownClassLoader()
246 StackHandleScope<1> hs2(soa.Self()); in Class_getInterfacesInternal() local248 hs2.NewHandle(klass->GetProxyInterfaces()); in Class_getInterfacesInternal()
454 StackHandleScope<1u> hs2(self); in ThreadLocalHashOverride() local455 Handle<mirror::Object> new_field_value = hs2.NewHandle( in ThreadLocalHashOverride()
464 StackHandleScope<1> hs2(soa.Self()); in FindFieldJNI() local465 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldJNI()