/art/runtime/mirror/ |
D | method_type_test.cc | 48 StackHandleScope<5> hs(soa.Self()); in CreateMethodType() 74 StackHandleScope<2> hs(soa.Self()); in TEST_F() 82 StackHandleScope<2> hs(soa.Self()); in TEST_F() 90 StackHandleScope<2> hs(soa.Self()); in TEST_F() 98 StackHandleScope<2> hs(soa.Self()); in TEST_F()
|
D | array.cc | 49 StackHandleScope<1> hs(self); in RecursiveCreateMultiArray() 62 StackHandleScope<1> hs2(self); in RecursiveCreateMultiArray() 98 StackHandleScope<1> hs(self); in CreateMultiArray() 133 StackHandleScope<1> hs(self); in CopyOf()
|
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()
|
D | object_test.cc | 62 StackHandleScope<1> hs(self); in AssertString() 109 StackHandleScope<2> hs(soa.Self()); in TEST_F() 119 StackHandleScope<2> hs(soa.Self()); in TEST_F() 156 StackHandleScope<1> hs(soa.Self()); in TEST_F() 179 StackHandleScope<1> hs(soa.Self()); in TEST_F() 317 StackHandleScope<2> hs(soa.Self()); in TEST_F() 355 StackHandleScope<2> hs(soa.Self()); in TEST_F() 422 StackHandleScope<2> hs(soa.Self()); in TEST_F() 438 StackHandleScope<3> hs(soa.Self()); in TEST_F() 455 StackHandleScope<5> hs(soa.Self()); in TEST_F() [all …]
|
D | call_site.cc | 28 StackHandleScope<1> hs(self); in Create()
|
/art/runtime/interpreter/ |
D | unstarted_runtime_test.cc | 87 const StackHandleScope<3>& data) in UNSTARTED_RUNTIME_JNI_LIST() 104 const StackHandleScope<3>& data) in CheckObjectArray() 141 const StackHandleScope<3>& src_data, in RunArrayCopy() 143 const StackHandleScope<3>& dst_data, in RunArrayCopy() 146 const StackHandleScope<3>& expected_result) in RunArrayCopy() 148 StackHandleScope<3> hs_misc(self); in RunArrayCopy() 305 StackHandleScope<2> hs(self); in TEST_F() 440 StackHandleScope<2> hs_misc(self); in TEST_F() 444 StackHandleScope<3> hs_data(self); in TEST_F() 473 StackHandleScope<1> hs_object(self); in TEST_F() [all …]
|
/art/runtime/ |
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()
|
D | handle_scope_test.cc | 50 StackHandleScope<0x1> hs0(soa.Self()); in TEST_F() 52 StackHandleScope<kNumReferences> test_table(soa.Self()); in TEST_F() 98 StackHandleScope<1> inner(soa.Self()); in TEST_F()
|
D | handle_scope-inl.h | 45 inline StackHandleScope<kNumReferences>::StackHandleScope(Thread* self, mirror::Object* fill_value) in StackHandleScope() function 53 inline StackHandleScope<kNumReferences>::~StackHandleScope() { in ~StackHandleScope()
|
D | handle_scope.h | 255 template<size_t kNumRefs> friend class StackHandleScope; variable 261 class PACKED(4) StackHandleScope FINAL : public FixedSizeHandleScope<kNumReferences> { 263 explicit ALWAYS_INLINE StackHandleScope(Thread* self, mirror::Object* fill_value = nullptr); 264 ALWAYS_INLINE ~StackHandleScope();
|
D | common_dex_operations.h | 76 StackHandleScope<1> hs(self); in DoFieldGetCommon() 135 StackHandleScope<2> hs(self); in DoFieldPutCommon() 179 StackHandleScope<2> hs(self); in DoFieldPutCommon()
|
D | dex_file_annotations.cc | 322 StackHandleScope<4> hs(self); in ProcessEncodedAnnotation() 438 StackHandleScope<1> hs(self); in ProcessAnnotationValue() 454 StackHandleScope<2> hs(self); in ProcessAnnotationValue() 481 StackHandleScope<2> hs(self); in ProcessAnnotationValue() 520 StackHandleScope<2> hs(self); in ProcessAnnotationValue() 549 StackHandleScope<3> hs(self); in ProcessAnnotationValue() 572 StackHandleScope<2> hs(self); in ProcessAnnotationValue() 686 StackHandleScope<5> hs(self); in CreateAnnotationMember() 783 StackHandleScope<2> hs(self); in GetAnnotationItemFromAnnotationSet() 858 StackHandleScope<1> hs(Thread::Current()); in GetSignatureValue() [all …]
|
D | monitor_test.cc | 62 std::unique_ptr<StackHandleScope<kMaxHandles>>* hsp, in FillHeap() 67 hsp->reset(new StackHandleScope<kMaxHandles>(self)); in FillHeap() 297 StackHandleScope<3> hs(soa.Self()); in CommonWaitSetup() 308 std::unique_ptr<StackHandleScope<kMaxHandles>> hsp; in CommonWaitSetup() 404 StackHandleScope<1> hs(self); in TEST_F()
|
D | jobject_comparator.cc | 34 StackHandleScope<2> hs(soa.Self()); in operator ()()
|
D | transaction_test.cc | 35 StackHandleScope<2> hs(soa.Self()); in testTransactionAbort() 95 StackHandleScope<2> hs(soa.Self()); in TEST_F() 115 StackHandleScope<2> hs(soa.Self()); in TEST_F() 144 StackHandleScope<2> hs(soa.Self()); in TEST_F() 172 StackHandleScope<4> hs(soa.Self()); in TEST_F() 270 StackHandleScope<5> hs(soa.Self()); in TEST_F() 372 StackHandleScope<4> hs(soa.Self()); in TEST_F() 489 StackHandleScope<3> hs(soa.Self()); in TEST_F() 538 StackHandleScope<2> hs(soa.Self()); in TEST_F() 562 StackHandleScope<2> hs(soa.Self()); in TEST_F()
|
/art/runtime/native/ |
D | java_lang_Class.cc | 81 StackHandleScope<2> hs(soa.Self()); in Class_classForName() 109 StackHandleScope<1> hs(soa.Self()); in Class_getNameNative() 124 StackHandleScope<4> hs(soa.Self()); in Class_getInterfacesInternal() 163 StackHandleScope<1> hs(self); in GetDeclaredFields() 308 StackHandleScope<2> hs(self); in GetPublicFieldRecursive() 363 StackHandleScope<3> hs(soa.Self()); in Class_getDeclaredField() 414 StackHandleScope<2> hs(soa.Self()); in Class_getDeclaredConstructorsInternal() 461 StackHandleScope<2> hs(soa.Self()); in Class_getDeclaredMethodsUnchecked() 499 StackHandleScope<2> hs(soa.Self()); in Class_getDeclaredAnnotation() 518 StackHandleScope<1> hs(soa.Self()); in Class_getDeclaredAnnotations() [all …]
|
D | java_lang_StringFactory.cc | 39 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromBytes() 63 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromChars() 80 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromString()
|
D | java_lang_String.cc | 57 StackHandleScope<2> hs(soa.Self()); in String_concat() 80 StackHandleScope<1> hs(soa.Self()); in String_fastSubstring() 94 StackHandleScope<1> hs(soa.Self()); in String_getCharsNoCheck() 107 StackHandleScope<1> hs(soa.Self()); in String_doReplace()
|
D | java_lang_reflect_Executable.cc | 57 StackHandleScope<1> hs(soa.Self()); in Executable_getAnnotationNative() 73 StackHandleScope<1> hs(soa.Self()); in Executable_getSignatureAnnotation() 91 StackHandleScope<8> hs(self); in Executable_getParameters0() 194 StackHandleScope<1> hs(soa.Self()); in Executable_isAnnotationPresentNative() 293 StackHandleScope<3> hs(soa.Self()); in Executable_getParameterTypesInternal()
|
/art/runtime/gc/ |
D | heap_test.cc | 48 StackHandleScope<1> hs(soa.Self()); in TEST_F() 52 StackHandleScope<1> hs2(soa.Self()); in TEST_F()
|
D | reference_queue_test.cc | 33 StackHandleScope<20> hs(self); in TEST_F() 67 StackHandleScope<20> hs(self); in TEST_F()
|
/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/runtime/openjdkjvmti/ |
D | ti_class_loader.cc | 65 art::StackHandleScope<3> hs(self); in AddToClassLoader() 119 art::StackHandleScope<1> hs(self); in AllocateNewDexFileCookie() 147 art::StackHandleScope<5> hs(self); in FindSourceDexFileObject()
|
/art/runtime/gc/space/ |
D | space_test.h | 56 StackHandleScope<1> hs(self); in GetByteArrayClass() 75 StackHandleScope<1> hs(self); in Alloc() 95 StackHandleScope<1> hs(self); in AllocWithGrowth() 190 StackHandleScope<1> hs(soa.Self()); in SizeFootPrintGrowthLimitAndTrimBody() 287 StackHandleScope<1> hs(soa.Self()); in SizeFootPrintGrowthLimitAndTrimBody()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 131 StackHandleScope<1> hs(self); in CheckObjectAlloc() 160 StackHandleScope<1> hs(self); in CheckClassInitializedForObjectAlloc() 348 StackHandleScope<2> hs(self); in FindFieldFromCode() 403 StackHandleScope<1> hs(self); in FindFieldFromCode() 450 StackHandleScope<1> hs(self); in FindMethodFromCode() 498 StackHandleScope<2> hs2(self); in FindMethodFromCode() 742 StackHandleScope<1> hs(self); in ResolveVerifyAndClinit() 758 StackHandleScope<1> hs(Thread::Current()); in ResolveString() 770 StackHandleScope<1> hs(Thread::Current()); in ResolveStringFromCode()
|