Home | History | Annotate | Download | only in runtime

Lines Matching refs:ALWAYS_INLINE

62   ALWAYS_INLINE mirror::Object* GetReference(size_t i) const
65 ALWAYS_INLINE Handle<mirror::Object> GetHandle(size_t i);
67 ALWAYS_INLINE MutableHandle<mirror::Object> GetMutableHandle(size_t i)
70 ALWAYS_INLINE void SetReference(size_t i, mirror::Object* object)
73 ALWAYS_INLINE bool Contains(StackReference<mirror::Object>* handle_scope_entry) const;
98 ALWAYS_INLINE StackReference<mirror::Object>* GetReferences() const {
148 explicit ALWAYS_INLINE StackHandleScope(Thread* self, mirror::Object* fill_value = nullptr);
149 ALWAYS_INLINE ~StackHandleScope();
152 ALWAYS_INLINE MutableHandle<T> NewHandle(T* object) SHARED_REQUIRES(Locks::mutator_lock_);
155 ALWAYS_INLINE HandleWrapper<T> NewHandleWrapper(T** object)
158 ALWAYS_INLINE void SetReference(size_t i, mirror::Object* object)
167 ALWAYS_INLINE MutableHandle<T> GetHandle(size_t i) SHARED_REQUIRES(Locks::mutator_lock_) {