Home | History | Annotate | Download | only in mirror

Lines Matching refs:ALWAYS_INLINE

112   String* GetResolvedString(uint32_t string_idx) ALWAYS_INLINE
115 void SetResolvedString(uint32_t string_idx, String* resolved) ALWAYS_INLINE
122 ALWAYS_INLINE ArtMethod* GetResolvedMethod(uint32_t method_idx, size_t ptr_size)
125 ALWAYS_INLINE void SetResolvedMethod(uint32_t method_idx, ArtMethod* resolved, size_t ptr_size)
129 ALWAYS_INLINE ArtField* GetResolvedField(uint32_t idx, size_t ptr_size)
133 ALWAYS_INLINE void SetResolvedField(uint32_t idx, ArtField* field, size_t ptr_size)
136 GcRoot<String>* GetStrings() ALWAYS_INLINE SHARED_REQUIRES(Locks::mutator_lock_) {
140 void SetStrings(GcRoot<String>* strings) ALWAYS_INLINE SHARED_REQUIRES(Locks::mutator_lock_) {
144 GcRoot<Class>* GetResolvedTypes() ALWAYS_INLINE SHARED_REQUIRES(Locks::mutator_lock_) {
149 ALWAYS_INLINE
154 ArtMethod** GetResolvedMethods() ALWAYS_INLINE SHARED_REQUIRES(Locks::mutator_lock_) {
159 ALWAYS_INLINE
164 ArtField** GetResolvedFields() ALWAYS_INLINE SHARED_REQUIRES(Locks::mutator_lock_) {
169 ALWAYS_INLINE
190 const DexFile* GetDexFile() ALWAYS_INLINE SHARED_REQUIRES(Locks::mutator_lock_) {