Home | History | Annotate | Download | only in runtime

Lines Matching refs:ALWAYS_INLINE

42   ALWAYS_INLINE Handle(const Handle<T>& handle) : reference_(handle.reference_) {
45 ALWAYS_INLINE Handle<T>& operator=(const Handle<T>& handle) {
50 ALWAYS_INLINE explicit Handle(StackReference<T>* reference) : reference_(reference) {
53 ALWAYS_INLINE T& operator*() const SHARED_REQUIRES(Locks::mutator_lock_) {
57 ALWAYS_INLINE T* operator->() const SHARED_REQUIRES(Locks::mutator_lock_) {
61 ALWAYS_INLINE T* Get() const SHARED_REQUIRES(Locks::mutator_lock_) {
65 ALWAYS_INLINE jobject ToJObject() const SHARED_REQUIRES(Locks::mutator_lock_) {
73 ALWAYS_INLINE StackReference<mirror::Object>* GetReference() {
77 ALWAYS_INLINE const StackReference<mirror::Object>* GetReference() const {
108 ALWAYS_INLINE MutableHandle(const MutableHandle<T>& handle)
113 ALWAYS_INLINE MutableHandle<T>& operator=(const MutableHandle<T>& handle)
119 ALWAYS_INLINE explicit MutableHandle(StackReference<T>* reference)
124 ALWAYS_INLINE T* Assign(T* reference) SHARED_REQUIRES(Locks::mutator_lock_) {