Lines Matching refs:ALWAYS_INLINE
52 ALWAYS_INLINE uint32_t NumberOfReferences() const;
54 ALWAYS_INLINE bool Contains(StackReference<mirror::Object>* handle_scope_entry) const;
57 ALWAYS_INLINE void VisitRoots(Visitor& visitor) REQUIRES_SHARED(Locks::mutator_lock_);
64 ALWAYS_INLINE VariableSizedHandleScope* AsVariableSized();
65 ALWAYS_INLINE HandleScope* AsHandleScope();
66 ALWAYS_INLINE const VariableSizedHandleScope* AsVariableSized() const;
67 ALWAYS_INLINE const HandleScope* AsHandleScope() const;
108 ALWAYS_INLINE ObjPtr<mirror::Object> GetReference(size_t i) const
111 ALWAYS_INLINE Handle<mirror::Object> GetHandle(size_t i);
113 ALWAYS_INLINE MutableHandle<mirror::Object> GetMutableHandle(size_t i)
116 ALWAYS_INLINE void SetReference(size_t i, ObjPtr<mirror::Object> object)
119 ALWAYS_INLINE bool Contains(StackReference<mirror::Object>* handle_scope_entry) const;
143 ALWAYS_INLINE uint32_t NumberOfReferences() const { in NumberOfReferences()
149 ALWAYS_INLINE void VisitRoots(Visitor& visitor) REQUIRES_SHARED(Locks::mutator_lock_);
153 ALWAYS_INLINE StackReference<mirror::Object>* GetReferences() const { in GetReferences()
176 ALWAYS_INLINE MutableHandle<T> NewHandle(T* object) REQUIRES_SHARED(Locks::mutator_lock_);
179 ALWAYS_INLINE HandleWrapper<T> NewHandleWrapper(T** object)
183 ALWAYS_INLINE HandleWrapperObjPtr<T> NewHandleWrapper(ObjPtr<T>* object)
187 ALWAYS_INLINE MutableHandle<MirrorType> NewHandle(ObjPtr<MirrorType> object)
190 ALWAYS_INLINE void SetReference(size_t i, ObjPtr<mirror::Object> object)
198 explicit ALWAYS_INLINE FixedSizeHandleScope(BaseHandleScope* link,
201 ALWAYS_INLINE ~FixedSizeHandleScope() REQUIRES_SHARED(Locks::mutator_lock_) {} in ~FixedSizeHandleScope()
204 ALWAYS_INLINE MutableHandle<T> GetHandle(size_t i) REQUIRES_SHARED(Locks::mutator_lock_) { in GetHandle()
223 explicit ALWAYS_INLINE StackHandleScope(Thread* self,
227 ALWAYS_INLINE ~StackHandleScope() REQUIRES_SHARED(Locks::mutator_lock_);
257 ALWAYS_INLINE uint32_t NumberOfReferences() const;
259 ALWAYS_INLINE bool Contains(StackReference<mirror::Object>* handle_scope_entry) const;