Home
last modified time | relevance | path

Searched defs:hs (Results 1 – 25 of 137) sorted by relevance

123456

/art/runtime/mirror/
Dmethod_type_test.cc62 StackHandleScope<2> hs(soa.Self()); in CreateMethodType() local
88 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
96 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
104 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
112 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
125 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
133 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
141 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
149 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
157 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
[all …]
Dobject_test.cc70 StackHandleScope<1> hs(self); in AssertString() local
115 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
125 StackHandleScope<3> hs(soa.Self()); in TEST_F() local
161 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
182 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
215 StackHandleScope<2> hs(soa.Self()); in TestPrimitiveArray() local
262 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
307 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
338 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
368 StackHandleScope<4> hs(soa.Self()); in TEST_F() local
[all …]
Ddex_cache_test.cc49 StackHandleScope<1> hs(soa.Self()); in TEST_F() local
66 StackHandleScope<1> hs(soa.Self()); in TEST_F() local
79 StackHandleScope<3> hs(soa.Self()); in TEST_F() local
106 StackHandleScope<5> hs(soa.Self()); in TEST_F() local
Dmethod_type-inl.h29 inline RawMethodType::RawMethodType(VariableSizedHandleScope* hs) in RawMethodType()
114 Handle<MethodType> method_type, HandleScopeType* hs) { in NewHandlePTypes()
121 RawMethodType method_type, [[maybe_unused]] HandleScopeType* hs) { in NewHandlePTypes()
Dvar_handle_test.cc51 StackHandleScope<4> hs(self); in CreateFieldVarHandle() local
74 StackHandleScope<3> hs(self); in CreateArrayElementVarHandle() local
93 StackHandleScope<4> hs(self); in CreateByteArrayViewVarHandle() local
114 StackHandleScope<5> hs(self); in CreateByteBufferViewVarHandle() local
242 StackHandleScope<3> hs(self); in MethodTypeOf() local
305 StackHandleScope<6> hs(self); in TEST_F() local
508 StackHandleScope<6> hs(self); in TEST_F() local
640 StackHandleScope<7> hs(self); in TEST_F() local
810 StackHandleScope<7> hs(self); in TEST_F() local
962 StackHandleScope<7> hs(self); in TEST_F() local
Dmethod_handle_impl.cc53 StackHandleScope<1> hs(self); in Create() local
66 StackHandleScope<1> hs(self); in Create() local
Demulated_stack_frame.cc152 StackHandleScope<6> hs(self); in CreateFromShadowFrameAndArgs() local
201 StackHandleScope<3> hs(self); in WriteToShadowFrame() local
212 StackHandleScope<2> hs(self); in GetReturnValue() local
236 StackHandleScope<2> hs(self); in SetReturnValue() local
/art/runtime/native/
Djava_lang_Class.cc93 StackHandleScope<3> hs(soa.Self()); in Class_classForName() local
157 StackHandleScope<1> hs(soa.Self()); in Class_getNameNative() local
164 StackHandleScope<1> hs(soa.Self()); in Class_getInterfacesInternal() local
311 StackHandleScope<2> hs(self); in GetPublicFieldRecursive() local
361 StackHandleScope<1> hs(soa.Self()); in Class_getPublicFieldRecursive() local
372 StackHandleScope<3> hs(soa.Self()); in Class_getDeclaredField() local
407 StackHandleScope<1> hs(soa.Self()); in Class_getDeclaredConstructorInternal() local
437 StackHandleScope<2> hs(soa.Self()); in Class_getDeclaredConstructorsInternal() local
476 StackHandleScope<1> hs(soa.Self()); in Class_getDeclaredMethodInternal() local
500 StackHandleScope<2> hs(soa.Self()); in Class_getDeclaredMethodsUnchecked() local
[all …]
Djava_lang_String.cc57 StackHandleScope<2> hs(soa.Self()); in String_concat() local
72 StackHandleScope<1> hs(soa.Self()); in String_fastSubstring() local
86 StackHandleScope<1> hs(soa.Self()); in String_getCharsNoCheck() local
94 StackHandleScope<1> hs(soa.Self()); in String_fillBytesLatin1() local
102 StackHandleScope<1> hs(soa.Self()); in String_fillBytesUTF16() local
115 StackHandleScope<1> hs(soa.Self()); in String_doReplace() local
123 StackHandleScope<1u> hs(soa.Self()); in String_toCharArray() local
130 StackHandleScope<1> hs(soa.Self()); in String_doRepeat() local
Djava_lang_reflect_Parameter.cc70 StackHandleScope<1> hs(soa.Self()); in Parameter_getAnnotationNative() local
95 StackHandleScope<1> hs(soa.Self()); in Parameter_getAnnotationNative() local
Djava_lang_StringFactory.cc40 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromBytes() local
66 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromUtf16Bytes() local
94 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromChars() local
111 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromString() local
141 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromUtf8Bytes() local
Djava_lang_reflect_Executable.cc60 StackHandleScope<1> hs(soa.Self()); in Executable_getAnnotationNative() local
87 StackHandleScope<4> hs(soa.Self()); in Executable_getParameterAnnotationsNative() local
160 StackHandleScope<6> hs(self); in Executable_getParameters0() local
243 StackHandleScope<1> hs(soa.Self()); in Executable_isAnnotationPresentNative() local
329 StackHandleScope<2> hs(soa.Self()); in Executable_getParameterTypesInternal() local
/art/runtime/
Dmethod_handles_test.cc75 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
87 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
100 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
112 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
126 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
140 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
154 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
172 StackHandleScope<3> hs(soa.Self()); in TEST_F() local
189 StackHandleScope<3> hs(soa.Self()); in TEST_F() local
209 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
[all …]
Dintern_table_test.cc40 StackHandleScope<4> hs(soa.Self()); in TEST_F() local
64 StackHandleScope<1> hs(soa.Self()); in TEST_F() local
127 StackHandleScope<5> hs(soa.Self()); in TEST_F() local
165 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
176 StackHandleScope<4> hs(soa.Self()); in TEST_F() local
191 StackHandleScope<3> hs(soa.Self()); in TEST_F() local
204 StackHandleScope<3> hs(soa.Self()); in TEST_F() local
218 StackHandleScope<3> hs(soa.Self()); in TEST_F() local
253 StackHandleScope<1> hs(soa.Self()); in TEST_F() local
Dproxy_test.cc42 StackHandleScope<4> hs(soa.Self()); in TEST_F() local
74 StackHandleScope<9> hs(soa.Self()); in TEST_F() local
132 StackHandleScope<7> hs(soa.Self()); in TEST_F() local
Dclass_linker_test.cc71 StackHandleScope<1> hs(self); in AssertNonExistentClass() local
135 StackHandleScope<1> hs(self); in AssertObjectClass() local
180 StackHandleScope<2> hs(self); in AssertArrayClass() local
403 StackHandleScope<1> hs(self); in AssertDexFileClass() local
921 StackHandleScope<1> hs(soa.Self()); in TEST_F() local
952 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
1004 StackHandleScope<1> hs(soa.Self()); in TEST_F() local
1024 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
1056 StackHandleScope<3> hs(soa.Self()); in TEST_F() local
1119 StackHandleScope<5> hs(soa.Self()); in TEST_F() local
[all …]
Dmonitor_test.cc73 StackHandleScope<1u> hs(self); in Run() local
227 StackHandleScope<1u> hs(self); in Run() local
256 StackHandleScope<2u> hs(soa.Self()); in CommonWaitSetup() local
344 StackHandleScope<1u> hs(self); in Run() local
366 StackHandleScope<1> hs(self); in TEST_F() local
/art/runtime/gc/
Dheap_verification_test.cc56 VariableSizedHandleScope hs(soa.Self()); in TEST_F() local
77 VariableSizedHandleScope hs(soa.Self()); in TEST_F() local
96 VariableSizedHandleScope hs(soa.Self()); in TEST_F() local
109 VariableSizedHandleScope hs(soa.Self()); in TEST_F() local
127 VariableSizedHandleScope hs(soa.Self()); in TEST_F() local
153 VariableSizedHandleScope hs(soa.Self()); in TEST_F() local
173 VariableSizedHandleScope hs(soa.Self()); in TEST_F() local
Dreference_queue_test.cc39 StackHandleScope<20> hs(self); in TEST_F() local
72 StackHandleScope<20> hs(self); in TEST_F() local
/art/dex2oat/
Dtransaction_test.cc41 StackHandleScope<2> hs(soa.Self()); in testTransactionAbort() local
97 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
114 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
141 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
168 StackHandleScope<4> hs(soa.Self()); in TEST_F() local
263 StackHandleScope<5> hs(soa.Self()); in TEST_F() local
414 StackHandleScope<13> hs(soa.Self()); in TEST_F() local
536 StackHandleScope<3> hs(soa.Self()); in TEST_F() local
594 StackHandleScope<3> hs(soa.Self()); in TEST_F() local
633 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
[all …]
/art/openjdkjvmti/
Dti_class_loader.cc67 art::StackHandleScope<3> hs(self); in AddToClassLoader() local
120 art::StackHandleScope<1> hs(self); in AllocateNewDexFileCookie() local
141 art::StackHandleScope<4> hs(self); in GetDexElementList() local
/art/test/626-const-class-linking/
Dclear_dex_cache_types.cc37 StackHandleScope<1> hs(soa.Self()); in Java_Main_nativeSkipVerification() local
50 StackHandleScope<1> hs(soa.Self()); in Java_Main_nativeDumpClasses() local
/art/test/692-vdex-inmem-loader/
Dvdex_inmem_loader.cc43 StackHandleScope<2> hs(soa.Self()); in Java_Main_areClassesVerified() local
82 StackHandleScope<1> hs(soa.Self()); in Java_Main_hasVdexFile() local
112 StackHandleScope<1> hs(soa.Self()); in Java_Main_isBackedByOatFile() local
139 StackHandleScope<2> hs(soa.Self()); in Java_Main_areClassesPreverified() local
/art/runtime/dex/
Ddex_file_annotations.cc76 ClassData(Scope& hs, ArtField* field) REQUIRES_SHARED(Locks::mutator_lock_) in ClassData()
365 StackHandleScope<4> hs(self); in ProcessEncodedAnnotation() local
481 StackHandleScope<1> hs(self); in ProcessAnnotationValue() local
497 StackHandleScope<2> hs(self); in ProcessAnnotationValue() local
523 StackHandleScope<2> hs(self); in ProcessAnnotationValue() local
553 StackHandleScope<2> hs(self); in ProcessAnnotationValue() local
574 StackHandleScope<3> hs(self); in ProcessAnnotationValue() local
596 StackHandleScope<2> hs(self); in ProcessAnnotationValue() local
710 StackHandleScope<5> hs(self); in CreateAnnotationMember() local
781 StackHandleScope<2> hs(self); in GetAnnotationItemFromAnnotationSet() local
[all …]
/art/test/2012-structural-redefinition-failures-jni-id/
Dset-jni-id-used.cc41 StackHandleScope<1> hs(soa.Self()); in Java_Main_SetPointerIdsUsed() local

123456