Lines Matching refs:ALWAYS_INLINE

93   ALWAYS_INLINE ObjPtr<mirror::Class> GetDeclaringClass() REQUIRES_SHARED(Locks::mutator_lock_);
96 ALWAYS_INLINE ObjPtr<mirror::Class> GetDeclaringClassUnchecked()
180 ALWAYS_INLINE void SetIntrinsic(uint32_t intrinsic) REQUIRES_SHARED(Locks::mutator_lock_);
447 ALWAYS_INLINE uint32_t GetDexMethodIndex() const { in GetDexMethodIndex()
484 ALWAYS_INLINE
495 ALWAYS_INLINE void SetEntryPointFromQuickCompiledCodePtrSize( in SetEntryPointFromQuickCompiledCodePtrSize()
525 ALWAYS_INLINE void SetImtConflictTable(ImtConflictTable* table, PointerSize pointer_size) in SetImtConflictTable()
532 ALWAYS_INLINE bool HasSingleImplementation() REQUIRES_SHARED(Locks::mutator_lock_);
534 ALWAYS_INLINE void SetHasSingleImplementation(bool single_impl) in SetHasSingleImplementation()
544 ALWAYS_INLINE bool HasSingleImplementationFlag() const { in HasSingleImplementationFlag()
556 ALWAYS_INLINE void SetSingleImplementation(ArtMethod* method, PointerSize pointer_size) in SetSingleImplementation()
569 ALWAYS_INLINE void* GetEntryPointFromJniPtrSize(PointerSize pointer_size) const { in GetEntryPointFromJniPtrSize()
581 ALWAYS_INLINE void SetEntryPointFromJniPtrSize(const void* entrypoint, PointerSize pointer_size) in SetEntryPointFromJniPtrSize()
586 ALWAYS_INLINE void* GetDataPtrSize(PointerSize pointer_size) const { in GetDataPtrSize()
591 ALWAYS_INLINE void SetDataPtrSize(const void* data, PointerSize pointer_size) in SetDataPtrSize()
599 ALWAYS_INLINE bool IsRuntimeMethod() const { in IsRuntimeMethod()
631 ALWAYS_INLINE const char* GetShorty() REQUIRES_SHARED(Locks::mutator_lock_);
637 ALWAYS_INLINE const char* GetName() REQUIRES_SHARED(Locks::mutator_lock_);
639 ALWAYS_INLINE std::string_view GetNameView() REQUIRES_SHARED(Locks::mutator_lock_);
659 ALWAYS_INLINE size_t GetNumberOfParameters() REQUIRES_SHARED(Locks::mutator_lock_);
663 ALWAYS_INLINE Primitive::Type GetReturnTypePrimitive() REQUIRES_SHARED(Locks::mutator_lock_);
680 ALWAYS_INLINE ArtMethod* GetInterfaceMethodForProxyUnchecked(PointerSize pointer_size)
682 ALWAYS_INLINE ArtMethod* GetInterfaceMethodIfProxy(PointerSize pointer_size)
707 ALWAYS_INLINE void SetCounter(uint16_t hotness_count);
709 ALWAYS_INLINE uint16_t GetCounter();
711 ALWAYS_INLINE static constexpr uint16_t MaxCounter() { in MaxCounter()
715 ALWAYS_INLINE uint32_t GetImtIndex() REQUIRES_SHARED(Locks::mutator_lock_);
750 ALWAYS_INLINE void UpdateEntrypoints(const Visitor& visitor, PointerSize pointer_size)
772 ALWAYS_INLINE CodeItemInstructionAccessor DexInstructions()
776 ALWAYS_INLINE CodeItemDataAccessor DexInstructionData()
780 ALWAYS_INLINE CodeItemDebugInfoAccessor DexInstructionDebugInfo()
854 ALWAYS_INLINE T GetNativePointer(MemberOffset offset, PointerSize pointer_size) const { in GetNativePointer()
866 ALWAYS_INLINE void SetNativePointer(MemberOffset offset, T new_value, PointerSize pointer_size) in SetNativePointer()