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()
478 StackHandleScope<2> hs2(self); in FindMethodToCall()479 HandleWrapperObjPtr<mirror::Object> h_this(hs2.NewHandleWrapper(this_object)); in FindMethodToCall()480 Handle<mirror::Class> h_referring_class(hs2.NewHandle(referrer->GetDeclaringClass())); in FindMethodToCall()
370 VariableSizedHandleScope hs2(soa.Self()); in VMDebug_getInstancesOfClasses() local372 heap->GetInstances(hs2, h_class, includeAssignable, /* max_count= */ 0, raw_instances); in VMDebug_getInstancesOfClasses()
122 StackHandleScope<1> hs2(self); in ReflectionTestMakeInterpreted() local123 HandleWrapperObjPtr<mirror::Class> h_class(hs2.NewHandleWrapper(&c)); in ReflectionTestMakeInterpreted()
4999 StackHandleScope<1> hs2(self); in CreateProxyClass() local5000 Handle<mirror::String> decoded_name = hs2.NewHandle(soa.Decode<mirror::String>(name)); in CreateProxyClass()7942 StackHandleScope<2> hs2(self); in LinkInterfaceMethods() local7948 ? hs2.NewHandle(iftable->GetMethodArray(i)) in LinkInterfaceMethods()7949 : hs2.NewHandle<mirror::PointerArray>(nullptr)); in LinkInterfaceMethods()9422 StackHandleScope<4> hs2(self); in CreateWellKnownClassLoader() local9426 Handle<mirror::LongArray> h_long_array = hs2.NewHandle(mirror::LongArray::Alloc( in CreateWellKnownClassLoader()9434 Handle<mirror::Object> h_dex_file = hs2.NewHandle( in CreateWellKnownClassLoader()9439 Handle<mirror::String> h_file_name = hs2.NewHandle( in CreateWellKnownClassLoader()9444 Handle<mirror::Object> h_element = hs2.NewHandle(h_dex_element_class->AllocObject(self)); in CreateWellKnownClassLoader()
1091 StackHandleScope<1> hs2(self); in LoadImageClasses() local1092 Handle<mirror::DexCache> dex_cache(hs2.NewHandle(class_linker->RegisterDexFile(*dex_file, in LoadImageClasses()
507 StackHandleScope<1> hs2(soa.Self()); in FindFieldID() local508 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldID()