Home
last modified time | relevance | path

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

12345

/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()
Dobject_test.cc62 StackHandleScope<1> hs(self); in AssertString()
109 StackHandleScope<2> hs(soa.Self()); in TEST_F()
119 StackHandleScope<2> hs(soa.Self()); in TEST_F()
156 StackHandleScope<1> hs(soa.Self()); in TEST_F()
179 StackHandleScope<1> hs(soa.Self()); in TEST_F()
317 StackHandleScope<2> hs(soa.Self()); in TEST_F()
355 StackHandleScope<2> hs(soa.Self()); in TEST_F()
422 StackHandleScope<2> hs(soa.Self()); in TEST_F()
438 StackHandleScope<3> hs(soa.Self()); in TEST_F()
455 StackHandleScope<5> hs(soa.Self()); in TEST_F()
[all …]
Dcall_site.cc28 StackHandleScope<1> hs(self); in Create()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc87 const StackHandleScope<3>& data) in UNSTARTED_RUNTIME_JNI_LIST()
104 const StackHandleScope<3>& data) in CheckObjectArray()
141 const StackHandleScope<3>& src_data, in RunArrayCopy()
143 const StackHandleScope<3>& dst_data, in RunArrayCopy()
146 const StackHandleScope<3>& expected_result) in RunArrayCopy()
148 StackHandleScope<3> hs_misc(self); in RunArrayCopy()
305 StackHandleScope<2> hs(self); in TEST_F()
440 StackHandleScope<2> hs_misc(self); in TEST_F()
444 StackHandleScope<3> hs_data(self); in TEST_F()
473 StackHandleScope<1> hs_object(self); in TEST_F()
[all …]
/art/runtime/
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()
Dhandle_scope.h255 template<size_t kNumRefs> friend class StackHandleScope; variable
261 class PACKED(4) StackHandleScope FINAL : public FixedSizeHandleScope<kNumReferences> {
263 explicit ALWAYS_INLINE StackHandleScope(Thread* self, mirror::Object* fill_value = nullptr);
264 ALWAYS_INLINE ~StackHandleScope();
Dcommon_dex_operations.h76 StackHandleScope<1> hs(self); in DoFieldGetCommon()
135 StackHandleScope<2> hs(self); in DoFieldPutCommon()
179 StackHandleScope<2> hs(self); in DoFieldPutCommon()
Ddex_file_annotations.cc322 StackHandleScope<4> hs(self); in ProcessEncodedAnnotation()
438 StackHandleScope<1> hs(self); in ProcessAnnotationValue()
454 StackHandleScope<2> hs(self); in ProcessAnnotationValue()
481 StackHandleScope<2> hs(self); in ProcessAnnotationValue()
520 StackHandleScope<2> hs(self); in ProcessAnnotationValue()
549 StackHandleScope<3> hs(self); in ProcessAnnotationValue()
572 StackHandleScope<2> hs(self); in ProcessAnnotationValue()
686 StackHandleScope<5> hs(self); in CreateAnnotationMember()
783 StackHandleScope<2> hs(self); in GetAnnotationItemFromAnnotationSet()
858 StackHandleScope<1> hs(Thread::Current()); in GetSignatureValue()
[all …]
Dmonitor_test.cc62 std::unique_ptr<StackHandleScope<kMaxHandles>>* hsp, in FillHeap()
67 hsp->reset(new StackHandleScope<kMaxHandles>(self)); in FillHeap()
297 StackHandleScope<3> hs(soa.Self()); in CommonWaitSetup()
308 std::unique_ptr<StackHandleScope<kMaxHandles>> hsp; in CommonWaitSetup()
404 StackHandleScope<1> hs(self); in TEST_F()
Djobject_comparator.cc34 StackHandleScope<2> hs(soa.Self()); in operator ()()
Dtransaction_test.cc35 StackHandleScope<2> hs(soa.Self()); in testTransactionAbort()
95 StackHandleScope<2> hs(soa.Self()); in TEST_F()
115 StackHandleScope<2> hs(soa.Self()); in TEST_F()
144 StackHandleScope<2> hs(soa.Self()); in TEST_F()
172 StackHandleScope<4> hs(soa.Self()); in TEST_F()
270 StackHandleScope<5> hs(soa.Self()); in TEST_F()
372 StackHandleScope<4> hs(soa.Self()); in TEST_F()
489 StackHandleScope<3> hs(soa.Self()); in TEST_F()
538 StackHandleScope<2> hs(soa.Self()); in TEST_F()
562 StackHandleScope<2> hs(soa.Self()); in TEST_F()
/art/runtime/native/
Djava_lang_Class.cc81 StackHandleScope<2> hs(soa.Self()); in Class_classForName()
109 StackHandleScope<1> hs(soa.Self()); in Class_getNameNative()
124 StackHandleScope<4> hs(soa.Self()); in Class_getInterfacesInternal()
163 StackHandleScope<1> hs(self); in GetDeclaredFields()
308 StackHandleScope<2> hs(self); in GetPublicFieldRecursive()
363 StackHandleScope<3> hs(soa.Self()); in Class_getDeclaredField()
414 StackHandleScope<2> hs(soa.Self()); in Class_getDeclaredConstructorsInternal()
461 StackHandleScope<2> hs(soa.Self()); in Class_getDeclaredMethodsUnchecked()
499 StackHandleScope<2> hs(soa.Self()); in Class_getDeclaredAnnotation()
518 StackHandleScope<1> hs(soa.Self()); in Class_getDeclaredAnnotations()
[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()
80 StackHandleScope<1> hs(soa.Self()); in String_fastSubstring()
94 StackHandleScope<1> hs(soa.Self()); in String_getCharsNoCheck()
107 StackHandleScope<1> hs(soa.Self()); in String_doReplace()
Djava_lang_reflect_Executable.cc57 StackHandleScope<1> hs(soa.Self()); in Executable_getAnnotationNative()
73 StackHandleScope<1> hs(soa.Self()); in Executable_getSignatureAnnotation()
91 StackHandleScope<8> hs(self); in Executable_getParameters0()
194 StackHandleScope<1> hs(soa.Self()); in Executable_isAnnotationPresentNative()
293 StackHandleScope<3> hs(soa.Self()); in Executable_getParameterTypesInternal()
/art/runtime/gc/
Dheap_test.cc48 StackHandleScope<1> hs(soa.Self()); in TEST_F()
52 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/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/openjdkjvmti/
Dti_class_loader.cc65 art::StackHandleScope<3> hs(self); in AddToClassLoader()
119 art::StackHandleScope<1> hs(self); in AllocateNewDexFileCookie()
147 art::StackHandleScope<5> hs(self); in FindSourceDexFileObject()
/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/entrypoints/
Dentrypoint_utils-inl.h131 StackHandleScope<1> hs(self); in CheckObjectAlloc()
160 StackHandleScope<1> hs(self); in CheckClassInitializedForObjectAlloc()
348 StackHandleScope<2> hs(self); in FindFieldFromCode()
403 StackHandleScope<1> hs(self); in FindFieldFromCode()
450 StackHandleScope<1> hs(self); in FindMethodFromCode()
498 StackHandleScope<2> hs2(self); in FindMethodFromCode()
742 StackHandleScope<1> hs(self); in ResolveVerifyAndClinit()
758 StackHandleScope<1> hs(Thread::Current()); in ResolveString()
770 StackHandleScope<1> hs(Thread::Current()); in ResolveStringFromCode()

12345