Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dclass_linker.h631 void SetEntryPointsForObsoleteMethod(ArtMethod* method) const
H A Dclass_linker.cc9818 void ClassLinker::SetEntryPointsForObsoleteMethod(ArtMethod* method) const { in SetEntryPointsForObsoleteMethod() function in art::ClassLinker
/aosp12/art/runtime/jit/
H A Djit_code_cache.cc1724 linker->SetEntryPointsForObsoleteMethod(meth); in InvalidateAllCompiledCode()
/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc321 cl->SetEntryPointsForObsoleteMethod(new_obsolete_method); in VisitFrame()
2821 cl->SetEntryPointsForObsoleteMethod(&m); in UpdateClassStructurally()