/art/runtime/ |
D | intern_table_test.cc | 32 StackHandleScope<4> hs(soa.Self()); in TEST_F() local 56 StackHandleScope<1> hs(soa.Self()); in TEST_F() local 97 StackHandleScope<5> hs(soa.Self()); in TEST_F() local 130 StackHandleScope<2> hs(soa.Self()); in TEST_F() local 141 StackHandleScope<4> hs(soa.Self()); in TEST_F() local 156 StackHandleScope<3> hs(soa.Self()); in TEST_F() local 169 StackHandleScope<3> hs(soa.Self()); in TEST_F() local 183 StackHandleScope<3> hs(soa.Self()); in TEST_F() local
|
D | transaction_test.cc | 34 StackHandleScope<2> hs(soa.Self()); in testTransactionAbort() local 94 StackHandleScope<2> hs(soa.Self()); in TEST_F() local 114 StackHandleScope<2> hs(soa.Self()); in TEST_F() local 143 StackHandleScope<2> hs(soa.Self()); in TEST_F() local 171 StackHandleScope<4> hs(soa.Self()); in TEST_F() local 269 StackHandleScope<5> hs(soa.Self()); in TEST_F() local 371 StackHandleScope<4> hs(soa.Self()); in TEST_F() local 488 StackHandleScope<2> hs(soa.Self()); in TEST_F() local 512 StackHandleScope<2> hs(soa.Self()); in TEST_F() local
|
D | proxy_test.cc | 106 StackHandleScope<4> hs(soa.Self()); in TEST_F() local 140 StackHandleScope<9> hs(soa.Self()); in TEST_F() local 198 StackHandleScope<7> hs(soa.Self()); in TEST_F() local
|
D | class_linker_test.cc | 108 StackHandleScope<2> hs(self); in AssertArrayClass() local 337 StackHandleScope<1> hs(self); in AssertDexFileClass() local 684 StackHandleScope<1> hs(soa.Self()); in TEST_F() local 756 StackHandleScope<1> hs(soa.Self()); in TEST_F() local 826 StackHandleScope<5> hs(soa.Self()); in TEST_F() local 881 StackHandleScope<2> hs(soa.Self()); in TEST_F() local 895 StackHandleScope<2> hs(soa.Self()); in TEST_F() local 972 StackHandleScope<6> hs(soa.Self()); in TEST_F() local 1041 StackHandleScope<1> hs(soa.Self()); in TEST_F() local 1155 StackHandleScope<1> hs(soa.Self()); in TEST_F() local [all …]
|
D | dex_file.cc | 1204 StackHandleScope<1> hs(Thread::Current()); in GetAnnotationForField() local 1212 StackHandleScope<1> hs(Thread::Current()); in GetAnnotationsForField() local 1223 StackHandleScope<1> hs(Thread::Current()); in GetSignatureAnnotationForField() local 1234 StackHandleScope<1> hs(Thread::Current()); in IsFieldAnnotationPresent() local 1310 StackHandleScope<2> hs(Thread::Current()); in GetAnnotationDefaultValue() local 1327 StackHandleScope<1> hs(Thread::Current()); in GetAnnotationForMethod() local 1335 StackHandleScope<1> hs(Thread::Current()); in GetAnnotationsForMethod() local 1345 StackHandleScope<1> hs(Thread::Current()); in GetExceptionTypesForMethod() local 1361 StackHandleScope<1> hs(Thread::Current()); in GetParameterAnnotations() local 1372 StackHandleScope<1> hs(Thread::Current()); in GetSignatureAnnotationForMethod() local [all …]
|
D | jobject_comparator.cc | 34 StackHandleScope<2> hs(soa.Self()); in operator ()() local
|
D | art_field.cc | 61 StackHandleScope<1> hs(self); in ResolveGetStringName() local
|
D | class_linker.cc | 116 StackHandleScope<1> hs(self); in HasInitWithString() local 372 StackHandleScope<64> hs(self); // 64 is picked arbitrarily. in InitWithoutImage() local 756 StackHandleScope<1> hs(self); in RunRootClinits() local 1574 StackHandleScope<2> hs(self); in AddImageSpace() local 1978 StackHandleScope<1> hs(self); in VisitClassesWithoutClassesLock() local 2063 StackHandleScope<6> hs(self); in AllocDexCache() local 2162 StackHandleScope<1> hs(self); in EnsureResolved() local 2181 StackHandleScope<1> hs(self); in EnsureResolved() local 2260 StackHandleScope<4> hs(self); in FindClassInPathClassLoader() local 2441 StackHandleScope<3> hs(self); in DefineClass() local [all …]
|
/art/runtime/native/ |
D | java_lang_Class.cc | 75 StackHandleScope<2> hs(soa.Self()); in Class_classForName() local 100 StackHandleScope<1> hs(soa.Self()); in Class_getNameNative() local 114 StackHandleScope<1> hs(self); in GetDeclaredFields() local 241 StackHandleScope<2> hs(self); in GetPublicFieldRecursive() local 342 StackHandleScope<2> hs(soa.Self()); in Class_getDeclaredConstructorsInternal() local 383 StackHandleScope<2> hs(soa.Self()); in Class_getDeclaredMethodsUnchecked() local 414 StackHandleScope<2> hs(soa.Self()); in Class_getDeclaredAnnotation() local 433 StackHandleScope<1> hs(soa.Self()); in Class_getDeclaredAnnotations() local 448 StackHandleScope<1> hs(soa.Self()); in Class_getDeclaredClasses() local 475 StackHandleScope<1> hs(soa.Self()); in Class_getEnclosingClass() local [all …]
|
D | java_lang_StringFactory.cc | 37 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromBytes() local 58 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromChars() local 73 StackHandleScope<1> hs(soa.Self()); in StringFactory_newStringFromString() local
|
D | java_lang_reflect_AbstractMethod.cc | 50 StackHandleScope<1> hs(soa.Self()); in AbstractMethod_getSignatureAnnotation() local 63 StackHandleScope<1> hs(soa.Self()); in AbstractMethod_isAnnotationPresentNative() local
|
D | java_lang_reflect_Constructor.cc | 35 StackHandleScope<1> hs(soa.Self()); in Constructor_getAnnotationNative() local 101 StackHandleScope<1> hs(soa.Self()); in Constructor_isAnnotationPresentNative() local 119 StackHandleScope<1> hs(soa.Self()); in Constructor_newInstance0() local
|
D | java_lang_String.cc | 53 StackHandleScope<2> hs(soa.Self()); in String_concat() local 75 StackHandleScope<1> hs(soa.Self()); in String_fastSubstring() local 86 StackHandleScope<1> hs(soa.Self()); in String_getCharsNoCheck() local
|
D | java_lang_reflect_Array.cc | 34 StackHandleScope<2> hs(soa.Self()); in Array_createMultiArray() local
|
D | java_lang_VMClassLoader.cc | 63 StackHandleScope<1> hs(soa.Self()); in VMClassLoader_findLoadedClass() local
|
/art/runtime/mirror/ |
D | object_test.cc | 60 StackHandleScope<1> hs(self); in AssertString() local 98 StackHandleScope<2> hs(soa.Self()); in TEST_F() local 109 StackHandleScope<2> hs(soa.Self()); in TEST_F() local 147 StackHandleScope<1> hs(soa.Self()); in TEST_F() local 170 StackHandleScope<1> hs(soa.Self()); in TEST_F() local 325 StackHandleScope<2> hs(soa.Self()); in TEST_F() local 363 StackHandleScope<2> hs(soa.Self()); in TEST_F() local 430 StackHandleScope<2> hs(soa.Self()); in TEST_F() local 446 StackHandleScope<3> hs(soa.Self()); in TEST_F() local 463 StackHandleScope<5> hs(soa.Self()); in TEST_F() local [all …]
|
D | dex_cache_test.cc | 35 StackHandleScope<1> hs(soa.Self()); in TEST_F() local 55 StackHandleScope<1> hs(soa.Self()); in TEST_F() local
|
D | array.cc | 48 StackHandleScope<1> hs(self); in RecursiveCreateMultiArray() local 97 StackHandleScope<1> hs(self); in CreateMultiArray() local 132 StackHandleScope<1> hs(self); in CopyOf() local
|
D | object.cc | 132 StackHandleScope<1> hs(self); in Clone() local 178 StackHandleScope<1> hs(self); in IdentityHashCode() local 212 StackHandleScope<1> hs(Thread::Current()); in CheckFieldAssignmentImpl() local
|
D | class.cc | 199 StackHandleScope<2> hs(self); in DumpClass() local 568 StackHandleScope<2> hs(self); in FindVirtualMethodForInterfaceSuper() local 736 StackHandleScope<1> hs(self); in FindStaticField() local 760 StackHandleScope<1> hs(self); in FindStaticField() local 789 StackHandleScope<1> hs(self); in FindField() local 978 StackHandleScope<1> hs(self_); in operator ()() local 1004 StackHandleScope<1> hs(self); in CopyOf() local 1070 StackHandleScope<3> hs(self); in GetDeclaredMethodInternal() local 1147 StackHandleScope<1> hs(self); in GetDeclaredConstructorInternal() local
|
/art/runtime/gc/ |
D | reference_queue_test.cc | 31 StackHandleScope<20> hs(self); in TEST_F() local 65 StackHandleScope<20> hs(self); in TEST_F() local
|
/art/runtime/arch/ |
D | stub_test.cc | 595 StackHandleScope<2> hs(soa.Self()); in TEST_F() local 669 StackHandleScope<kNumberOfLocks + 1> hs(self); in TestUnlockObject() local 824 StackHandleScope<2> hs(soa.Self()); in TEST_F() local 876 StackHandleScope<5> hs(soa.Self()); in TEST_F() local 1008 StackHandleScope<2> hs(soa.Self()); in TEST_F() local 1133 StackHandleScope<2> hs(self); in TEST_F() local 1230 StackHandleScope<kStringCount> hs(self); in TEST_F() local 1797 StackHandleScope<3> hs(self); in TestFields() local 1948 StackHandleScope<7> hs(self); in TEST_F() local 2096 StackHandleScope<kStringCount> hs(self); in TEST_F() local [all …]
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 132 StackHandleScope<1> hs(self); in UnstartedRuntimeFindClass() local 175 StackHandleScope<1> hs(self); in UnstartedClassForName() local 196 StackHandleScope<2> hs(self); in UnstartedClassForNameLong() local 213 StackHandleScope<2> hs(self); in UnstartedClassClassForName() local 223 StackHandleScope<2> hs(self); // Class, constructor, object. in UnstartedClassNewInstance() local 348 StackHandleScope<1> hs(self); in UnstartedClassGetEnclosingClass() local 358 StackHandleScope<1> hs(self); in UnstartedClassGetInnerClassFlags() local 446 StackHandleScope<3> hs(self); in GetResourceAsStream() local 506 StackHandleScope<1> hs(self); in UnstartedClassLoaderGetResourceAsStream() local 526 StackHandleScope<2> hs(self); in UnstartedVmClassLoaderFindLoadedClass() local [all …]
|
/art/compiler/driver/ |
D | compiler_driver_test.cc | 84 StackHandleScope<1> hs(soa.Self()); in MakeDexFileExecutable() local 209 StackHandleScope<1> hs(self); in TEST_F() local 267 StackHandleScope<1> hs(self); in CheckCompiledMethods() local
|
D | compiler_driver.cc | 539 StackHandleScope<1> hs(soa.Self()); in GetDexToDexCompilationLevel() local 679 StackHandleScope<1> hs(self); in CompileOne() local 1089 StackHandleScope<1> hs(self); in LoadImageClasses() local 1105 StackHandleScope<1> hs(self); in LoadImageClasses() local 1147 StackHandleScope<1> hs(self); in MaybeAddToImageClasses() local 1280 StackHandleScope<1> hs(self_); in VisitClinitClassesObject() local 1380 StackHandleScope<1> hs(soa.Self()); in CanAssumeStringIsPresentInDexCache() local 1597 StackHandleScope<1> hs(soa.Self()); in ComputeInstanceFieldInfo() local 1781 StackHandleScope<2> hs(soa.Self()); in ComputeInvokeInfo() local 2056 StackHandleScope<2> hs(soa.Self()); in Visit() local [all …]
|