Lines Matching refs:HandleScope
34 : HandleScope(link, kNumReferences) { in FixedSizeHandleScope()
62 inline size_t HandleScope::SizeOf(uint32_t num_references) { in SizeOf()
63 size_t header_size = sizeof(HandleScope); in SizeOf()
68 inline size_t HandleScope::SizeOf(PointerSize pointer_size, uint32_t num_references) { in SizeOf()
75 inline mirror::Object* HandleScope::GetReference(size_t i) const { in GetReference()
83 inline Handle<mirror::Object> HandleScope::GetHandle(size_t i) { in GetHandle()
88 inline MutableHandle<mirror::Object> HandleScope::GetMutableHandle(size_t i) { in GetMutableHandle()
93 inline void HandleScope::SetReference(size_t i, mirror::Object* object) { in SetReference()
101 inline bool HandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) const { in Contains()
111 inline void HandleScope::VisitRoots(Visitor& visitor) { in VisitRoots()
181 inline HandleScope* BaseHandleScope::AsHandleScope() { in AsHandleScope()
183 return down_cast<HandleScope*>(this); in AsHandleScope()
191 inline const HandleScope* BaseHandleScope::AsHandleScope() const { in AsHandleScope()
193 return down_cast<const HandleScope*>(this); in AsHandleScope()