Lines Matching refs:ArtMethod

54 class ArtMethod;  variable
633 ArtMethod* resolved_method,
638 ArtMethod* resolved_method,
703 ALWAYS_INLINE ArraySlice<ArtMethod> GetDirectMethods(PointerSize pointer_size)
706 ALWAYS_INLINE LengthPrefixedArray<ArtMethod>* GetMethodsPtr()
713 ALWAYS_INLINE ArraySlice<ArtMethod> GetMethods(PointerSize pointer_size)
716 void SetMethodsPtr(LengthPrefixedArray<ArtMethod>* new_methods,
721 void SetMethodsPtrUnchecked(LengthPrefixedArray<ArtMethod>* new_methods,
727 ALWAYS_INLINE ArraySlice<ArtMethod> GetDirectMethodsSlice(PointerSize pointer_size)
730 ALWAYS_INLINE ArtMethod* GetDirectMethod(size_t i, PointerSize pointer_size)
734 ALWAYS_INLINE ArtMethod* GetDirectMethodUnchecked(size_t i, PointerSize pointer_size)
736 ALWAYS_INLINE ArtMethod* GetVirtualMethodUnchecked(size_t i, PointerSize pointer_size)
743 ALWAYS_INLINE ArraySlice<ArtMethod> GetMethodsSlice(PointerSize pointer_size)
747 ALWAYS_INLINE ArraySlice<ArtMethod> GetDeclaredMethodsSlice(PointerSize pointer_size)
750 ALWAYS_INLINE ArraySlice<ArtMethod> GetDeclaredMethods(
770 ALWAYS_INLINE ArraySlice<ArtMethod> GetDeclaredVirtualMethodsSlice(PointerSize pointer_size)
773 ALWAYS_INLINE ArraySlice<ArtMethod> GetDeclaredVirtualMethods(
778 ALWAYS_INLINE ArraySlice<ArtMethod> GetCopiedMethodsSlice(PointerSize pointer_size)
781 ALWAYS_INLINE ArraySlice<ArtMethod> GetCopiedMethods(PointerSize pointer_size)
785 ALWAYS_INLINE ArraySlice<ArtMethod> GetVirtualMethodsSlice(PointerSize pointer_size)
788 ALWAYS_INLINE ArraySlice<ArtMethod> GetVirtualMethods(
802 static ALWAYS_INLINE uint32_t NumMethods(LengthPrefixedArray<ArtMethod>* methods)
806 ArtMethod* GetVirtualMethod(size_t i, PointerSize pointer_size)
809 ArtMethod* GetVirtualMethodDuringLinking(size_t i, PointerSize pointer_size)
854 ArtMethod* GetVTableEntry(uint32_t i, PointerSize pointer_size)
866 ArtMethod* GetEmbeddedVTableEntry(uint32_t i, PointerSize pointer_size)
869 void SetEmbeddedVTableEntry(uint32_t i, ArtMethod* method, PointerSize pointer_size)
873 ArtMethod* method,
882 ArtMethod* FindVirtualMethodForVirtual(ArtMethod* method, PointerSize pointer_size)
887 ArtMethod* FindVirtualMethodForSuper(ArtMethod* method, PointerSize pointer_size)
892 ArtMethod* FindVirtualMethodForInterfaceSuper(ArtMethod* method, PointerSize pointer_size)
898 ArtMethod* FindVirtualMethodForInterface(ArtMethod* method, PointerSize pointer_size)
901 ArtMethod* FindVirtualMethodForVirtualOrInterface(ArtMethod* method, PointerSize pointer_size)
911 ArtMethod* FindInterfaceMethod(std::string_view name,
916 ArtMethod* FindInterfaceMethod(std::string_view name,
921 ArtMethod* FindInterfaceMethod(ObjPtr<DexCache> dex_cache,
950 ArtMethod* FindClassMethod(std::string_view name,
955 ArtMethod* FindClassMethod(std::string_view name,
960 ArtMethod* FindClassMethod(ObjPtr<DexCache> dex_cache,
965 ArtMethod* FindConstructor(std::string_view signature, PointerSize pointer_size)
968 ArtMethod* FindDeclaredVirtualMethodByName(std::string_view name, PointerSize pointer_size)
971 ArtMethod* FindDeclaredDirectMethodByName(std::string_view name, PointerSize pointer_size)
974 ArtMethod* FindClassInitializer(PointerSize pointer_size) REQUIRES_SHARED(Locks::mutator_lock_);
1248 ArtMethod* GetDeclaredConstructor(Thread* self,
1283 ALWAYS_INLINE ArraySlice<ArtMethod> GetDirectMethodsSliceUnchecked(PointerSize pointer_size)
1286 ALWAYS_INLINE ArraySlice<ArtMethod> GetVirtualMethodsSliceUnchecked(PointerSize pointer_size)
1289 ALWAYS_INLINE ArraySlice<ArtMethod> GetDeclaredMethodsSliceUnchecked(PointerSize pointer_size)
1292 ALWAYS_INLINE ArraySlice<ArtMethod> GetDeclaredVirtualMethodsSliceUnchecked(
1296 ALWAYS_INLINE ArraySlice<ArtMethod> GetCopiedMethodsSliceUnchecked(PointerSize pointer_size)
1340 size_t GetMethodIdOffset(ArtMethod* method, PointerSize pointer_size)
1349 ALWAYS_INLINE static ArraySlice<ArtMethod> GetMethodsSliceRangeUnchecked(
1350 LengthPrefixedArray<ArtMethod>* methods,
1365 ArtMethod* resolved_method,