Home
last modified time | relevance | path

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

12

/art/runtime/
Dhandle_scope-inl.h179 inline VariableSizedHandleScope* BaseHandleScope::AsVariableSized() { in AsVariableSized()
181 return down_cast<VariableSizedHandleScope*>(this); in AsVariableSized()
189 inline const VariableSizedHandleScope* BaseHandleScope::AsVariableSized() const { in AsVariableSized()
191 return down_cast<const VariableSizedHandleScope*>(this); in AsVariableSized()
200 inline MutableHandle<T> VariableSizedHandleScope::NewHandle(T* object) { in NewHandle()
205 inline MutableHandle<MirrorType> VariableSizedHandleScope::NewHandle(ObjPtr<MirrorType> ptr) { in NewHandle()
212 inline VariableSizedHandleScope::VariableSizedHandleScope(Thread* const self) in VariableSizedHandleScope() function
220 inline VariableSizedHandleScope::~VariableSizedHandleScope() { in ~VariableSizedHandleScope()
231 inline uint32_t VariableSizedHandleScope::NumberOfReferences() const { in NumberOfReferences()
241 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
241 class VariableSizedHandleScope : public BaseHandleScope {
243 explicit VariableSizedHandleScope(Thread* const self);
244 ~VariableSizedHandleScope();
276 DISALLOW_COPY_AND_ASSIGN(VariableSizedHandleScope);
Dcommon_runtime_test.h71 class VariableSizedHandleScope; variable
81 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()
Druntime_callbacks_test.cc294 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
Dcommon_runtime_test.cc331 VariableSizedHandleScope* handle_scope) { in FillHeap()
Dclass_loader_context.cc781 VariableSizedHandleScope& map_scope, in CreateClassLoaderInternal()
873 VariableSizedHandleScope map_scope(self); in CreateClassLoader()
/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()
Dheap.h60 class VariableSizedHandleScope; variable
399 void GetInstances(VariableSizedHandleScope& scope,
408 void GetReferringObjects(VariableSizedHandleScope& scope,
Dheap.cc1987 void Heap::GetInstances(VariableSizedHandleScope& scope, in GetInstances()
2003 void Heap::GetReferringObjects(VariableSizedHandleScope& scope, in GetReferringObjects()
2009 ReferringObjectsFinder(VariableSizedHandleScope& scope_in, in GetReferringObjects()
2035 VariableSizedHandleScope& scope_; in GetReferringObjects()
/art/compiler/optimizing/
Dreference_type_propagation_test.cc37 void SetupPropagation(VariableSizedHandleScope* handles) { in SetupPropagation()
79 VariableSizedHandleScope handles(soa.Self()); in TEST_F()
88 VariableSizedHandleScope handles(soa.Self()); in TEST_F()
120 VariableSizedHandleScope handles(soa.Self()); in TEST_F()
Dsharpening.h52 VariableSizedHandleScope* handles);
Doptimizing_unit_test.h127 HGraph* CreateGraph(VariableSizedHandleScope* handles = nullptr) {
157 VariableSizedHandleScope* handles = nullptr) {
Doptimizing_compiler.cc382 VariableSizedHandleScope* handles) const;
389 VariableSizedHandleScope* handles) const;
736 VariableSizedHandleScope* handles) const { in TryCompile()
904 VariableSizedHandleScope* handles) const { in TryCompileIntrinsic()
1027 VariableSizedHandleScope handles(soa.Self()); in Compile()
1146 VariableSizedHandleScope handles(soa.Self()); in JniCompile()
1312 VariableSizedHandleScope handles(self); in JitCompile()
Dsharpening.cc315 VariableSizedHandleScope* handles) { in ProcessLoadString()
Dnodes.h309 explicit HandleCache(VariableSizedHandleScope* handles) : handles_(handles) { } in HandleCache()
311 VariableSizedHandleScope* GetHandles() { return handles_; } in GetHandles()
357 static ReferenceTypeInfo::TypeHandle CreateRootHandle(VariableSizedHandleScope* handles,
360 VariableSizedHandleScope* handles_;
375 VariableSizedHandleScope* handles,
/art/runtime/native/
Ddalvik_system_VMDebug.cc297 VariableSizedHandleScope hs(soa.Self()); in VMDebug_countInstancesOfClass()
316 VariableSizedHandleScope hs(soa.Self()); in VMDebug_countInstancesOfClasses()
364 VariableSizedHandleScope hs2(soa.Self()); in VMDebug_getInstancesOfClasses()
/art/runtime/jit/
Dprofile_saver.cc271 explicit GetClassLoadersVisitor(VariableSizedHandleScope* hs, in GetClassLoadersVisitor()
282 VariableSizedHandleScope* const hs_;
348 VariableSizedHandleScope hs(soa.Self()); in SampleClassesAndExecutedMethods()
Djit.cc1386 VariableSizedHandleScope handles(self); in CompileMethodsFromBootProfile()
/art/dex2oat/driver/
Dcompiler_driver.cc1343 mutable VariableSizedHandleScope hs_;
2628 explicit InitializeArrayClassesAndCreateConflictTablesVisitor(VariableSizedHandleScope& hs) in InitializeArrayClassesAndCreateConflictTablesVisitor()
2671 VariableSizedHandleScope& hs_;
2693 VariableSizedHandleScope hs(soa.Self()); in InitializeClasses()
/art/openjdkjvmti/
Dti_stack.cc576 art::VariableSizedHandleScope hs(current); in GetThreadListStackTraces()
892 art::VariableSizedHandleScope hs;
/art/dex2oat/linker/
Dimage_writer.cc1774 void ProcessRoots(VariableSizedHandleScope* handles) REQUIRES_SHARED(Locks::mutator_lock_);
2073 void ImageWriter::LayoutHelper::ProcessRoots(VariableSizedHandleScope* handles) { in ProcessRoots()
2397 VariableSizedHandleScope handles(self); in CalculateNewObjectOffsets()
/art/runtime/verifier/
Dreg_type_test.cc1097 VariableSizedHandleScope hs(soa.Self()); in TEST_F()

12