Home
last modified time | relevance | path

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

123456

/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()
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.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.h214 template<size_t kNumRefs> friend class StackHandleScope; variable
220 class PACKED(4) StackHandleScope final : public FixedSizeHandleScope<kNumReferences> {
222 explicit ALWAYS_INLINE StackHandleScope(Thread* self, mirror::Object* fill_value = nullptr);
223 ALWAYS_INLINE ~StackHandleScope();
Dhandle_scope-inl.h46 inline StackHandleScope<kNumReferences>::StackHandleScope(Thread* self, mirror::Object* fill_value) in StackHandleScope() function
54 inline StackHandleScope<kNumReferences>::~StackHandleScope() { in ~StackHandleScope()
Dmodule_exclusion_test.cc51 StackHandleScope<2u> hs(self); in DoTest()
94 StackHandleScope<1u> hs(soa.Self()); in LoadModule()
Dtransaction_test.cc36 StackHandleScope<2> hs(soa.Self()); in testTransactionAbort()
94 StackHandleScope<2> hs(soa.Self()); in TEST_F()
111 StackHandleScope<2> hs(soa.Self()); in TEST_F()
138 StackHandleScope<2> hs(soa.Self()); in TEST_F()
164 StackHandleScope<4> hs(soa.Self()); in TEST_F()
260 StackHandleScope<5> hs(soa.Self()); in TEST_F()
360 StackHandleScope<13> hs(soa.Self()); in TEST_F()
483 StackHandleScope<3> hs(soa.Self()); in TEST_F()
531 StackHandleScope<2> hs(soa.Self()); in TEST_F()
554 StackHandleScope<2> hs(soa.Self()); in TEST_F()
Dcommon_dex_operations.h102 StackHandleScope<1> hs(self); in DoFieldGetCommon()
161 StackHandleScope<2> hs(self); in DoFieldPutCommon()
213 StackHandleScope<2> hs(self); in DoFieldPutCommon()
/art/runtime/mirror/
Dmethod_type_test.cc50 StackHandleScope<5> hs(soa.Self()); in CreateMethodType()
76 StackHandleScope<2> hs(soa.Self()); in TEST_F()
84 StackHandleScope<2> hs(soa.Self()); in TEST_F()
92 StackHandleScope<2> hs(soa.Self()); in TEST_F()
100 StackHandleScope<2> hs(soa.Self()); in TEST_F()
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()
210 StackHandleScope<2> hs(soa.Self()); in TestPrimitiveArray()
260 StackHandleScope<2> hs(soa.Self()); in TEST_F()
291 StackHandleScope<2> hs(soa.Self()); in TEST_F()
321 StackHandleScope<4> hs(soa.Self()); in TEST_F()
361 StackHandleScope<3> hs(soa.Self()); in TEST_F()
[all …]
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()
Darray.cc53 StackHandleScope<2> hs(self); in RecursiveCreateMultiArray()
100 StackHandleScope<1> hs(self); in CreateMultiArray()
146 StackHandleScope<1> hs(self); in CopyOf()
Dmethod_type.cc42 StackHandleScope<1> hs(self); in Create()
60 StackHandleScope<3> hs(self); in CloneWithoutLeadingParameter()
83 StackHandleScope<4> hs(self); in CollectTrailingArguments()
Demulated_stack_frame.cc152 StackHandleScope<6> hs(self); in CreateFromShadowFrameAndArgs()
220 StackHandleScope<3> hs(self); in WriteToShadowFrame()
233 StackHandleScope<2> hs(self); in GetReturnValue()
257 StackHandleScope<2> hs(self); in SetReturnValue()
/art/runtime/native/
Djava_lang_Class.cc178 StackHandleScope<2> hs(soa.Self()); in Class_classForName()
212 StackHandleScope<1> hs(soa.Self()); in Class_getNameNative()
219 StackHandleScope<1> hs(soa.Self()); in Class_getInterfacesInternal()
261 StackHandleScope<1> hs(self); in GetDeclaredFields()
403 StackHandleScope<2> hs(self); in GetPublicFieldRecursive()
453 StackHandleScope<1> hs(soa.Self()); in Class_getPublicFieldRecursive()
464 StackHandleScope<3> hs(soa.Self()); in Class_getDeclaredField()
499 StackHandleScope<1> hs(soa.Self()); in Class_getDeclaredConstructorInternal()
524 StackHandleScope<2> hs(soa.Self()); in Class_getDeclaredConstructorsInternal()
559 StackHandleScope<1> hs(soa.Self()); in Class_getDeclaredMethodInternal()
[all …]
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()
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.cc113 const StackHandleScope<3>& data) in CreateObjectArray()
130 const StackHandleScope<3>& data) in CheckObjectArray()
167 const StackHandleScope<3>& src_data, in RunArrayCopy()
169 const StackHandleScope<3>& dst_data, in RunArrayCopy()
172 const StackHandleScope<3>& expected_result) in RunArrayCopy()
174 StackHandleScope<3> hs_misc(self); in RunArrayCopy()
323 StackHandleScope<2> hs(self); in TEST_F()
414 StackHandleScope<2> hs(self); in TEST_F()
459 StackHandleScope<3> hs_misc(self); in TEST_F()
462 StackHandleScope<3> hs_data(self); in TEST_F()
[all …]
/art/test/692-vdex-inmem-loader/
Dvdex_inmem_loader.cc42 StackHandleScope<2> hs(soa.Self()); in Java_Main_areClassesVerified()
81 StackHandleScope<1> hs(soa.Self()); in Java_Main_hasVdexFile()
109 StackHandleScope<1> hs(soa.Self()); in Java_Main_isBackedByOatFile()
136 StackHandleScope<2> hs(soa.Self()); in Java_Main_areClassesPreverified()
/art/test/626-const-class-linking/
Dclear_dex_cache_types.cc38 StackHandleScope<1> hs(soa.Self()); in Java_Main_nativeSkipVerification()
52 StackHandleScope<1> hs(soa.Self()); in Java_Main_nativeDumpClasses()
/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/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()

123456