Home
last modified time | relevance | path

Searched refs:VariableSizedHandleScope (Results 1 – 25 of 31) sorted by relevance

12

/art/runtime/
Dhandle_scope-inl.h200 inline VariableSizedHandleScope* BaseHandleScope::AsVariableSized() { in AsVariableSized()
202 return down_cast<VariableSizedHandleScope*>(this); in AsVariableSized()
210 inline const VariableSizedHandleScope* BaseHandleScope::AsVariableSized() const { in AsVariableSized()
212 return down_cast<const VariableSizedHandleScope*>(this); in AsVariableSized()
221 inline MutableHandle<T> VariableSizedHandleScope::NewHandle(T* object) { in NewHandle()
226 inline MutableHandle<MirrorType> VariableSizedHandleScope::NewHandle(ObjPtr<MirrorType> ptr) { in NewHandle()
233 inline VariableSizedHandleScope::VariableSizedHandleScope(Thread* const self) in VariableSizedHandleScope() function
245 inline VariableSizedHandleScope::~VariableSizedHandleScope() { in ~VariableSizedHandleScope()
259 inline uint32_t VariableSizedHandleScope::NumberOfReferences() const { in NumberOfReferences()
269 inline bool VariableSizedHandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) in Contains()
[all …]
Dhandle_scope.h38 class VariableSizedHandleScope; variable
67 ALWAYS_INLINE VariableSizedHandleScope* AsVariableSized();
69 ALWAYS_INLINE const VariableSizedHandleScope* AsVariableSized() const;
222 friend class VariableSizedHandleScope; variable
250 class VariableSizedHandleScope : public BaseHandleScope {
252 explicit VariableSizedHandleScope(Thread* const self) REQUIRES_SHARED(Locks::mutator_lock_);
253 ~VariableSizedHandleScope() REQUIRES_SHARED(Locks::mutator_lock_);
291 DISALLOW_COPY_AND_ASSIGN(VariableSizedHandleScope);
Dcommon_runtime_test.h72 class VariableSizedHandleScope; variable
82 VariableSizedHandleScope* handle_scope)
Dhandle_scope_test.cc99 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
Dclass_table_test.cc79 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
Druntime_image.cc426 ClassTableVisitor(Handle<mirror::ClassLoader> loader, VariableSizedHandleScope& handles) in ClassTableVisitor()
442 VariableSizedHandleScope& handles_;
587 VariableSizedHandleScope handles(self); in EmitClasses()
1049 VariableSizedHandleScope handles(soa.Self()); in WriteObjects()
1663 explicit CollectDexCacheVisitor(VariableSizedHandleScope& handles) : handles_(handles) {} in CollectDexCacheVisitor()
1673 VariableSizedHandleScope& handles_;
1680 VariableSizedHandleScope& handles) in FindDexCaches()
Dmonitor_test.cc273 VariableSizedHandleScope vhs(soa.Self()); in CommonWaitSetup()
Druntime_callbacks_test.cc301 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
Dcommon_runtime_test.cc359 VariableSizedHandleScope* handle_scope) { in FillHeap()
Dclass_loader_context.cc796 VariableSizedHandleScope& map_scope, in CreateClassLoaderInternal()
894 VariableSizedHandleScope map_scope(self); in CreateClassLoader()
/art/runtime/gc/
Dheap_verification_test.cc56 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
77 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
96 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
109 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
127 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
153 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
173 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
Dheap.h61 class VariableSizedHandleScope; variable
/art/compiler/optimizing/
Dsharpening.h56 VariableSizedHandleScope* handles);
Dinstruction_simplifier_test.cc106 std::pair<HLoadClass*, HLoadClass*> GetLoadClasses(VariableSizedHandleScope* vshs) { in GetLoadClasses()
150 VariableSizedHandleScope vshs(soa.Self()); in TEST_F()
237 VariableSizedHandleScope vshs(soa.Self()); in TEST_F()
321 VariableSizedHandleScope vshs(soa.Self()); in TEST_F()
402 VariableSizedHandleScope vshs(soa.Self()); in TEST_P()
483 VariableSizedHandleScope vshs(soa.Self()); in TEST_P()
Dreference_type_propagation_test.cc49 void SetupPropagation(VariableSizedHandleScope* handles) { in SetupPropagation()
177 VariableSizedHandleScope handles(soa.Self()); in TEST_F()
186 VariableSizedHandleScope handles(soa.Self()); in TEST_F()
218 VariableSizedHandleScope handles(soa.Self()); in TEST_F()
266 VariableSizedHandleScope handles(soa.Self()); in RunVisitListTest()
368 VariableSizedHandleScope handles(soa.Self()); in RunVisitListTest()
Dload_store_elimination_test.cc1286 VariableSizedHandleScope vshs(soa.Self()); in TEST_F()
1415 VariableSizedHandleScope vshs(soa.Self()); in TEST_F()
1555 VariableSizedHandleScope vshs(soa.Self()); in TEST_F()
1650 VariableSizedHandleScope vshs(soa.Self()); in TEST_F()
1742 VariableSizedHandleScope vshs(soa.Self()); in TEST_F()
1836 VariableSizedHandleScope vshs(soa.Self()); in TEST_F()
2099 VariableSizedHandleScope vshs(soa.Self()); in TEST_F()
2176 VariableSizedHandleScope vshs(soa.Self()); in TEST_F()
2247 VariableSizedHandleScope vshs(soa.Self()); in TEST_F()
2335 VariableSizedHandleScope vshs(soa.Self()); in TEST_F()
[all …]
Doptimizing_compiler.cc382 VariableSizedHandleScope* handles) const;
389 VariableSizedHandleScope* handles) const;
756 VariableSizedHandleScope* handles) const { in TryCompile()
930 VariableSizedHandleScope* handles) const { in TryCompileIntrinsic()
1050 VariableSizedHandleScope handles(soa.Self()); in Compile()
1166 VariableSizedHandleScope handles(soa.Self()); in JniCompile()
1346 VariableSizedHandleScope handles(self); in JitCompile()
Doptimizing_unit_test.h235 HGraph* CreateGraph(VariableSizedHandleScope* handles = nullptr) {
267 VariableSizedHandleScope handles(soa.Self());
296 void InitGraph(VariableSizedHandleScope* handles = nullptr) {
Dsharpening.cc382 VariableSizedHandleScope* handles) { in ProcessLoadString()
/art/runtime/native/
Ddalvik_system_VMDebug.cc265 VariableSizedHandleScope hs(soa.Self()); in VMDebug_countInstancesOfClass()
284 VariableSizedHandleScope hs(soa.Self()); in VMDebug_countInstancesOfClasses()
/art/runtime/jit/
Dprofile_saver.cc377 explicit GetClassLoadersVisitor(VariableSizedHandleScope* class_loaders) in GetClassLoadersVisitor()
387 VariableSizedHandleScope* const class_loaders_;
458 std::optional<VariableSizedHandleScope> class_loaders_;
Djit.cc1420 VariableSizedHandleScope handles(self); in CompileMethodsFromBootProfile()
/art/dex2oat/driver/
Dcompiler_driver.cc769 explicit CreateConflictTablesVisitor(VariableSizedHandleScope& hs) in CreateConflictTablesVisitor()
808 VariableSizedHandleScope& hs_;
892 VariableSizedHandleScope hs(soa.Self()); in PreCompile()
1333 mutable VariableSizedHandleScope hs_;
/art/openjdkjvmti/
Dti_stack.cc574 art::VariableSizedHandleScope hs(current); in GetThreadListStackTraces()
891 art::VariableSizedHandleScope hs;
/art/runtime/verifier/
Dreg_type_test.cc1102 VariableSizedHandleScope hs(soa.Self()); in TEST_F()

12