Lines Matching refs:ArtMethod
31 class ArtMethod; variable
88 typedef std::pair<ArtMethod*, OatQuickMethodHeader*> MethodAndMethodHeaderPair;
95 void AddDependency(ArtMethod* method,
96 ArtMethod* dependent_method,
100 const ListOfDependentPairs& GetDependents(ArtMethod* method) REQUIRES(Locks::cha_lock_);
104 void RemoveAllDependenciesFor(ArtMethod* method) REQUIRES(Locks::cha_lock_);
134 ArtMethod* method,
146 ArtMethod* virtual_method,
147 ArtMethod* method_in_super,
148 std::unordered_set<ArtMethod*>& invalidated_single_impl_methods,
159 ArtMethod* interface_method,
160 ArtMethod* implementation_method,
161 std::unordered_set<ArtMethod*>& invalidated_single_impl_methods,
166 std::unordered_set<ArtMethod*>& invalidated_single_impl_methods)
171 std::unordered_map<ArtMethod*, ListOfDependentPairs> cha_dependency_map_