/art/runtime/ |
D | handle_scope-inl.h | 28 inline StackHandleScope<kNumReferences>::StackHandleScope(Thread* self, mirror::Object* fill_value) in StackHandleScope() function 39 inline StackHandleScope<kNumReferences>::~StackHandleScope() { in ~StackHandleScope()
|
D | intern_table_test.cc | 32 StackHandleScope<4> hs(soa.Self()); in TEST_F() 54 StackHandleScope<1> hs(soa.Self()); in TEST_F() 102 StackHandleScope<5> hs(soa.Self()); in TEST_F() 135 StackHandleScope<2> hs(soa.Self()); in TEST_F() 146 StackHandleScope<4> hs(soa.Self()); in TEST_F() 161 StackHandleScope<3> hs(soa.Self()); in TEST_F() 174 StackHandleScope<3> hs(soa.Self()); in TEST_F()
|
D | handle_scope.h | 140 template<size_t kNumReferences> friend class StackHandleScope; 164 class PACKED(4) StackHandleScope FINAL : public HandleScope { 166 explicit ALWAYS_INLINE StackHandleScope(Thread* self, mirror::Object* fill_value = nullptr); 167 ALWAYS_INLINE ~StackHandleScope(); 210 template<size_t kNumRefs> friend class StackHandleScope; variable
|
D | class_linker-inl.h | 48 StackHandleScope<2> hs(Thread::Current()); in FindArrayClass() 64 StackHandleScope<1> hs(Thread::Current()); in ResolveString() 80 StackHandleScope<2> hs(Thread::Current()); in ResolveType() 96 StackHandleScope<2> hs(Thread::Current()); in ResolveType() 125 StackHandleScope<3> hs(self); in ResolveMethod() 147 StackHandleScope<2> hs(Thread::Current()); in ResolveField()
|
D | transaction_test.cc | 31 StackHandleScope<2> hs(soa.Self()); in TEST_F() 50 StackHandleScope<2> hs(soa.Self()); in TEST_F() 78 StackHandleScope<2> hs(soa.Self()); in TEST_F() 105 StackHandleScope<4> hs(soa.Self()); in TEST_F() 200 StackHandleScope<5> hs(soa.Self()); in TEST_F() 300 StackHandleScope<4> hs(soa.Self()); in TEST_F() 414 StackHandleScope<2> hs(soa.Self()); in TEST_F() 434 StackHandleScope<2> hs(soa.Self()); in TEST_F() 456 StackHandleScope<2> hs(soa.Self()); in TEST_F()
|
D | monitor_test.cc | 60 std::unique_ptr<StackHandleScope<kMaxHandles>>* hsp, in FillHeap() 65 hsp->reset(new StackHandleScope<kMaxHandles>(self)); in FillHeap() 294 StackHandleScope<3> hs(Thread::Current()); in CommonWaitSetup() 309 std::unique_ptr<StackHandleScope<kMaxHandles>> hsp; in CommonWaitSetup()
|
D | quick_exception_handler.cc | 78 StackHandleScope<1> hs(self_); in VisitFrame() 91 StackHandleScope<1> hs(Thread::Current()); in HandleTryItems() 126 StackHandleScope<1> hs(self_); in FindCatch() 206 StackHandleScope<3> hs(self_); // Dex cache, class loader and method. in HandleDeoptimization()
|
D | handle.h | 97 template<size_t kNumReferences> friend class StackHandleScope; variable 143 template<size_t kNumReferences> friend class StackHandleScope; variable
|
D | class_linker_test.cc | 106 StackHandleScope<2> hs(self); in AssertArrayClass() 181 StackHandleScope<1> hs(Thread::Current()); in AssertField() 279 StackHandleScope<1> hs(Thread::Current()); in AssertClass() 326 StackHandleScope<1> hs(self); in AssertDexFileClass() 626 StackHandleScope<1> hs(soa.Self()); in TEST_F() 698 StackHandleScope<1> hs(soa.Self()); in TEST_F() 767 StackHandleScope<5> hs(soa.Self()); in TEST_F() 822 StackHandleScope<2> hs(soa.Self()); in TEST_F() 836 StackHandleScope<2> hs(soa.Self()); in TEST_F() 915 StackHandleScope<6> hs(soa.Self()); in TEST_F() [all …]
|
/art/runtime/mirror/ |
D | array.cc | 48 StackHandleScope<1> hs(self); in RecursiveCreateMultiArray() 60 StackHandleScope<1> hs(self); in RecursiveCreateMultiArray() 96 StackHandleScope<1> hs(self); in CreateMultiArray()
|
D | object_test.cc | 61 StackHandleScope<1> hs(self); in AssertString() 118 StackHandleScope<2> hs(soa.Self()); in TEST_F() 129 StackHandleScope<2> hs(soa.Self()); in TEST_F() 167 StackHandleScope<1> hs(soa.Self()); in TEST_F() 190 StackHandleScope<1> hs(soa.Self()); in TEST_F() 292 StackHandleScope<2> hs(soa.Self()); in TEST_F() 331 StackHandleScope<2> hs(soa.Self()); in TEST_F() 396 StackHandleScope<2> hs(soa.Self()); in TEST_F() 412 StackHandleScope<3> hs(soa.Self()); in TEST_F() 429 StackHandleScope<5> hs(soa.Self()); in TEST_F() [all …]
|
D | object.cc | 128 StackHandleScope<1> hs(self); in Clone() 173 StackHandleScope<1> hs(self); in IdentityHashCode() 214 StackHandleScope<1> hs(Thread::Current()); in CheckFieldAssignmentImpl() 234 StackHandleScope<1> hs(Thread::Current()); in CheckFieldAssignmentImpl()
|
D | class.cc | 80 StackHandleScope<3> hs(self); in SetStatus() 215 StackHandleScope<2> hs(self); in DumpClass() 636 StackHandleScope<1> hs(self); in FindStaticField() 640 StackHandleScope<1> hs(self); in FindStaticField() 660 StackHandleScope<1> hs(self); in FindStaticField() 664 StackHandleScope<1> hs(self); in FindStaticField() 689 StackHandleScope<1> hs(self); in FindField() 692 StackHandleScope<1> hs(self); in FindField() 813 void Class::PopulateEmbeddedImtAndVTable(StackHandleScope<kImtSize>* imt_handle_scope) { in PopulateEmbeddedImtAndVTable() 840 StackHandleScope<mirror::Class::kImtSize>* imt_handle_scope) in CopyClassVisitor() [all …]
|
D | dex_cache_test.cc | 36 StackHandleScope<1> hs(soa.Self()); in TEST_F()
|
D | art_method.cc | 123 StackHandleScope<2> hs(Thread::Current()); in FindOverriddenMethod() 140 StackHandleScope<2> hs(Thread::Current()); in FindOverriddenMethod() 219 StackHandleScope<1> hs(self); in FindCatchBlock()
|
/art/runtime/gc/ |
D | heap_test.cc | 47 StackHandleScope<1> hs(soa.Self()); in TEST_F() 51 StackHandleScope<1> hs(soa.Self()); in TEST_F()
|
/art/runtime/native/ |
D | java_lang_Class.cc | 63 StackHandleScope<2> hs(soa.Self()); in Class_classForName() 88 StackHandleScope<1> hs(soa.Self()); in Class_getNameNative()
|
D | java_lang_reflect_Constructor.cc | 40 StackHandleScope<1> hs(soa.Self()); in Constructor_newInstance()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 264 StackHandleScope<3> hs(self); in DoFieldPut() 411 StackHandleScope<3> hs(self_); in VisitFrame() 440 StackHandleScope<1> handle_scope_; 456 StackHandleScope<3> hs(self); in FindNextInstructionFollowingException() 545 StackHandleScope<1> hs(self); in DoCall() 785 StackHandleScope<1> hs(self); in UnstartedRuntimeFindClass() 804 StackHandleScope<1> hs(self); in UnstartedRuntimeInvoke() 810 StackHandleScope<1> hs(self); in UnstartedRuntimeInvoke() 818 StackHandleScope<2> hs(self); in UnstartedRuntimeInvoke() 828 StackHandleScope<1> hs(self); in UnstartedRuntimeInvoke() [all …]
|
/art/compiler/dex/ |
D | mir_field_info.cc | 46 StackHandleScope<3> hs(soa.Self()); in Resolve() 93 StackHandleScope<3> hs(soa.Self()); in Resolve()
|
/art/compiler/driver/ |
D | compiler_driver.cc | 582 StackHandleScope<1> hs(soa.Self()); in CompileOne() 690 StackHandleScope<1> hs(Thread::Current()); in ResolveCatchBlockExceptionsClassVisitor() 727 StackHandleScope<1> hs(self); in LoadImageClasses() 743 StackHandleScope<1> hs(self); in LoadImageClasses() 753 StackHandleScope<2> hs(self); in LoadImageClasses() 780 StackHandleScope<1> hs(self); in MaybeAddToImageClasses() 792 StackHandleScope<1> hs(self); in MaybeAddToImageClasses() 797 StackHandleScope<1> hs(self); in MaybeAddToImageClasses() 808 StackHandleScope<1> hs(Thread::Current()); in FindClinitImageClassesCallback() 856 StackHandleScope<1> hs(soa.Self()); in CanAssumeStringIsPresentInDexCache() [all …]
|
/art/runtime/gc/space/ |
D | space_test.h | 51 StackHandleScope<1> hs(self); in GetByteArrayClass() 66 StackHandleScope<1> hs(self); in Alloc() 78 StackHandleScope<1> hs(self); in AllocWithGrowth() 183 StackHandleScope<3> hs(soa.Self()); in ZygoteSpaceTestBody() 286 StackHandleScope<3> hs(soa.Self()); in AllocAndFreeTestBody() 422 StackHandleScope<1> hs(soa.Self()); in SizeFootPrintGrowthLimitAndTrimBody() 514 StackHandleScope<1> hs(soa.Self()); in SizeFootPrintGrowthLimitAndTrimBody()
|
/art/runtime/arch/ |
D | stub_test.cc | 611 StackHandleScope<2> hs(soa.Self()); in TEST_F() 684 StackHandleScope<kNumberOfLocks + 1> hs(self); in TestUnlockObject() 833 StackHandleScope<2> hs(soa.Self()); in TEST_F() 886 StackHandleScope<5> hs(soa.Self()); in TEST_F() 1016 StackHandleScope<2> hs(soa.Self()); in TEST_F() 1078 std::unique_ptr<StackHandleScope<kMaxHandles>> hsp(new StackHandleScope<kMaxHandles>(self)); in TEST_F() 1138 StackHandleScope<2> hs(self); in TEST_F() 1235 StackHandleScope<kStringCount> hs(self); in TEST_F() 1540 StackHandleScope<5> hs(self); in TestFields() 1553 StackHandleScope<1> hs(self); in TestFields() [all …]
|
/art/runtime/entrypoints/interpreter/ |
D | interpreter_entrypoints.cc | 37 StackHandleScope<1> hs(self); in artInterpreterToCompiledCodeBridge()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 70 StackHandleScope<1> hs(self); in CheckObjectAlloc() 97 StackHandleScope<1> hs(self); in CheckClassInitializedForObjectAlloc() 317 StackHandleScope<1> hs(self); in FindFieldFromCode() 359 StackHandleScope<1> hs(self); in FindMethodFromCode() 602 StackHandleScope<1> hs(self); in ResolveVerifyAndClinit()
|