Lines Matching refs:ALWAYS_INLINE

277   String* GetResolvedString(dex::StringIndex string_idx) ALWAYS_INLINE
280 void SetResolvedString(dex::StringIndex string_idx, ObjPtr<mirror::String> resolved) ALWAYS_INLINE
285 ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_);
289 ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_);
302 ALWAYS_INLINE ArtMethod* GetResolvedMethod(uint32_t method_idx)
305 ALWAYS_INLINE void SetResolvedMethod(uint32_t method_idx, ArtMethod* resolved)
308 ALWAYS_INLINE ArtField* GetResolvedField(uint32_t idx)
311 ALWAYS_INLINE void SetResolvedField(uint32_t idx, ArtField* field)
330 StringDexCacheType* GetStrings() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetStrings()
335 GcRoot<mirror::String>* GetPreResolvedStrings() ALWAYS_INLINE in GetPreResolvedStrings()
340 void SetStrings(StringDexCacheType* strings) ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in SetStrings()
345 ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in SetPreResolvedStrings()
350 TypeDexCacheType* GetResolvedTypes() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetResolvedTypes()
355 ALWAYS_INLINE in SetResolvedTypes()
360 MethodDexCacheType* GetResolvedMethods() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetResolvedMethods()
365 ALWAYS_INLINE in SetResolvedMethods()
370 FieldDexCacheType* GetResolvedFields() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetResolvedFields()
375 ALWAYS_INLINE in SetResolvedFields()
382 ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetResolvedMethodTypes()
387 ALWAYS_INLINE in SetResolvedMethodTypes()
394 ALWAYS_INLINE in GetResolvedCallSites()
400 ALWAYS_INLINE in SetResolvedCallSites()
440 const DexFile* GetDexFile() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexFile()
515 ALWAYS_INLINE static ConversionPair64 AtomicLoadRelaxed16B( in AtomicLoadRelaxed16B()
520 ALWAYS_INLINE static void AtomicStoreRelease16B( in AtomicStoreRelease16B()
525 ALWAYS_INLINE static ConversionPair64 AtomicLoadRelaxed16B( in AtomicLoadRelaxed16B()
536 ALWAYS_INLINE static void AtomicStoreRelease16B( in AtomicStoreRelease16B()