Home | History | Annotate | Download | only in runtime

Lines Matching refs:BaseHandleScope

31 inline FixedSizeHandleScope<kNumReferences>::FixedSizeHandleScope(BaseHandleScope* link,
54 BaseHandleScope* top_handle_scope = self_->PopHandleScope();
145 inline uint32_t BaseHandleScope::NumberOfReferences() const {
151 inline bool BaseHandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) const {
158 inline void BaseHandleScope::VisitRoots(Visitor& visitor) {
166 inline VariableSizedHandleScope* BaseHandleScope::AsVariableSized() {
171 inline HandleScope* BaseHandleScope::AsHandleScope() {
176 inline const VariableSizedHandleScope* BaseHandleScope::AsVariableSized() const {
181 inline const HandleScope* BaseHandleScope::AsHandleScope() const {
200 : BaseHandleScope(self->GetTopHandleScope()),
207 BaseHandleScope* top_handle_scope = self_->PopHandleScope();