/art/runtime/ |
D | handle_scope-inl.h | 200 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 …]
|
D | handle_scope.h | 38 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);
|
D | common_runtime_test.h | 72 class VariableSizedHandleScope; variable 82 VariableSizedHandleScope* handle_scope)
|
D | handle_scope_test.cc | 99 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
|
D | class_table_test.cc | 79 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
|
D | runtime_image.cc | 426 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()
|
D | monitor_test.cc | 273 VariableSizedHandleScope vhs(soa.Self()); in CommonWaitSetup()
|
D | runtime_callbacks_test.cc | 301 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
|
D | common_runtime_test.cc | 359 VariableSizedHandleScope* handle_scope) { in FillHeap()
|
D | class_loader_context.cc | 796 VariableSizedHandleScope& map_scope, in CreateClassLoaderInternal() 894 VariableSizedHandleScope map_scope(self); in CreateClassLoader()
|
/art/runtime/gc/ |
D | heap_verification_test.cc | 56 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()
|
D | heap.h | 61 class VariableSizedHandleScope; variable
|
/art/compiler/optimizing/ |
D | sharpening.h | 56 VariableSizedHandleScope* handles);
|
D | instruction_simplifier_test.cc | 106 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()
|
D | reference_type_propagation_test.cc | 49 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()
|
D | load_store_elimination_test.cc | 1286 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 …]
|
D | optimizing_compiler.cc | 382 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()
|
D | optimizing_unit_test.h | 235 HGraph* CreateGraph(VariableSizedHandleScope* handles = nullptr) { 267 VariableSizedHandleScope handles(soa.Self()); 296 void InitGraph(VariableSizedHandleScope* handles = nullptr) {
|
D | sharpening.cc | 382 VariableSizedHandleScope* handles) { in ProcessLoadString()
|
/art/runtime/native/ |
D | dalvik_system_VMDebug.cc | 265 VariableSizedHandleScope hs(soa.Self()); in VMDebug_countInstancesOfClass() 284 VariableSizedHandleScope hs(soa.Self()); in VMDebug_countInstancesOfClasses()
|
/art/runtime/jit/ |
D | profile_saver.cc | 377 explicit GetClassLoadersVisitor(VariableSizedHandleScope* class_loaders) in GetClassLoadersVisitor() 387 VariableSizedHandleScope* const class_loaders_; 458 std::optional<VariableSizedHandleScope> class_loaders_;
|
D | jit.cc | 1420 VariableSizedHandleScope handles(self); in CompileMethodsFromBootProfile()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 769 explicit CreateConflictTablesVisitor(VariableSizedHandleScope& hs) in CreateConflictTablesVisitor() 808 VariableSizedHandleScope& hs_; 892 VariableSizedHandleScope hs(soa.Self()); in PreCompile() 1333 mutable VariableSizedHandleScope hs_;
|
/art/openjdkjvmti/ |
D | ti_stack.cc | 574 art::VariableSizedHandleScope hs(current); in GetThreadListStackTraces() 891 art::VariableSizedHandleScope hs;
|
/art/runtime/verifier/ |
D | reg_type_test.cc | 1102 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
|