Searched refs:hs2 (Results 1 – 7 of 7) sorted by relevance
/art/runtime/gc/ |
D | heap_test.cc | 52 StackHandleScope<1> hs2(soa.Self()); in TEST_F() local 53 Handle<mirror::ObjectArray<mirror::Object>> array(hs2.NewHandle( in TEST_F()
|
/art/runtime/mirror/ |
D | array.cc | 61 StackHandleScope<1> hs2(self); in RecursiveCreateMultiArray() local 62 Handle<mirror::Class> h_component_type(hs2.NewHandle(array_class->GetComponentType())); in RecursiveCreateMultiArray()
|
D | class.cc | 740 StackHandleScope<1> hs2(self); in FindStaticField() local 741 Handle<mirror::Class> interface(hs2.NewHandle(GetDirectInterface(self, h_k, i))); in FindStaticField() 764 StackHandleScope<1> hs2(self); in FindStaticField() local 765 Handle<mirror::Class> interface(hs2.NewHandle(GetDirectInterface(self, h_k, i))); in FindStaticField() 792 StackHandleScope<1> hs2(self); in FindField() local 793 Handle<mirror::Class> interface(hs2.NewHandle(GetDirectInterface(self, h_k, i))); in FindField()
|
/art/compiler/driver/ |
D | compiler_driver.cc | 1115 StackHandleScope<2> hs2(self); in LoadImageClasses() local 1116 Handle<mirror::DexCache> dex_cache(hs2.NewHandle(class_linker->RegisterDexFile(*dex_file, in LoadImageClasses() 1118 Handle<mirror::Class> klass(hs2.NewHandle( in LoadImageClasses() 1161 StackHandleScope<1> hs2(self); in MaybeAddToImageClasses() local 1162 MaybeAddToImageClasses(hs2.NewHandle(mirror::Class::GetDirectInterface(self, klass, i)), in MaybeAddToImageClasses() 1166 StackHandleScope<1> hs2(self); in MaybeAddToImageClasses() local 1167 MaybeAddToImageClasses(hs2.NewHandle(m.GetDeclaringClass()), image_classes); in MaybeAddToImageClasses() 1170 StackHandleScope<1> hs2(self); in MaybeAddToImageClasses() local 1171 MaybeAddToImageClasses(hs2.NewHandle(klass->GetComponentType()), image_classes); in MaybeAddToImageClasses()
|
/art/runtime/ |
D | reflection_test.cc | 118 StackHandleScope<1> hs2(self); in ReflectionTestMakeExecutable() local 119 Handle<mirror::Class> h_class(hs2.NewHandle(c)); in ReflectionTestMakeExecutable()
|
D | class_linker.cc | 1609 StackHandleScope<1> hs2(self); in AddImageSpace() local 1610 MutableHandle<mirror::DexCache> h_dex_cache(hs2.NewHandle<mirror::DexCache>(nullptr)); in AddImageSpace() 4258 StackHandleScope<1> hs2(self); in CreateProxyClass() local 4259 Handle<mirror::String> decoded_name = hs2.NewHandle(soa.Decode<mirror::String*>(name)); in CreateProxyClass() 6566 StackHandleScope<2> hs2(self); in LinkInterfaceMethods() local 6572 ? hs2.NewHandle(iftable->GetMethodArray(i)) in LinkInterfaceMethods() 6573 : hs2.NewHandle<mirror::PointerArray>(nullptr)); in LinkInterfaceMethods() 7900 StackHandleScope<4> hs2(self); in CreatePathClassLoader() local 7904 Handle<mirror::LongArray> h_long_array = hs2.NewHandle(mirror::LongArray::Alloc( in CreatePathClassLoader() 7910 Handle<mirror::Object> h_dex_file = hs2.NewHandle( in CreatePathClassLoader() [all …]
|
D | jni_internal.cc | 201 StackHandleScope<1> hs2(soa.Self()); in FindFieldID() local 202 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldID()
|