/aosp12/art/runtime/ |
H A D | method_handles_test.cc | 53 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 …]
|
H A D | intern_table_test.cc | 35 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()
|
H A D | handle_scope_test.cc | 51 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()
|
H A D | handle_scope.h | 215 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_);
|
H A D | handle_scope-inl.h | 47 inline StackHandleScope<kNumReferences>::StackHandleScope(Thread* self, in StackHandleScope() function 59 inline StackHandleScope<kNumReferences>::~StackHandleScope() { in ~StackHandleScope()
|
H A D | transaction_test.cc | 41 StackHandleScope<2> hs(soa.Self()); in testTransactionAbort() 99 StackHandleScope<2> hs(soa.Self()); in TEST_F() 116 StackHandleScope<2> hs(soa.Self()); in TEST_F() 143 StackHandleScope<2> hs(soa.Self()); in TEST_F() 170 StackHandleScope<4> hs(soa.Self()); in TEST_F() 266 StackHandleScope<5> hs(soa.Self()); in TEST_F() 366 StackHandleScope<13> hs(soa.Self()); in TEST_F() 489 StackHandleScope<3> hs(soa.Self()); in TEST_F() 537 StackHandleScope<2> hs(soa.Self()); in TEST_F() 560 StackHandleScope<2> hs(soa.Self()); in TEST_F() [all …]
|
H A D | common_dex_operations.h | 104 StackHandleScope<1> hs(self); in DoFieldGetCommon() 165 StackHandleScope<2> hs(self); in DoFieldPutCommon() 218 StackHandleScope<2> hs(self); in DoFieldPutCommon()
|
/aosp12/art/runtime/interpreter/ |
H A D | unstarted_runtime_test.cc | 318 StackHandleScope<2> hs(self); in TEST_F() 409 StackHandleScope<2> hs(self); in TEST_F() 906 StackHandleScope<4> hs(self); in TEST_F() 937 StackHandleScope<1> hs(self); in TEST_F() 993 StackHandleScope<1> hs(self); in TEST_F() 1036 StackHandleScope<1> hs(self); in TEST_F() 1061 StackHandleScope<1> hs(self); in TEST_F() 1212 StackHandleScope<1> hs(self); in TEST_F() 1231 StackHandleScope<1> hs(self); in TEST_F() 1251 StackHandleScope<2> hs(self); in TEST_F() [all …]
|
H A D | unstarted_runtime.cc | 142 StackHandleScope<1> hs(self); in UnstartedRuntimeFindClass() 242 StackHandleScope<1> hs(self); in UnstartedClassForNameCommon() 420 StackHandleScope<1> hs(self); in UnstartedClassGetDeclaringClass() 439 StackHandleScope<1> hs(self); in UnstartedClassGetEnclosingClass() 449 StackHandleScope<1> hs(self); in UnstartedClassGetInnerClassFlags() 458 StackHandleScope<1> hs(self); in UnstartedClassGetSignatureAnnotation() 472 StackHandleScope<1> hs(self); in UnstartedClassIsAnonymousClass() 564 StackHandleScope<3> hs(self); in GetResourceAsStream() 641 StackHandleScope<4> hs(self); in UnstartedConstructorNewInstance0() 714 StackHandleScope<2> hs(self); in UnstartedVmClassLoaderFindLoadedClass() [all …]
|
/aosp12/art/runtime/mirror/ |
H A D | method_type_test.cc | 50 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()
|
H A D | object_test.cc | 66 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 …]
|
H A D | dex_cache_test.cc | 44 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()
|
H A D | method_type.cc | 42 StackHandleScope<1> hs(self); in Create() 60 StackHandleScope<3> hs(self); in CloneWithoutLeadingParameter() 83 StackHandleScope<4> hs(self); in CollectTrailingArguments()
|
H A D | emulated_stack_frame.cc | 152 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()
|
/aosp12/art/runtime/native/ |
H A D | java_lang_Class.cc | 197 StackHandleScope<2> hs(soa.Self()); in Class_classForName() 231 StackHandleScope<1> hs(soa.Self()); in Class_getNameNative() 238 StackHandleScope<1> hs(soa.Self()); in Class_getInterfacesInternal() 292 StackHandleScope<1> hs(self); in GetDeclaredFields() 442 StackHandleScope<2> hs(self); in GetPublicFieldRecursive() 492 StackHandleScope<1> hs(soa.Self()); in Class_getPublicFieldRecursive() 503 StackHandleScope<3> hs(soa.Self()); in Class_getDeclaredField() 538 StackHandleScope<1> hs(soa.Self()); in Class_getDeclaredConstructorInternal() 568 StackHandleScope<2> hs(soa.Self()); in Class_getDeclaredConstructorsInternal() 607 StackHandleScope<1> hs(soa.Self()); in Class_getDeclaredMethodInternal() [all …]
|
H A D | java_lang_String.cc | 57 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()
|
H A D | java_lang_StringFactory.cc | 40 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()
|
H A D | java_lang_reflect_Parameter.cc | 70 StackHandleScope<1> hs(soa.Self()); in Parameter_getAnnotationNative() 95 StackHandleScope<1> hs(soa.Self()); in Parameter_getAnnotationNative()
|
H A D | java_lang_reflect_Executable.cc | 60 StackHandleScope<1> hs(soa.Self()); in Executable_getAnnotationNative() 87 StackHandleScope<4> hs(soa.Self()); in Executable_getParameterAnnotationsNative() 160 StackHandleScope<8> hs(self); in Executable_getParameters0() 263 StackHandleScope<1> hs(soa.Self()); in Executable_isAnnotationPresentNative() 353 StackHandleScope<2> hs(soa.Self()); in Executable_getParameterTypesInternal()
|
/aosp12/art/compiler/optimizing/ |
H A D | inliner.h | 178 /*out*/StackHandleScope<InlineCache::kIndividualCacheSize>* classes) 186 /*out*/StackHandleScope<InlineCache::kIndividualCacheSize>* classes) 191 const StackHandleScope<InlineCache::kIndividualCacheSize>& classes) 199 const StackHandleScope<InlineCache::kIndividualCacheSize>& classes) 204 const StackHandleScope<InlineCache::kIndividualCacheSize>& classes) 209 const StackHandleScope<InlineCache::kIndividualCacheSize>& classes)
|
/aosp12/art/test/692-vdex-inmem-loader/ |
H A D | vdex_inmem_loader.cc | 43 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()
|
/aosp12/art/runtime/dex/ |
H A D | dex_file_annotations.cc | 360 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() 899 StackHandleScope<2> hs(self); in ProcessAnnotationSet() [all …]
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_class_loader.cc | 67 art::StackHandleScope<3> hs(self); in AddToClassLoader() 119 art::StackHandleScope<1> hs(self); in AllocateNewDexFileCookie() 140 art::StackHandleScope<4> hs(self); in GetDexElementList()
|
/aosp12/art/runtime/gc/ |
H A D | heap_test.cc | 69 StackHandleScope<1> hs(soa.Self()); in TEST_F() 73 StackHandleScope<1> hs2(soa.Self()); in TEST_F()
|
/aosp12/art/test/626-const-class-linking/ |
H A D | clear_dex_cache_types.cc | 38 StackHandleScope<1> hs(soa.Self()); in Java_Main_nativeSkipVerification() 52 StackHandleScope<1> hs(soa.Self()); in Java_Main_nativeDumpClasses()
|