Home
last modified time | relevance | path

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

12

/art/runtime/
Dhandle_scope-inl.h166 inline VariableSizedHandleScope* BaseHandleScope::AsVariableSized() { in AsVariableSized()
168 return down_cast<VariableSizedHandleScope*>(this); in AsVariableSized()
176 inline const VariableSizedHandleScope* BaseHandleScope::AsVariableSized() const { in AsVariableSized()
178 return down_cast<const VariableSizedHandleScope*>(this); in AsVariableSized()
187 MutableHandle<T> VariableSizedHandleScope::NewHandle(T* object) { in NewHandle()
195 inline MutableHandle<MirrorType> VariableSizedHandleScope::NewHandle(ObjPtr<MirrorType> ptr) { in NewHandle()
199 inline VariableSizedHandleScope::VariableSizedHandleScope(Thread* const self) in VariableSizedHandleScope() function
206 inline VariableSizedHandleScope::~VariableSizedHandleScope() { in ~VariableSizedHandleScope()
216 inline uint32_t VariableSizedHandleScope::NumberOfReferences() const { in NumberOfReferences()
226 inline bool VariableSizedHandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) in Contains()
[all …]
Dhandle_scope.h35 class VariableSizedHandleScope; variable
61 ALWAYS_INLINE VariableSizedHandleScope* AsVariableSized();
63 ALWAYS_INLINE const VariableSizedHandleScope* AsVariableSized() const;
256 friend class VariableSizedHandleScope; variable
281 class VariableSizedHandleScope : public BaseHandleScope {
283 explicit VariableSizedHandleScope(Thread* const self);
284 ~VariableSizedHandleScope();
318 DISALLOW_COPY_AND_ASSIGN(VariableSizedHandleScope);
Dhandle_scope_test.cc93 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
Dclass_table_test.cc74 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
Druntime_callbacks_test.cc290 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
Ddebugger.cc888 VariableSizedHandleScope hs(Thread::Current()); in GetInstanceCounts()
914 VariableSizedHandleScope hs(Thread::Current()); in GetInstances()
932 VariableSizedHandleScope hs(Thread::Current()); in GetReferringObjects()
/art/compiler/optimizing/
Dsharpening.h39 VariableSizedHandleScope* handles) in HSharpening()
66 VariableSizedHandleScope* handles_;
Dreference_type_propagation_test.cc38 void SetupPropagation(VariableSizedHandleScope* handles) { in SetupPropagation()
83 VariableSizedHandleScope handles(soa.Self()); in TEST_F()
92 VariableSizedHandleScope handles(soa.Self()); in TEST_F()
124 VariableSizedHandleScope handles(soa.Self()); in TEST_F()
Dreference_type_propagation.h38 VariableSizedHandleScope* handles,
60 explicit HandleCache(VariableSizedHandleScope* handles) : handles_(handles) { } in HandleCache()
78 VariableSizedHandleScope* handles_;
Dbuilder.h49 VariableSizedHandleScope* handles) in HGraphBuilder()
79 VariableSizedHandleScope* handles,
Dssa_builder.h53 VariableSizedHandleScope* handles) in SsaBuilder()
122 VariableSizedHandleScope* const handles_;
Dinliner.h42 VariableSizedHandleScope* handles,
293 VariableSizedHandleScope* const handles_;
Doptimizing_compiler.cc351 VariableSizedHandleScope* handles) const;
384 VariableSizedHandleScope* handles) const;
391 VariableSizedHandleScope* handles) const;
466 VariableSizedHandleScope* handles, in BuildOptimization()
553 VariableSizedHandleScope* handles) { in BuildOptimizations()
599 VariableSizedHandleScope* handles) const { in MaybeRunInliner()
739 VariableSizedHandleScope* handles) const { in RunOptimizations()
891 VariableSizedHandleScope* handles) const { in TryCompile()
1051 VariableSizedHandleScope handles(soa.Self()); in Compile()
1155 VariableSizedHandleScope handles(self); in JitCompile()
Doptimizing_unit_test.h98 VariableSizedHandleScope handles(soa.Self());
Dinstruction_builder.h52 VariableSizedHandleScope* handles) in HInstructionBuilder()
312 VariableSizedHandleScope* handles_;
Dreference_type_propagation.cc39 static inline ReferenceTypeInfo::TypeHandle GetRootHandle(VariableSizedHandleScope* handles, in GetRootHandle()
118 VariableSizedHandleScope* handles, in ReferenceTypePropagation()
Dinliner.cc1584 VariableSizedHandleScope* handles) in NewHandleIfDifferent()
Dnodes.cc40 void HGraph::InitializeInexactObjectRTI(VariableSizedHandleScope* handles) { in InitializeInexactObjectRTI()
/art/runtime/gc/
Dheap_verification_test.cc52 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
68 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
86 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
108 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
Dheap.h53 class VariableSizedHandleScope; variable
346 void GetInstances(VariableSizedHandleScope& scope,
354 void GetReferringObjects(VariableSizedHandleScope& scope,
Dheap.cc1916 InstanceCollector(VariableSizedHandleScope& scope, in InstanceCollector()
1939 VariableSizedHandleScope& scope_;
1946 void Heap::GetInstances(VariableSizedHandleScope& scope, in GetInstances()
1956 ReferringObjectsFinder(VariableSizedHandleScope& scope, in ReferringObjectsFinder()
1994 VariableSizedHandleScope& scope_;
2001 void Heap::GetReferringObjects(VariableSizedHandleScope& scope, in GetReferringObjects()
/art/runtime/native/
Ddalvik_system_VMDebug.cc289 VariableSizedHandleScope hs(soa.Self()); in VMDebug_countInstancesOfClass()
308 VariableSizedHandleScope hs(soa.Self()); in VMDebug_countInstancesOfClasses()
/art/compiler/driver/
Dcompiler_driver.cc1207 static ClinitImageUpdate* Create(VariableSizedHandleScope& hs, in Create()
1258 explicit FindImageClassesVisitor(VariableSizedHandleScope& hs, in FindImageClassesVisitor()
1280 VariableSizedHandleScope& hs_;
1283 ClinitImageUpdate(VariableSizedHandleScope& hs, in ClinitImageUpdate()
1328 VariableSizedHandleScope& hs_;
1348 VariableSizedHandleScope hs(Thread::Current()); in UpdateImageClasses()
2429 explicit InitializeArrayClassesAndCreateConflictTablesVisitor(VariableSizedHandleScope& hs) in InitializeArrayClassesAndCreateConflictTablesVisitor()
2472 VariableSizedHandleScope& hs_;
2492 VariableSizedHandleScope hs(soa.Self()); in InitializeClasses()
/art/runtime/openjdkjvmti/
Dti_stack.cc424 art::VariableSizedHandleScope hs(current); in GetThreadListStackTraces()
/art/runtime/arch/
Dstub_test.cc824 VariableSizedHandleScope hs(soa.Self()); in TEST_F()

12