Lines Matching refs:BaseHandleScope
32 inline FixedSizeHandleScope<kNumReferences>::FixedSizeHandleScope(BaseHandleScope* link, in FixedSizeHandleScope()
55 BaseHandleScope* top_handle_scope = self_->PopHandleScope(); in ~StackHandleScope()
155 inline uint32_t BaseHandleScope::NumberOfReferences() const { in NumberOfReferences()
161 inline bool BaseHandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) const { in Contains()
168 inline void BaseHandleScope::VisitRoots(Visitor& visitor) { in VisitRoots()
176 inline VariableSizedHandleScope* BaseHandleScope::AsVariableSized() { in AsVariableSized()
181 inline HandleScope* BaseHandleScope::AsHandleScope() { in AsHandleScope()
186 inline const VariableSizedHandleScope* BaseHandleScope::AsVariableSized() const { in AsVariableSized()
191 inline const HandleScope* BaseHandleScope::AsHandleScope() const { in AsHandleScope()
210 : BaseHandleScope(self->GetTopHandleScope()), in VariableSizedHandleScope()
217 BaseHandleScope* top_handle_scope = self_->PopHandleScope(); in ~VariableSizedHandleScope()