Lines Matching refs:ALWAYS_INLINE

50   ALWAYS_INLINE uint32_t NumberOfReferences() const;
52 ALWAYS_INLINE bool Contains(StackReference<mirror::Object>* handle_scope_entry) const;
55 ALWAYS_INLINE void VisitRoots(Visitor& visitor) REQUIRES_SHARED(Locks::mutator_lock_);
62 ALWAYS_INLINE VariableSizedHandleScope* AsVariableSized();
63 ALWAYS_INLINE HandleScope* AsHandleScope();
64 ALWAYS_INLINE const VariableSizedHandleScope* AsVariableSized() const;
65 ALWAYS_INLINE const HandleScope* AsHandleScope() const;
106 ALWAYS_INLINE mirror::Object* GetReference(size_t i) const
109 ALWAYS_INLINE Handle<mirror::Object> GetHandle(size_t i);
111 ALWAYS_INLINE MutableHandle<mirror::Object> GetMutableHandle(size_t i)
114 ALWAYS_INLINE void SetReference(size_t i, mirror::Object* object)
117 ALWAYS_INLINE bool Contains(StackReference<mirror::Object>* handle_scope_entry) const;
141 ALWAYS_INLINE uint32_t NumberOfReferences() const { in NumberOfReferences()
157 ALWAYS_INLINE StackReference<mirror::Object>* GetReferences() const { in GetReferences()
218 ALWAYS_INLINE MutableHandle<T> NewHandle(T* object) REQUIRES_SHARED(Locks::mutator_lock_);
221 ALWAYS_INLINE HandleWrapper<T> NewHandleWrapper(T** object)
225 ALWAYS_INLINE HandleWrapperObjPtr<T> NewHandleWrapper(ObjPtr<T>* object)
229 ALWAYS_INLINE MutableHandle<MirrorType> NewHandle(ObjPtr<MirrorType> object)
232 ALWAYS_INLINE void SetReference(size_t i, mirror::Object* object)
240 explicit ALWAYS_INLINE FixedSizeHandleScope(BaseHandleScope* link,
242 ALWAYS_INLINE ~FixedSizeHandleScope() {} in ~FixedSizeHandleScope()
245 ALWAYS_INLINE MutableHandle<T> GetHandle(size_t i) REQUIRES_SHARED(Locks::mutator_lock_) { in GetHandle()
264 explicit ALWAYS_INLINE StackHandleScope(Thread* self, mirror::Object* fill_value = nullptr);
265 ALWAYS_INLINE ~StackHandleScope();
295 ALWAYS_INLINE uint32_t NumberOfReferences() const;
297 ALWAYS_INLINE bool Contains(StackReference<mirror::Object>* handle_scope_entry) const;