Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h614 void SetEntryPointsForObsoleteMethod(ArtMethod* method) const
Dclass_linker.cc9555 void ClassLinker::SetEntryPointsForObsoleteMethod(ArtMethod* method) const { in SetEntryPointsForObsoleteMethod() function in art::ClassLinker
/art/openjdkjvmti/
Dti_redefine.cc321 cl->SetEntryPointsForObsoleteMethod(new_obsolete_method); in VisitFrame()
2817 cl->SetEntryPointsForObsoleteMethod(&m); in UpdateClassStructurally()
/art/runtime/jit/
Djit_code_cache.cc1859 linker->SetEntryPointsForObsoleteMethod(meth); in InvalidateAllCompiledCode()