Home
last modified time | relevance | path

Searched refs:StackHandleScope (Results 1 – 25 of 119) sorted by relevance

12345

/art/runtime/
Dmethod_handles_test.cc51 StackHandleScope<2> hs(self); in CreateVoidMethodType()
66 StackHandleScope<2> hs(self); in TryConversion()
82 StackHandleScope<2> hs(soa.Self()); in TEST_F()
94 StackHandleScope<2> hs(soa.Self()); in TEST_F()
107 StackHandleScope<2> hs(soa.Self()); in TEST_F()
119 StackHandleScope<2> hs(soa.Self()); in TEST_F()
133 StackHandleScope<2> hs(soa.Self()); in TEST_F()
147 StackHandleScope<2> hs(soa.Self()); in TEST_F()
161 StackHandleScope<2> hs(soa.Self()); in TEST_F()
179 StackHandleScope<3> hs(soa.Self()); in TEST_F()
[all …]
Dintern_table_test.cc35 StackHandleScope<4> hs(soa.Self()); in TEST_F()
59 StackHandleScope<1> hs(soa.Self()); in TEST_F()
119 StackHandleScope<5> hs(soa.Self()); in TEST_F()
152 StackHandleScope<2> hs(soa.Self()); in TEST_F()
163 StackHandleScope<4> hs(soa.Self()); in TEST_F()
178 StackHandleScope<3> hs(soa.Self()); in TEST_F()
191 StackHandleScope<3> hs(soa.Self()); in TEST_F()
205 StackHandleScope<3> hs(soa.Self()); in TEST_F()
Dhandle_scope_test.cc50 StackHandleScope<0x1> hs0(soa.Self()); in TEST_F()
52 StackHandleScope<kNumReferences> test_table(soa.Self()); in TEST_F()
98 StackHandleScope<1> inner(soa.Self()); in TEST_F()
Dhandle_scope-inl.h45 inline StackHandleScope<kNumReferences>::StackHandleScope(Thread* self, mirror::Object* fill_value) in StackHandleScope() function
53 inline StackHandleScope<kNumReferences>::~StackHandleScope() { in ~StackHandleScope()
Djobject_comparator.cc34 StackHandleScope<2> hs(soa.Self()); in operator ()()
Dhandle_scope.h256 template<size_t kNumRefs> friend class StackHandleScope; variable
262 class PACKED(4) StackHandleScope FINAL : public FixedSizeHandleScope<kNumReferences> {
264 explicit ALWAYS_INLINE StackHandleScope(Thread* self, mirror::Object* fill_value = nullptr);
265 ALWAYS_INLINE ~StackHandleScope();
Dclass_linker-inl.h48 StackHandleScope<2> hs(Thread::Current()); in FindArrayClass()
67 StackHandleScope<1> hs(Thread::Current()); in ResolveType()
79 StackHandleScope<2> hs(Thread::Current()); in ResolveType()
98 StackHandleScope<2> hs(Thread::Current()); in ResolveType()
293 StackHandleScope<2> hs(self); in ResolveMethod()
357 StackHandleScope<2> hs(Thread::Current()); in ResolveField()
Dcommon_dex_operations.h99 StackHandleScope<1> hs(self); in DoFieldGetCommon()
158 StackHandleScope<2> hs(self); in DoFieldPutCommon()
202 StackHandleScope<2> hs(self); in DoFieldPutCommon()
Dtransaction_test.cc35 StackHandleScope<2> hs(soa.Self()); in testTransactionAbort()
93 StackHandleScope<2> hs(soa.Self()); in TEST_F()
110 StackHandleScope<2> hs(soa.Self()); in TEST_F()
137 StackHandleScope<2> hs(soa.Self()); in TEST_F()
163 StackHandleScope<4> hs(soa.Self()); in TEST_F()
259 StackHandleScope<5> hs(soa.Self()); in TEST_F()
359 StackHandleScope<4> hs(soa.Self()); in TEST_F()
474 StackHandleScope<3> hs(soa.Self()); in TEST_F()
522 StackHandleScope<2> hs(soa.Self()); in TEST_F()
545 StackHandleScope<2> hs(soa.Self()); in TEST_F()
/art/runtime/mirror/
Dmethod_type_test.cc48 StackHandleScope<5> hs(soa.Self()); in CreateMethodType()
74 StackHandleScope<2> hs(soa.Self()); in TEST_F()
82 StackHandleScope<2> hs(soa.Self()); in TEST_F()
90 StackHandleScope<2> hs(soa.Self()); in TEST_F()
98 StackHandleScope<2> hs(soa.Self()); in TEST_F()
Darray.cc49 StackHandleScope<1> hs(self); in RecursiveCreateMultiArray()
62 StackHandleScope<1> hs2(self); in RecursiveCreateMultiArray()
98 StackHandleScope<1> hs(self); in CreateMultiArray()
133 StackHandleScope<1> hs(self); in CopyOf()
Ddex_cache_test.cc44 StackHandleScope<1> hs(soa.Self()); in TEST_F()
67 StackHandleScope<1> hs(soa.Self()); in TEST_F()
83 StackHandleScope<1> hs(soa.Self()); in TEST_F()
97 StackHandleScope<3> hs(soa.Self()); in TEST_F()
124 StackHandleScope<5> hs(soa.Self()); in TEST_F()
Dcall_site.cc28 StackHandleScope<1> hs(self); in Create()
/art/runtime/native/
Djava_lang_Class.cc178 StackHandleScope<2> hs(soa.Self()); in Class_classForName()
212 StackHandleScope<1> hs(soa.Self()); in Class_getNameNative()
227 StackHandleScope<4> hs(soa.Self()); in Class_getInterfacesInternal()
266 StackHandleScope<1> hs(self); in GetDeclaredFields()
410 StackHandleScope<2> hs(self); in GetPublicFieldRecursive()
460 StackHandleScope<1> hs(soa.Self()); in Class_getPublicFieldRecursive()
472 StackHandleScope<3> hs(soa.Self()); in Class_getDeclaredField()
507 StackHandleScope<1> hs(soa.Self()); in Class_getDeclaredConstructorInternal()
531 StackHandleScope<2> hs(soa.Self()); in Class_getDeclaredConstructorsInternal()
566 StackHandleScope<1> hs(soa.Self()); in Class_getDeclaredMethodInternal()
[all …]
Djava_lang_StringFactory.cc39 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromBytes()
63 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromChars()
80 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromString()
Djava_lang_String.cc57 StackHandleScope<2> hs(soa.Self()); in String_concat()
73 StackHandleScope<1> hs(soa.Self()); in String_fastSubstring()
87 StackHandleScope<1> hs(soa.Self()); in String_getCharsNoCheck()
100 StackHandleScope<1> hs(soa.Self()); in String_doReplace()
Djava_lang_reflect_Parameter.cc70 StackHandleScope<1> hs(soa.Self()); in Parameter_getAnnotationNative()
95 StackHandleScope<1> hs(soa.Self()); in Parameter_getAnnotationNative()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc88 const StackHandleScope<3>& data) in UNSTARTED_RUNTIME_JNI_LIST()
105 const StackHandleScope<3>& data) in CheckObjectArray()
142 const StackHandleScope<3>& src_data, in RunArrayCopy()
144 const StackHandleScope<3>& dst_data, in RunArrayCopy()
147 const StackHandleScope<3>& expected_result) in RunArrayCopy()
149 StackHandleScope<3> hs_misc(self); in RunArrayCopy()
306 StackHandleScope<2> hs(self); in TEST_F()
445 StackHandleScope<2> hs_misc(self); in TEST_F()
449 StackHandleScope<3> hs_data(self); in TEST_F()
478 StackHandleScope<1> hs_object(self); in TEST_F()
[all …]
/art/test/626-const-class-linking/
Dclear_dex_cache_types.cc37 StackHandleScope<1> hs(soa.Self()); in Java_Main_nativeSkipVerification()
50 StackHandleScope<1> hs(soa.Self()); in Java_Main_nativeDumpClasses()
/art/runtime/gc/
Dheap_test.cc67 StackHandleScope<1> hs(soa.Self()); in TEST_F()
71 StackHandleScope<1> hs2(soa.Self()); in TEST_F()
Dreference_queue_test.cc33 StackHandleScope<20> hs(self); in TEST_F()
67 StackHandleScope<20> hs(self); in TEST_F()
/art/openjdkjvmti/
Dti_class_loader.cc65 art::StackHandleScope<3> hs(self); in AddToClassLoader()
119 art::StackHandleScope<1> hs(self); in AllocateNewDexFileCookie()
140 art::StackHandleScope<4> hs(self); in GetDexElementList()
Dti_class_loader-inl.h50 art::StackHandleScope<1> hs(self); in VisitDexFileObjects()
/art/runtime/gc/space/
Dspace_test.h56 StackHandleScope<1> hs(self); in GetByteArrayClass()
75 StackHandleScope<1> hs(self); in Alloc()
95 StackHandleScope<1> hs(self); in AllocWithGrowth()
190 StackHandleScope<1> hs(soa.Self()); in SizeFootPrintGrowthLimitAndTrimBody()
287 StackHandleScope<1> hs(soa.Self()); in SizeFootPrintGrowthLimitAndTrimBody()
/art/runtime/dex/
Ddex_file_annotations.cc343 StackHandleScope<4> hs(self); in ProcessEncodedAnnotation()
458 StackHandleScope<1> hs(self); in ProcessAnnotationValue()
474 StackHandleScope<2> hs(self); in ProcessAnnotationValue()
500 StackHandleScope<2> hs(self); in ProcessAnnotationValue()
538 StackHandleScope<2> hs(self); in ProcessAnnotationValue()
566 StackHandleScope<3> hs(self); in ProcessAnnotationValue()
588 StackHandleScope<2> hs(self); in ProcessAnnotationValue()
702 StackHandleScope<5> hs(self); in CreateAnnotationMember()
781 StackHandleScope<2> hs(self); in GetAnnotationItemFromAnnotationSet()
854 StackHandleScope<1> hs(Thread::Current()); in GetSignatureValue()
[all …]

12345