Home
last modified time | relevance | path

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

123456

/art/runtime/mirror/
Dmethod_type_test.cc43 StackHandleScope<1> hs(self); in FindClass()
61 StackHandleScope<2> hs(soa.Self()); in CreateMethodType()
83 StackHandleScope<2> hs(soa.Self()); in TEST_F()
91 StackHandleScope<2> hs(soa.Self()); in TEST_F()
99 StackHandleScope<2> hs(soa.Self()); in TEST_F()
107 StackHandleScope<2> hs(soa.Self()); in TEST_F()
120 StackHandleScope<2> hs(soa.Self()); in TEST_F()
128 StackHandleScope<2> hs(soa.Self()); in TEST_F()
136 StackHandleScope<2> hs(soa.Self()); in TEST_F()
144 StackHandleScope<2> hs(soa.Self()); in TEST_F()
[all …]
Dobject_test.cc66 StackHandleScope<1> hs(self); in AssertString()
111 StackHandleScope<2> hs(soa.Self()); in TEST_F()
121 StackHandleScope<3> hs(soa.Self()); in TEST_F()
157 StackHandleScope<2> hs(soa.Self()); in TEST_F()
178 StackHandleScope<2> hs(soa.Self()); in TEST_F()
211 StackHandleScope<2> hs(soa.Self()); in TestPrimitiveArray()
258 StackHandleScope<2> hs(soa.Self()); in TEST_F()
303 StackHandleScope<2> hs(soa.Self()); in TEST_F()
334 StackHandleScope<2> hs(soa.Self()); in TEST_F()
364 StackHandleScope<4> hs(soa.Self()); in TEST_F()
[all …]
Ddex_cache_test.cc49 StackHandleScope<1> hs(soa.Self()); in TEST_F()
66 StackHandleScope<1> hs(soa.Self()); in TEST_F()
79 StackHandleScope<3> hs(soa.Self()); in TEST_F()
106 StackHandleScope<5> hs(soa.Self()); in TEST_F()
Demulated_stack_frame.cc152 StackHandleScope<6> hs(self); in CreateFromShadowFrameAndArgs()
201 StackHandleScope<3> hs(self); in WriteToShadowFrame()
212 StackHandleScope<2> hs(self); in GetReturnValue()
236 StackHandleScope<2> hs(self); in SetReturnValue()
/art/runtime/
Dmethod_handles_test.cc53 StackHandleScope<2> hs(self); in CreateVoidMethodType()
67 StackHandleScope<2> hs(self); in TryConversion()
83 StackHandleScope<2> hs(soa.Self()); in TEST_F()
95 StackHandleScope<2> hs(soa.Self()); in TEST_F()
108 StackHandleScope<2> hs(soa.Self()); in TEST_F()
120 StackHandleScope<2> hs(soa.Self()); in TEST_F()
134 StackHandleScope<2> hs(soa.Self()); in TEST_F()
148 StackHandleScope<2> hs(soa.Self()); in TEST_F()
162 StackHandleScope<2> hs(soa.Self()); in TEST_F()
180 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()
122 StackHandleScope<5> hs(soa.Self()); in TEST_F()
160 StackHandleScope<2> hs(soa.Self()); in TEST_F()
171 StackHandleScope<4> hs(soa.Self()); in TEST_F()
186 StackHandleScope<3> hs(soa.Self()); in TEST_F()
199 StackHandleScope<3> hs(soa.Self()); in TEST_F()
213 StackHandleScope<3> hs(soa.Self()); in TEST_F()
248 StackHandleScope<1> hs(soa.Self()); in TEST_F()
Dhandle_scope_test.cc51 StackHandleScope<0x1> hs0(soa.Self()); in TEST_F()
53 StackHandleScope<kNumReferences> test_table(soa.Self()); in TEST_F()
99 StackHandleScope<1> inner(soa.Self()); in TEST_F()
Dhandle_scope.h215 template<size_t kNumRefs> friend class StackHandleScope; variable
221 class PACKED(4) StackHandleScope final : public FixedSizeHandleScope<kNumReferences> {
223 explicit ALWAYS_INLINE StackHandleScope(Thread* self,
227 ALWAYS_INLINE ~StackHandleScope() REQUIRES_SHARED(Locks::mutator_lock_);
Dhandle_scope-inl.h47 inline StackHandleScope<kNumReferences>::StackHandleScope(Thread* self, in StackHandleScope() function
59 inline StackHandleScope<kNumReferences>::~StackHandleScope() { in ~StackHandleScope()
/art/runtime/native/
Djava_lang_String.cc57 StackHandleScope<2> hs(soa.Self()); in String_concat()
72 StackHandleScope<1> hs(soa.Self()); in String_fastSubstring()
86 StackHandleScope<1> hs(soa.Self()); in String_getCharsNoCheck()
99 StackHandleScope<1> hs(soa.Self()); in String_doReplace()
107 StackHandleScope<1u> hs(soa.Self()); in String_toCharArray()
114 StackHandleScope<1> hs(soa.Self()); in String_doRepeat()
Djava_lang_Class.cc107 StackHandleScope<2> hs(soa.Self()); in Class_classForName()
141 StackHandleScope<1> hs(soa.Self()); in Class_getNameNative()
148 StackHandleScope<1> hs(soa.Self()); in Class_getInterfacesInternal()
156 StackHandleScope<1> hs2(soa.Self()); in Class_getInterfacesInternal()
299 StackHandleScope<2> hs(self); in GetPublicFieldRecursive()
349 StackHandleScope<1> hs(soa.Self()); in Class_getPublicFieldRecursive()
360 StackHandleScope<3> hs(soa.Self()); in Class_getDeclaredField()
395 StackHandleScope<1> hs(soa.Self()); in Class_getDeclaredConstructorInternal()
425 StackHandleScope<2> hs(soa.Self()); in Class_getDeclaredConstructorsInternal()
464 StackHandleScope<1> hs(soa.Self()); in Class_getDeclaredMethodInternal()
[all …]
Djava_lang_reflect_Parameter.cc70 StackHandleScope<1> hs(soa.Self()); in Parameter_getAnnotationNative()
95 StackHandleScope<1> hs(soa.Self()); in Parameter_getAnnotationNative()
Djava_lang_StringFactory.cc40 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromBytes()
64 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromChars()
81 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromString()
111 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromUtf8Bytes()
Djava_lang_invoke_MethodHandle.cc34 StackHandleScope<2> hs(soa.Self()); in MethodHandle_invokeExactWithFrame()
/art/compiler/optimizing/
Dinliner.h180 /*out*/StackHandleScope<InlineCache::kIndividualCacheSize>* classes)
188 /*out*/StackHandleScope<InlineCache::kIndividualCacheSize>* classes)
193 const StackHandleScope<InlineCache::kIndividualCacheSize>& classes)
201 const StackHandleScope<InlineCache::kIndividualCacheSize>& classes)
206 const StackHandleScope<InlineCache::kIndividualCacheSize>& classes)
211 const StackHandleScope<InlineCache::kIndividualCacheSize>& classes)
/art/runtime/interpreter/
Dunstarted_runtime_test.cc114 const StackHandleScope<3>& data) in CreateObjectArray()
131 const StackHandleScope<3>& data) in CheckObjectArray()
168 const StackHandleScope<3>& src_data, in RunArrayCopy()
170 const StackHandleScope<3>& dst_data, in RunArrayCopy()
173 const StackHandleScope<3>& expected_result) in RunArrayCopy()
175 StackHandleScope<3> hs_misc(self); in RunArrayCopy()
324 StackHandleScope<2> hs(self); in TEST_F()
415 StackHandleScope<2> hs(self); in TEST_F()
460 StackHandleScope<3> hs_misc(self); in TEST_F()
463 StackHandleScope<3> hs_data(self); in TEST_F()
[all …]
/art/test/692-vdex-inmem-loader/
Dvdex_inmem_loader.cc43 StackHandleScope<2> hs(soa.Self()); in Java_Main_areClassesVerified()
82 StackHandleScope<1> hs(soa.Self()); in Java_Main_hasVdexFile()
112 StackHandleScope<1> hs(soa.Self()); in Java_Main_isBackedByOatFile()
139 StackHandleScope<2> hs(soa.Self()); in Java_Main_areClassesPreverified()
/art/runtime/gc/
Dheap_test.cc69 StackHandleScope<1> hs(soa.Self()); in TEST_F()
73 StackHandleScope<1> hs2(soa.Self()); in TEST_F()
Dreference_queue_test.cc34 StackHandleScope<20> hs(self); in TEST_F()
68 StackHandleScope<20> hs(self); in TEST_F()
/art/test/626-const-class-linking/
Dclear_dex_cache_types.cc38 StackHandleScope<1> hs(soa.Self()); in Java_Main_nativeSkipVerification()
51 StackHandleScope<1> hs(soa.Self()); in Java_Main_nativeDumpClasses()
/art/openjdkjvmti/
Dti_class_loader.cc67 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/test/2012-structural-redefinition-failures-jni-id/
Dset-jni-id-used.cc41 StackHandleScope<1> hs(soa.Self()); in Java_Main_SetPointerIdsUsed()
/art/test/800-smali/
Djni.cc32 StackHandleScope<1> hs(soa.Self()); in Java_Main_isAotVerified()
/art/runtime/dex/
Ddex_file_annotations.cc360 StackHandleScope<4> hs(self); in ProcessEncodedAnnotation()
475 StackHandleScope<1> hs(self); in ProcessAnnotationValue()
491 StackHandleScope<2> hs(self); in ProcessAnnotationValue()
517 StackHandleScope<2> hs(self); in ProcessAnnotationValue()
547 StackHandleScope<2> hs(self); in ProcessAnnotationValue()
568 StackHandleScope<3> hs(self); in ProcessAnnotationValue()
590 StackHandleScope<2> hs(self); in ProcessAnnotationValue()
704 StackHandleScope<5> hs(self); in CreateAnnotationMember()
776 StackHandleScope<2> hs(self); in GetAnnotationItemFromAnnotationSet()
849 StackHandleScope<1> hs(Thread::Current()); in GetSignatureValue()
[all …]

123456