Searched refs:BaseHandleScope (Results 1 – 6 of 6) sorted by relevance
43 class PACKED(4) BaseHandleScope {58 BaseHandleScope* GetLink() const { in GetLink()68 BaseHandleScope(BaseHandleScope* link, uint32_t num_references) in BaseHandleScope() function73 explicit BaseHandleScope(BaseHandleScope* link) in BaseHandleScope() function80 BaseHandleScope* const link_;86 DISALLOW_COPY_AND_ASSIGN(BaseHandleScope);92 class PACKED(4) HandleScope : public BaseHandleScope {135 static HandleScope* Create(void* storage, BaseHandleScope* link, uint32_t num_references) in Create()165 HandleScope(BaseHandleScope* link, uint32_t num_references) in HandleScope()166 : BaseHandleScope(link, num_references) {} in HandleScope()[all …]
31 inline FixedSizeHandleScope<kNumReferences>::FixedSizeHandleScope(BaseHandleScope* link, in FixedSizeHandleScope()54 BaseHandleScope* top_handle_scope = self_->PopHandleScope(); in ~StackHandleScope()145 inline uint32_t BaseHandleScope::NumberOfReferences() const { in NumberOfReferences()151 inline bool BaseHandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) const { in Contains()158 inline void BaseHandleScope::VisitRoots(Visitor& visitor) { in VisitRoots()166 inline VariableSizedHandleScope* BaseHandleScope::AsVariableSized() { in AsVariableSized()171 inline HandleScope* BaseHandleScope::AsHandleScope() { in AsHandleScope()176 inline const VariableSizedHandleScope* BaseHandleScope::AsVariableSized() const { in AsVariableSized()181 inline const HandleScope* BaseHandleScope::AsHandleScope() const { in AsHandleScope()200 : BaseHandleScope(self->GetTopHandleScope()), in VariableSizedHandleScope()[all …]
59 BaseHandleScope** link_ptr = reinterpret_cast<BaseHandleScope**>(table_base_ptr + in TEST_F()104 BaseHandleScope* base = &hs; in TEST_F()113 BaseHandleScope* base = &hs; in TEST_F()
894 BaseHandleScope* GetTopHandleScope() { in GetTopHandleScope()898 void PushHandleScope(BaseHandleScope* handle_scope) { in PushHandleScope()903 BaseHandleScope* PopHandleScope() { in PopHandleScope()904 BaseHandleScope* handle_scope = tlsPtr_.top_handle_scope; in PopHandleScope()1638 BaseHandleScope* top_handle_scope; in PACKED()
2331 for (BaseHandleScope* cur = tlsPtr_.top_handle_scope; cur!= nullptr; cur = cur->GetLink()) { in HandleScopeContains()2343 for (BaseHandleScope* cur = tlsPtr_.top_handle_scope; cur; cur = cur->GetLink()) { in HandleScopeVisitRoots()
538 BaseHandleScope* const handle_scope_;549 for (BaseHandleScope* cur = self->GetTopHandleScope(); cur != nullptr; cur = cur->GetLink()) { in NumHandleReferences()