Home
last modified time | relevance | path

Searched refs:hs2 (Results 1 – 7 of 7) sorted by relevance

/art/runtime/gc/
Dheap_test.cc73 StackHandleScope<1> hs2(soa.Self()); in TEST_F() local
74 Handle<mirror::ObjectArray<mirror::Object>> array(hs2.NewHandle( in TEST_F()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h472 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()
/art/runtime/
Dreflection_test.cc122 StackHandleScope<1> hs2(self); in ReflectionTestMakeInterpreted() local
123 HandleWrapperObjPtr<mirror::Class> h_class(hs2.NewHandleWrapper(&c)); in ReflectionTestMakeInterpreted()
Dclass_linker.cc5113 StackHandleScope<1> hs2(self); in CreateProxyClass() local
5114 Handle<mirror::String> decoded_name = hs2.NewHandle(soa.Decode<mirror::String>(name)); in CreateProxyClass()
8194 StackHandleScope<2> hs2(self); in LinkInterfaceMethods() local
8200 ? hs2.NewHandle(iftable->GetMethodArray(i)) in LinkInterfaceMethods()
8201 : hs2.NewHandle<mirror::PointerArray>(nullptr)); in LinkInterfaceMethods()
9972 StackHandleScope<4> hs2(self); in CreateWellKnownClassLoader() local
9976 Handle<mirror::LongArray> h_long_array = hs2.NewHandle(mirror::LongArray::Alloc( in CreateWellKnownClassLoader()
9984 Handle<mirror::Object> h_dex_file = hs2.NewHandle( in CreateWellKnownClassLoader()
9989 Handle<mirror::String> h_file_name = hs2.NewHandle( in CreateWellKnownClassLoader()
9994 Handle<mirror::Object> h_element = hs2.NewHandle(h_dex_element_class->AllocObject(self)); in CreateWellKnownClassLoader()
/art/runtime/native/
Djava_lang_Class.cc246 StackHandleScope<1> hs2(soa.Self()); in Class_getInterfacesInternal() local
248 hs2.NewHandle(klass->GetProxyInterfaces()); in Class_getInterfacesInternal()
/art/dex2oat/
Ddex2oat.cc454 StackHandleScope<1u> hs2(self); in ThreadLocalHashOverride() local
455 Handle<mirror::Object> new_field_value = hs2.NewHandle( in ThreadLocalHashOverride()
/art/runtime/jni/
Djni_internal.cc464 StackHandleScope<1> hs2(soa.Self()); in FindFieldJNI() local
465 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldJNI()