Home
last modified time | relevance | path

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

/aosp_15_r20/art/openjdkjvmti/
H A Dti_redefine.cc322 cl->SetEntryPointsForObsoleteMethod(new_obsolete_method); in VisitFrame()
2811 cl->SetEntryPointsForObsoleteMethod(&m); in UpdateClassStructurally()
/aosp_15_r20/art/runtime/
H A Dclass_linker.h658 EXPORT void SetEntryPointsForObsoleteMethod(ArtMethod* method) const
H A Dclass_linker.cc10664 void ClassLinker::SetEntryPointsForObsoleteMethod(ArtMethod* method) const { in SetEntryPointsForObsoleteMethod() function in art::ClassLinker
/aosp_15_r20/art/runtime/jit/
H A Djit_code_cache.cc1790 linker->SetEntryPointsForObsoleteMethod(meth); in InvalidateAllCompiledCode()