Lines Matching refs:ALWAYS_INLINE
94 void SetResolvedString(uint32_t string_idx, String* resolved) ALWAYS_INLINE in SetResolvedString()
100 Class* GetResolvedType(uint32_t type_idx) ALWAYS_INLINE in GetResolvedType()
110 void SetResolvedMethod(uint32_t method_idx, ArtMethod* resolved) ALWAYS_INLINE in SetResolvedMethod()
115 ArtField* GetResolvedField(uint32_t field_idx) ALWAYS_INLINE in GetResolvedField()
125 void SetResolvedField(uint32_t field_idx, ArtField* resolved) ALWAYS_INLINE in SetResolvedField()
130 ObjectArray<String>* GetStrings() ALWAYS_INLINE SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetStrings()
134 ObjectArray<Class>* GetResolvedTypes() ALWAYS_INLINE SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetResolvedTypes()
139 ObjectArray<ArtMethod>* GetResolvedMethods() ALWAYS_INLINE in GetResolvedMethods()
144 ObjectArray<ArtField>* GetResolvedFields() ALWAYS_INLINE in GetResolvedFields()
149 const DexFile* GetDexFile() ALWAYS_INLINE SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetDexFile()
154 ALWAYS_INLINE { in SetDexFile()