/art/runtime/mirror/ |
D | method_type_test.cc | 43 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 …]
|
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 …]
|
D | dex_cache_test.cc | 49 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()
|
D | emulated_stack_frame.cc | 152 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/ |
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 …]
|
D | intern_table_test.cc | 35 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()
|
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()
|
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_);
|
D | handle_scope-inl.h | 47 inline StackHandleScope<kNumReferences>::StackHandleScope(Thread* self, in StackHandleScope() function 59 inline StackHandleScope<kNumReferences>::~StackHandleScope() { in ~StackHandleScope()
|
/art/runtime/native/ |
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() 114 StackHandleScope<1> hs(soa.Self()); in String_doRepeat()
|
D | java_lang_Class.cc | 107 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 …]
|
D | java_lang_reflect_Parameter.cc | 70 StackHandleScope<1> hs(soa.Self()); in Parameter_getAnnotationNative() 95 StackHandleScope<1> hs(soa.Self()); in Parameter_getAnnotationNative()
|
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()
|
D | java_lang_invoke_MethodHandle.cc | 34 StackHandleScope<2> hs(soa.Self()); in MethodHandle_invokeExactWithFrame()
|
/art/compiler/optimizing/ |
D | inliner.h | 180 /*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/ |
D | unstarted_runtime_test.cc | 114 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/ |
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()
|
/art/runtime/gc/ |
D | heap_test.cc | 69 StackHandleScope<1> hs(soa.Self()); in TEST_F() 73 StackHandleScope<1> hs2(soa.Self()); in TEST_F()
|
D | reference_queue_test.cc | 34 StackHandleScope<20> hs(self); in TEST_F() 68 StackHandleScope<20> hs(self); in TEST_F()
|
/art/test/626-const-class-linking/ |
D | clear_dex_cache_types.cc | 38 StackHandleScope<1> hs(soa.Self()); in Java_Main_nativeSkipVerification() 51 StackHandleScope<1> hs(soa.Self()); in Java_Main_nativeDumpClasses()
|
/art/openjdkjvmti/ |
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()
|
D | ti_class_loader-inl.h | 50 art::StackHandleScope<1> hs(self); in VisitDexFileObjects()
|
/art/test/2012-structural-redefinition-failures-jni-id/ |
D | set-jni-id-used.cc | 41 StackHandleScope<1> hs(soa.Self()); in Java_Main_SetPointerIdsUsed()
|
/art/test/800-smali/ |
D | jni.cc | 32 StackHandleScope<1> hs(soa.Self()); in Java_Main_isAotVerified()
|
/art/runtime/dex/ |
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() 849 StackHandleScope<1> hs(Thread::Current()); in GetSignatureValue() [all …]
|