Home
last modified time | relevance | path

Searched refs:StackHandleScope (Results 1 – 25 of 78) sorted by relevance

1234

/art/runtime/
Dhandle_scope-inl.h28 inline StackHandleScope<kNumReferences>::StackHandleScope(Thread* self, mirror::Object* fill_value) in StackHandleScope() function
39 inline StackHandleScope<kNumReferences>::~StackHandleScope() { in ~StackHandleScope()
Dintern_table_test.cc32 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()
Dhandle_scope.h140 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
Dclass_linker-inl.h48 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()
Dtransaction_test.cc31 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()
Dmonitor_test.cc60 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()
Dquick_exception_handler.cc78 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()
Dhandle.h97 template<size_t kNumReferences> friend class StackHandleScope; variable
143 template<size_t kNumReferences> friend class StackHandleScope; variable
Dclass_linker_test.cc106 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/
Darray.cc48 StackHandleScope<1> hs(self); in RecursiveCreateMultiArray()
60 StackHandleScope<1> hs(self); in RecursiveCreateMultiArray()
96 StackHandleScope<1> hs(self); in CreateMultiArray()
Dobject_test.cc61 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 …]
Dobject.cc128 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()
Dclass.cc80 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 …]
Ddex_cache_test.cc36 StackHandleScope<1> hs(soa.Self()); in TEST_F()
Dart_method.cc123 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/
Dheap_test.cc47 StackHandleScope<1> hs(soa.Self()); in TEST_F()
51 StackHandleScope<1> hs(soa.Self()); in TEST_F()
/art/runtime/native/
Djava_lang_Class.cc63 StackHandleScope<2> hs(soa.Self()); in Class_classForName()
88 StackHandleScope<1> hs(soa.Self()); in Class_getNameNative()
Djava_lang_reflect_Constructor.cc40 StackHandleScope<1> hs(soa.Self()); in Constructor_newInstance()
/art/runtime/interpreter/
Dinterpreter_common.cc264 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/
Dmir_field_info.cc46 StackHandleScope<3> hs(soa.Self()); in Resolve()
93 StackHandleScope<3> hs(soa.Self()); in Resolve()
/art/compiler/driver/
Dcompiler_driver.cc582 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/
Dspace_test.h51 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/
Dstub_test.cc611 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/
Dinterpreter_entrypoints.cc37 StackHandleScope<1> hs(self); in artInterpreterToCompiledCodeBridge()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h70 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()

1234