Home
last modified time | relevance | path

Searched refs:art_method (Results 1 – 4 of 4) sorted by relevance

/art/imgdiag/
Dimgdiag.cc599 ArtMethod* art_method = reinterpret_cast<ArtMethod*>(remote_obj); in DumpImageDiffMap() local
608 art_method_dirty_objects.push_back(art_method); in DumpImageDiffMap()
695 auto art_method = art_method_dirty_objects[i]; in DumpImageDiffMap() local
697 os << reinterpret_cast<void*>(art_method) << ", "; in DumpImageDiffMap()
717 auto art_method = reinterpret_cast<ArtMethod*>(obj); in DumpImageDiffMap() local
721 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 …]
/art/compiler/optimizing/
Dintrinsics.cc551 ArtMethod* art_method = in CheckInvokeType() local
554 return art_method != nullptr && in CheckInvokeType()
555 (art_method->IsFinal() || art_method->GetDeclaringClass()->IsFinal()); in CheckInvokeType()
/art/runtime/
DAndroid.mk23 art_method.cc \
Dclass_linker.cc2691 for (ArtMethod& art_method : declaring_class->GetVirtualMethods(image_pointer_size_)) { in FindOatMethodFor()
2693 if (method->GetDexMethodIndex() == art_method.GetDexMethodIndex()) { in FindOatMethodFor()