Searched defs:old_method (Results 1 – 2 of 2) sorted by relevance
172 art::ArtMethod* old_method = GetMethod(); in VisitFrame() local591 art::ArtMethod* old_method = FindMethod(h_klass, new_method_name, new_method_signature); in CheckSameMethods() local
710 void JitCodeCache::MoveObsoleteMethod(ArtMethod* old_method, ArtMethod* new_method) { in MoveObsoleteMethod()