Searched refs:art_method (Results 1 – 4 of 4) sorted by relevance
599 ArtMethod* art_method = reinterpret_cast<ArtMethod*>(remote_obj); in DumpImageDiffMap() local608 art_method_dirty_objects.push_back(art_method); in DumpImageDiffMap()695 auto art_method = art_method_dirty_objects[i]; in DumpImageDiffMap() local697 os << reinterpret_cast<void*>(art_method) << ", "; in DumpImageDiffMap()717 auto art_method = reinterpret_cast<ArtMethod*>(obj); in DumpImageDiffMap() local721 FixUpRemotePointer(art_method->GetDeclaringClass(), remote_contents, boot_map); in DumpImageDiffMap()732 art_method->GetEntryPointFromJniPtrSize(pointer_size)) << ", "; in DumpImageDiffMap()735 art_method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size)) in DumpImageDiffMap()737 os << " isNative? " << (art_method->IsNative() ? "yes" : "no") << ", "; in DumpImageDiffMap()805 auto art_method = reinterpret_cast<ArtMethod*>(obj); in DumpImageDiffMap() local[all …]
551 ArtMethod* art_method = in CheckInvokeType() local554 return art_method != nullptr && in CheckInvokeType()555 (art_method->IsFinal() || art_method->GetDeclaringClass()->IsFinal()); in CheckInvokeType()
23 art_method.cc \
2691 for (ArtMethod& art_method : declaring_class->GetVirtualMethods(image_pointer_size_)) { in FindOatMethodFor()2693 if (method->GetDexMethodIndex() == art_method.GetDexMethodIndex()) { in FindOatMethodFor()