Lines Matching refs:BaseHandleScope
33 inline FixedSizeHandleScope<kNumReferences>::FixedSizeHandleScope(BaseHandleScope* link, in FixedSizeHandleScope()
63 BaseHandleScope* top_handle_scope = self_->PopHandleScope(); in ~StackHandleScope()
161 inline uint32_t BaseHandleScope::NumberOfReferences() const { in NumberOfReferences()
167 inline bool BaseHandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) const { in Contains()
174 inline void BaseHandleScope::VisitRoots(Visitor& visitor) { in VisitRoots()
182 inline VariableSizedHandleScope* BaseHandleScope::AsVariableSized() { in AsVariableSized()
187 inline HandleScope* BaseHandleScope::AsHandleScope() { in AsHandleScope()
192 inline const VariableSizedHandleScope* BaseHandleScope::AsVariableSized() const { in AsVariableSized()
197 inline const HandleScope* BaseHandleScope::AsHandleScope() const { in AsHandleScope()
216 : BaseHandleScope(self->GetTopHandleScope()), in VariableSizedHandleScope()
231 BaseHandleScope* top_handle_scope = self_->PopHandleScope(); in ~VariableSizedHandleScope()