Lines Matching refs:BaseHandleScope
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()
207 BaseHandleScope* top_handle_scope = self_->PopHandleScope(); in ~VariableSizedHandleScope()