/art/runtime/mirror/ |
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()
|
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 | 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 | method_type.cc | 42 StackHandleScope<1> hs(self); in Create() 60 StackHandleScope<3> hs(self); in CloneWithoutLeadingParameter() 83 StackHandleScope<4> hs(self); in CollectTrailingArguments()
|
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()
|
/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() 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 | 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 | 214 template<size_t kNumRefs> friend class StackHandleScope; variable 220 class PACKED(4) StackHandleScope final : public FixedSizeHandleScope<kNumReferences> { 222 explicit ALWAYS_INLINE StackHandleScope(Thread* self, 224 ALWAYS_INLINE ~StackHandleScope();
|
D | handle_scope-inl.h | 47 inline StackHandleScope<kNumReferences>::StackHandleScope(Thread* self, in StackHandleScope() function 56 inline StackHandleScope<kNumReferences>::~StackHandleScope() { in ~StackHandleScope()
|
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()
|
/art/runtime/native/ |
D | java_lang_String.cc | 57 StackHandleScope<2> hs(soa.Self()); in String_concat() 73 StackHandleScope<1> hs(soa.Self()); in String_fastSubstring() 87 StackHandleScope<1> hs(soa.Self()); in String_getCharsNoCheck() 100 StackHandleScope<1> hs(soa.Self()); in String_doReplace() 108 StackHandleScope<1u> hs(soa.Self()); in String_toCharArray()
|
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()
|
D | java_lang_Class.cc | 195 StackHandleScope<2> hs(soa.Self()); in Class_classForName() 229 StackHandleScope<1> hs(soa.Self()); in Class_getNameNative() 236 StackHandleScope<1> hs(soa.Self()); in Class_getInterfacesInternal() 244 StackHandleScope<1> hs2(soa.Self()); in Class_getInterfacesInternal() 290 StackHandleScope<1> hs(self); in GetDeclaredFields() 440 StackHandleScope<2> hs(self); in GetPublicFieldRecursive() 490 StackHandleScope<1> hs(soa.Self()); in Class_getPublicFieldRecursive() 501 StackHandleScope<3> hs(soa.Self()); in Class_getDeclaredField() 536 StackHandleScope<1> hs(soa.Self()); in Class_getDeclaredConstructorInternal() 566 StackHandleScope<2> hs(soa.Self()); in Class_getDeclaredConstructorsInternal() [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_invoke_MethodHandleImpl.cc | 35 StackHandleScope<2> hs(soa.Self()); in MethodHandleImpl_getMemberInternal()
|
/art/runtime/interpreter/ |
D | unstarted_runtime_test.cc | 113 const StackHandleScope<3>& data) in CreateObjectArray() 130 const StackHandleScope<3>& data) in CheckObjectArray() 167 const StackHandleScope<3>& src_data, in RunArrayCopy() 169 const StackHandleScope<3>& dst_data, in RunArrayCopy() 172 const StackHandleScope<3>& expected_result) in RunArrayCopy() 174 StackHandleScope<3> hs_misc(self); in RunArrayCopy() 323 StackHandleScope<2> hs(self); in TEST_F() 414 StackHandleScope<2> hs(self); in TEST_F() 459 StackHandleScope<3> hs_misc(self); in TEST_F() 462 StackHandleScope<3> hs_data(self); in TEST_F() [all …]
|
/art/test/692-vdex-inmem-loader/ |
D | vdex_inmem_loader.cc | 42 StackHandleScope<2> hs(soa.Self()); in Java_Main_areClassesVerified() 81 StackHandleScope<1> hs(soa.Self()); in Java_Main_hasVdexFile() 109 StackHandleScope<1> hs(soa.Self()); in Java_Main_isBackedByOatFile() 136 StackHandleScope<2> hs(soa.Self()); in Java_Main_areClassesPreverified()
|
/art/test/626-const-class-linking/ |
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()
|
/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/2012-structural-redefinition-failures-jni-id/ |
D | set-jni-id-used.cc | 41 StackHandleScope<1> hs(soa.Self()); in Java_Main_SetPointerIdsUsed()
|
/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/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() 555 StackHandleScope<2> hs(self); in ProcessAnnotationValue() 583 StackHandleScope<3> hs(self); in ProcessAnnotationValue() 605 StackHandleScope<2> hs(self); in ProcessAnnotationValue() 719 StackHandleScope<5> hs(self); in CreateAnnotationMember() 797 StackHandleScope<2> hs(self); in GetAnnotationItemFromAnnotationSet() 870 StackHandleScope<1> hs(Thread::Current()); in GetSignatureValue() [all …]
|