Lines Matching refs:ALWAYS_INLINE

90   ALWAYS_INLINE mirror::Class* GetDeclaringClass() REQUIRES_SHARED(Locks::mutator_lock_);
93 ALWAYS_INLINE mirror::Class* GetDeclaringClassUnchecked()
185 ALWAYS_INLINE void SetIntrinsic(uint32_t intrinsic) REQUIRES_SHARED(Locks::mutator_lock_);
387 ALWAYS_INLINE uint32_t GetDexMethodIndexUnchecked() { in GetDexMethodIndexUnchecked()
391 ALWAYS_INLINE uint32_t GetDexMethodIndex() REQUIRES_SHARED(Locks::mutator_lock_);
426 ALWAYS_INLINE const void* GetEntryPointFromQuickCompiledCodePtrSize(PointerSize pointer_size) { in GetEntryPointFromQuickCompiledCodePtrSize()
435 ALWAYS_INLINE void SetEntryPointFromQuickCompiledCodePtrSize( in SetEntryPointFromQuickCompiledCodePtrSize()
469 ALWAYS_INLINE void SetImtConflictTable(ImtConflictTable* table, PointerSize pointer_size) { in SetImtConflictTable()
485 ALWAYS_INLINE void SetProfilingInfo(ProfilingInfo* info) { in SetProfilingInfo()
489 ALWAYS_INLINE void SetProfilingInfoPtrSize(ProfilingInfo* info, PointerSize pointer_size) { in SetProfilingInfoPtrSize()
499 ALWAYS_INLINE bool HasSingleImplementation() REQUIRES_SHARED(Locks::mutator_lock_);
501 ALWAYS_INLINE void SetHasSingleImplementation(bool single_impl) { in SetHasSingleImplementation()
521 ALWAYS_INLINE void SetSingleImplementation(ArtMethod* method, PointerSize pointer_size) { in SetSingleImplementation()
533 ALWAYS_INLINE void* GetEntryPointFromJniPtrSize(PointerSize pointer_size) { in GetEntryPointFromJniPtrSize()
542 ALWAYS_INLINE void SetEntryPointFromJniPtrSize(const void* entrypoint, PointerSize pointer_size) { in SetEntryPointFromJniPtrSize()
546 ALWAYS_INLINE void* GetDataPtrSize(PointerSize pointer_size) { in GetDataPtrSize()
551 ALWAYS_INLINE void SetDataPtrSize(const void* data, PointerSize pointer_size) { in SetDataPtrSize()
558 ALWAYS_INLINE bool IsRuntimeMethod() { in IsRuntimeMethod()
584 ALWAYS_INLINE const char* GetShorty() REQUIRES_SHARED(Locks::mutator_lock_);
590 ALWAYS_INLINE const char* GetName() REQUIRES_SHARED(Locks::mutator_lock_);
610 ALWAYS_INLINE size_t GetNumberOfParameters() REQUIRES_SHARED(Locks::mutator_lock_);
614 ALWAYS_INLINE Primitive::Type GetReturnTypePrimitive() REQUIRES_SHARED(Locks::mutator_lock_);
631 ALWAYS_INLINE ArtMethod* GetInterfaceMethodForProxyUnchecked(PointerSize pointer_size)
633 ALWAYS_INLINE ArtMethod* GetInterfaceMethodIfProxy(PointerSize pointer_size)
712 ALWAYS_INLINE void UpdateObjectsForImageRelocation(const Visitor& visitor)
717 ALWAYS_INLINE void UpdateEntrypoints(const Visitor& visitor, PointerSize pointer_size);
739 ALWAYS_INLINE CodeItemInstructionAccessor DexInstructions()
743 ALWAYS_INLINE CodeItemDataAccessor DexInstructionData()
747 ALWAYS_INLINE CodeItemDebugInfoAccessor DexInstructionDebugInfo()
813 ALWAYS_INLINE T GetNativePointer(MemberOffset offset, PointerSize pointer_size) const { in GetNativePointer()
825 ALWAYS_INLINE void SetNativePointer(MemberOffset offset, T new_value, PointerSize pointer_size) { in SetNativePointer()