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.h478 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()
/art/runtime/native/
Ddalvik_system_VMDebug.cc370 VariableSizedHandleScope hs2(soa.Self()); in VMDebug_getInstancesOfClasses() local
372 heap->GetInstances(hs2, h_class, includeAssignable, /* max_count= */ 0, raw_instances); in VMDebug_getInstancesOfClasses()
/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.cc4999 StackHandleScope<1> hs2(self); in CreateProxyClass() local
5000 Handle<mirror::String> decoded_name = hs2.NewHandle(soa.Decode<mirror::String>(name)); in CreateProxyClass()
7942 StackHandleScope<2> hs2(self); in LinkInterfaceMethods() local
7948 ? hs2.NewHandle(iftable->GetMethodArray(i)) in LinkInterfaceMethods()
7949 : hs2.NewHandle<mirror::PointerArray>(nullptr)); in LinkInterfaceMethods()
9422 StackHandleScope<4> hs2(self); in CreateWellKnownClassLoader() local
9426 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()
/art/dex2oat/driver/
Dcompiler_driver.cc1091 StackHandleScope<1> hs2(self); in LoadImageClasses() local
1092 Handle<mirror::DexCache> dex_cache(hs2.NewHandle(class_linker->RegisterDexFile(*dex_file, in LoadImageClasses()
/art/runtime/jni/
Djni_internal.cc507 StackHandleScope<1> hs2(soa.Self()); in FindFieldID() local
508 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldID()