Home
last modified time | relevance | path

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

12

/art/runtime/
Dhandle_scope-inl.h176 inline VariableSizedHandleScope* BaseHandleScope::AsVariableSized() { in AsVariableSized()
178 return down_cast<VariableSizedHandleScope*>(this); in AsVariableSized()
186 inline const VariableSizedHandleScope* BaseHandleScope::AsVariableSized() const { in AsVariableSized()
188 return down_cast<const VariableSizedHandleScope*>(this); in AsVariableSized()
197 MutableHandle<T> VariableSizedHandleScope::NewHandle(T* object) { in NewHandle()
205 inline MutableHandle<MirrorType> VariableSizedHandleScope::NewHandle(ObjPtr<MirrorType> ptr) { in NewHandle()
209 inline VariableSizedHandleScope::VariableSizedHandleScope(Thread* const self) in VariableSizedHandleScope() function
216 inline VariableSizedHandleScope::~VariableSizedHandleScope() { in ~VariableSizedHandleScope()
226 inline uint32_t VariableSizedHandleScope::NumberOfReferences() const { in NumberOfReferences()
236 inline bool VariableSizedHandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) in Contains()
[all …]
Dhandle_scope.h38 class VariableSizedHandleScope; variable
64 ALWAYS_INLINE VariableSizedHandleScope* AsVariableSized();
66 ALWAYS_INLINE const VariableSizedHandleScope* AsVariableSized() const;
215 friend class VariableSizedHandleScope; variable
240 class VariableSizedHandleScope : public BaseHandleScope {
242 explicit VariableSizedHandleScope(Thread* const self);
243 ~VariableSizedHandleScope();
274 DISALLOW_COPY_AND_ASSIGN(VariableSizedHandleScope);
Dcommon_runtime_test.h51 class VariableSizedHandleScope; variable
63 VariableSizedHandleScope* handle_scope)
Dhandle_scope_test.cc94 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
Dclass_table_test.cc74 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
Dmonitor_test.cc261 VariableSizedHandleScope vhs(soa.Self()); in CommonWaitSetup()
/art/compiler/optimizing/
Dbuilder.h43 VariableSizedHandleScope* handles);
49 VariableSizedHandleScope* handles,
75 VariableSizedHandleScope* const handles_;
Dreference_type_propagation.h36 VariableSizedHandleScope* handles,
59 VariableSizedHandleScope* handle_scope);
64 explicit HandleCache(VariableSizedHandleScope* handles) : handles_(handles) { } in HandleCache()
84 VariableSizedHandleScope* handles_;
Dselect_generator.h67 VariableSizedHandleScope* handles,
76 VariableSizedHandleScope* handle_scope_;
Dreference_type_propagation_test.cc37 void SetupPropagation(VariableSizedHandleScope* handles) { in SetupPropagation()
80 VariableSizedHandleScope handles(soa.Self()); in TEST_F()
89 VariableSizedHandleScope handles(soa.Self()); in TEST_F()
121 VariableSizedHandleScope handles(soa.Self()); in TEST_F()
Dssa_builder.h54 VariableSizedHandleScope* handles, in SsaBuilder()
132 VariableSizedHandleScope* const handles_;
Dsharpening.h52 VariableSizedHandleScope* handles);
Doptimizing_compiler.cc310 VariableSizedHandleScope* handles, in RunOptimizations()
353 VariableSizedHandleScope* handles, in RunOptimizations()
363 VariableSizedHandleScope* handles) const;
386 VariableSizedHandleScope* handles) const;
393 VariableSizedHandleScope* handles) const;
399 VariableSizedHandleScope* handles) const;
405 VariableSizedHandleScope* handles) const;
463 VariableSizedHandleScope* handles) const { in RunBaselineOptimizations()
505 VariableSizedHandleScope* handles) const { in RunArchOptimizations()
645 VariableSizedHandleScope* handles) const { in RunOptimizations()
[all …]
Dbuilder.cc47 VariableSizedHandleScope* handles) in HGraphBuilder()
62 VariableSizedHandleScope* handles, in HGraphBuilder()
Dinstruction_builder.h44 class VariableSizedHandleScope; variable
64 VariableSizedHandleScope* handles,
296 VariableSizedHandleScope* const handles_;
Dinliner.h40 VariableSizedHandleScope* handles,
290 VariableSizedHandleScope* const handles_;
Doptimization.h150 VariableSizedHandleScope* handles);
Doptimizing_unit_test.h163 handles_.reset(new VariableSizedHandleScope(soa.Self()));
186 std::unique_ptr<VariableSizedHandleScope> handles_;
Dselect_generator.cc27 VariableSizedHandleScope* handles, in HSelectGenerator()
Doptimization.cc185 VariableSizedHandleScope* handles) { in ConstructOptimizations()
Dreference_type_propagation.cc43 static inline ReferenceTypeInfo::TypeHandle GetRootHandle(VariableSizedHandleScope* handles, in GetRootHandle()
156 VariableSizedHandleScope* handles, in ReferenceTypePropagation()
808 VariableSizedHandleScope* handle_scope) { in FixUpInstructionType()
/art/runtime/gc/
Dheap_verification_test.cc54 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
75 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
94 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
107 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
125 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
151 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
171 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
/art/runtime/native/
Ddalvik_system_VMDebug.cc303 VariableSizedHandleScope hs(soa.Self()); in VMDebug_countInstancesOfClass()
322 VariableSizedHandleScope hs(soa.Self()); in VMDebug_countInstancesOfClasses()
370 VariableSizedHandleScope hs2(soa.Self()); in VMDebug_getInstancesOfClasses()
/art/runtime/jit/
Dprofile_saver.cc265 explicit GetClassLoadersVisitor(VariableSizedHandleScope* hs, in GetClassLoadersVisitor()
276 VariableSizedHandleScope* const hs_;
342 VariableSizedHandleScope hs(soa.Self()); in SampleClassesAndExecutedMethods()
/art/dex2oat/driver/
Dcompiler_driver.cc1154 static ClinitImageUpdate* Create(VariableSizedHandleScope& hs, in Create()
1205 explicit FindImageClassesVisitor(VariableSizedHandleScope& hs, in FindImageClassesVisitor()
1234 VariableSizedHandleScope& hs_;
1237 ClinitImageUpdate(VariableSizedHandleScope& hs, in ClinitImageUpdate()
1282 VariableSizedHandleScope& hs_;
1303 VariableSizedHandleScope hs(Thread::Current()); in UpdateImageClasses()
2484 explicit InitializeArrayClassesAndCreateConflictTablesVisitor(VariableSizedHandleScope& hs) in InitializeArrayClassesAndCreateConflictTablesVisitor()
2527 VariableSizedHandleScope& hs_;
2547 VariableSizedHandleScope hs(soa.Self()); in InitializeClasses()

12