/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 | 70 StackHandleScope<1> hs(self); in AssertString() 115 StackHandleScope<2> hs(soa.Self()); in TEST_F() 125 StackHandleScope<3> hs(soa.Self()); in TEST_F() 161 StackHandleScope<2> hs(soa.Self()); in TEST_F() 182 StackHandleScope<2> hs(soa.Self()); in TEST_F() 215 StackHandleScope<2> hs(soa.Self()); in TestPrimitiveArray() 262 StackHandleScope<2> hs(soa.Self()); in TEST_F() 307 StackHandleScope<2> hs(soa.Self()); in TEST_F() 338 StackHandleScope<2> hs(soa.Self()); in TEST_F() 368 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 | 75 StackHandleScope<2> hs(soa.Self()); in TEST_F() 87 StackHandleScope<2> hs(soa.Self()); in TEST_F() 100 StackHandleScope<2> hs(soa.Self()); in TEST_F() 112 StackHandleScope<2> hs(soa.Self()); in TEST_F() 126 StackHandleScope<2> hs(soa.Self()); in TEST_F() 140 StackHandleScope<2> hs(soa.Self()); in TEST_F() 154 StackHandleScope<2> hs(soa.Self()); in TEST_F() 172 StackHandleScope<3> hs(soa.Self()); in TEST_F() 189 StackHandleScope<3> hs(soa.Self()); in TEST_F() 209 StackHandleScope<2> hs(soa.Self()); in TEST_F() [all …]
|
D | intern_table_test.cc | 40 StackHandleScope<4> hs(soa.Self()); in TEST_F() 64 StackHandleScope<1> hs(soa.Self()); in TEST_F() 127 StackHandleScope<5> hs(soa.Self()); in TEST_F() 165 StackHandleScope<2> hs(soa.Self()); in TEST_F() 176 StackHandleScope<4> hs(soa.Self()); in TEST_F() 191 StackHandleScope<3> hs(soa.Self()); in TEST_F() 204 StackHandleScope<3> hs(soa.Self()); in TEST_F() 218 StackHandleScope<3> hs(soa.Self()); in TEST_F() 253 StackHandleScope<1> hs(soa.Self()); in TEST_F()
|
D | handle_scope_test.cc | 56 StackHandleScope<0x1> hs0(soa.Self()); in TEST_F() 58 StackHandleScope<kNumReferences> test_table(soa.Self()); in TEST_F() 106 StackHandleScope<1> inner(soa.Self()); in TEST_F()
|
D | common_dex_operations.h | 70 StackHandleScope<1> hs(self); in EnsureInitialized() 130 StackHandleScope<1> hs(self); in DoFieldGetCommon() 191 StackHandleScope<2> hs(self); in DoFieldPutCommon() 244 StackHandleScope<2> hs(self); in DoFieldPutCommon()
|
D | handle_scope.h | 201 template<size_t kNumRefs> friend class StackHandleScope; variable 207 class PACKED(4) StackHandleScope final : public FixedSizeHandleScope<kNumReferences> { 209 explicit ALWAYS_INLINE StackHandleScope(Thread* self) 212 ALWAYS_INLINE ~StackHandleScope() REQUIRES_SHARED(Locks::mutator_lock_);
|
D | monitor_test.cc | 73 StackHandleScope<1u> hs(self); in Run() 227 StackHandleScope<1u> hs(self); in Run() 256 StackHandleScope<2u> hs(soa.Self()); in CommonWaitSetup() 344 StackHandleScope<1u> hs(self); in Run() 366 StackHandleScope<1> hs(self); in TEST_F()
|
D | handle_scope-inl.h | 50 inline StackHandleScope<kNumReferences>::StackHandleScope(Thread* self) in StackHandleScope() function 61 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() 94 StackHandleScope<1> hs(soa.Self()); in String_fillBytesLatin1() 102 StackHandleScope<1> hs(soa.Self()); in String_fillBytesUTF16() 115 StackHandleScope<1> hs(soa.Self()); in String_doReplace() 123 StackHandleScope<1u> hs(soa.Self()); in String_toCharArray() 130 StackHandleScope<1> hs(soa.Self()); in String_doRepeat()
|
D | java_lang_Class.cc | 93 StackHandleScope<3> hs(soa.Self()); in Class_classForName() 117 StackHandleScope<2> hs2(soa.Self()); in Class_classForName() 157 StackHandleScope<1> hs(soa.Self()); in Class_getNameNative() 164 StackHandleScope<1> hs(soa.Self()); in Class_getInterfacesInternal() 172 StackHandleScope<1> hs2(soa.Self()); in Class_getInterfacesInternal() 315 StackHandleScope<2> hs(self); in GetPublicFieldRecursive() 365 StackHandleScope<1> hs(soa.Self()); in Class_getPublicFieldRecursive() 376 StackHandleScope<3> hs(soa.Self()); in Class_getDeclaredField() 411 StackHandleScope<1> hs(soa.Self()); in Class_getDeclaredConstructorInternal() 441 StackHandleScope<2> hs(soa.Self()); in Class_getDeclaredConstructorsInternal() [all …]
|
D | java_lang_StringFactory.cc | 40 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromBytes() 66 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromUtf16Bytes() 94 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromChars() 111 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromString() 141 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromUtf8Bytes()
|
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_invoke_MethodHandle.cc | 34 StackHandleScope<2> hs(soa.Self()); in MethodHandle_invokeExactWithFrame()
|
/art/runtime/interpreter/ |
D | unstarted_runtime_test.cc | 61 const StackHandleScope<3>& data) in CreateObjectArray() 78 const StackHandleScope<3>& data) in CheckObjectArray() 115 const StackHandleScope<3>& src_data, in RunArrayCopy() 117 const StackHandleScope<3>& dst_data, in RunArrayCopy() 120 const StackHandleScope<3>& expected_result) in RunArrayCopy() 122 StackHandleScope<3> hs_misc(self); in RunArrayCopy() 261 StackHandleScope<2> hs(self); in TEST_F() 351 StackHandleScope<2> hs(self); in TEST_F() 398 StackHandleScope<3> hs_misc(self); in TEST_F() 401 StackHandleScope<3> hs_data(self); in TEST_F() [all …]
|
/art/compiler/optimizing/ |
D | inliner.h | 199 /*out*/StackHandleScope<InlineCache::kIndividualCacheSize>* classes) 207 /*out*/StackHandleScope<InlineCache::kIndividualCacheSize>* classes) 212 const StackHandleScope<InlineCache::kIndividualCacheSize>& classes) 220 const StackHandleScope<InlineCache::kIndividualCacheSize>& classes) 225 const StackHandleScope<InlineCache::kIndividualCacheSize>& classes) 230 const StackHandleScope<InlineCache::kIndividualCacheSize>& classes)
|
/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/test/626-const-class-linking/ |
D | clear_dex_cache_types.cc | 37 StackHandleScope<1> hs(soa.Self()); in Java_Main_nativeSkipVerification() 50 StackHandleScope<1> hs(soa.Self()); in Java_Main_nativeDumpClasses()
|
/art/openjdkjvmti/ |
D | ti_class_loader.cc | 67 art::StackHandleScope<3> hs(self); in AddToClassLoader() 120 art::StackHandleScope<1> hs(self); in AllocateNewDexFileCookie() 141 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/runtime/gc/ |
D | reference_queue_test.cc | 39 StackHandleScope<20> hs(self); in TEST_F() 73 StackHandleScope<20> hs(self); in TEST_F()
|
/art/test/800-smali/ |
D | jni.cc | 32 StackHandleScope<1> hs(soa.Self()); in Java_Main_isAotVerified()
|