Lines Matching refs:ArtMethod

92 bool ShouldReturnPointer(ObjPtr<mirror::Class> klass, ArtMethod* t ATTRIBUTE_UNUSED) {  in ShouldReturnPointer()
140 bool EnsureIdsArray(Thread* self, ObjPtr<mirror::Class> k, ArtMethod* method) { in EnsureIdsArray()
171 size_t GetIdOffset(ObjPtr<mirror::Class> k, ArtMethod* method, PointerSize pointer_size) { in GetIdOffset()
179 std::string PrettyGeneric(ArtMethod* f) { in PrettyGeneric()
183 std::string PrettyGeneric(ReflectiveHandle<ArtMethod> f) { in PrettyGeneric()
203 bool IsObsolete(ReflectiveHandle<ArtMethod> t) { in IsObsolete()
215 ArtMethod* Canonicalize(ReflectiveHandle<ArtMethod> t) { in Canonicalize()
237 uintptr_t JniIdManager::GetNextId<ArtMethod>(JniIdType type) { in GetNextId()
250 std::vector<ArtMethod*>& JniIdManager::GetGenericMap<ArtMethod>() { in GetGenericMap()
260 size_t JniIdManager::GetLinearSearchStartId<ArtMethod>(ReflectiveHandle<ArtMethod> m) { in GetLinearSearchStartId()
271 static_assert(std::is_same_v<ArtType, ArtField> || std::is_same_v<ArtType, ArtMethod>, in EncodeGenericId()
381 jmethodID JniIdManager::EncodeMethodId(ArtMethod* method) { in EncodeMethodId()
386 jmethodID JniIdManager::EncodeMethodId(ReflectiveHandle<ArtMethod> method) { in EncodeMethodId()
473 ArtMethod* old_method = *it; in VisitReflectiveTargets()
475 ArtMethod* new_method = in VisitReflectiveTargets()
486 size_t old_off = ArraySlice<ArtMethod>(old_class->GetMethodsPtr()).OffsetOf(old_method); in VisitReflectiveTargets()
495 size_t new_off = ArraySlice<ArtMethod>(new_class->GetMethodsPtr()).OffsetOf(new_method); in VisitReflectiveTargets()
517 ArtMethod* JniIdManager::DecodeMethodId(jmethodID method) { in DecodeMethodId()
518 return DecodeGenericId<ArtMethod>(reinterpret_cast<uintptr_t>(method)); in DecodeMethodId()
571 void Initialize(const std::vector<ArtMethod*>& methods, const std::vector<ArtField*>& fields) in Initialize()
601 ArtMethod** GetMethodPtr(size_t idx) REQUIRES_SHARED(Locks::mutator_lock_) { in GetMethodPtr()
613 std::vector<ArtMethod*> methods_;