Lines Matching refs:ArtMethod
32 class ArtMethod; variable
89 using MethodAndMethodHeaderPair = std::pair<ArtMethod*, OatQuickMethodHeader*>;
96 void AddDependency(ArtMethod* method,
97 ArtMethod* dependent_method,
101 const ListOfDependentPairs& GetDependents(ArtMethod* method) REQUIRES(Locks::cha_lock_);
105 void RemoveAllDependenciesFor(ArtMethod* method) REQUIRES(Locks::cha_lock_);
135 ArtMethod* method,
147 ArtMethod* virtual_method,
148 ArtMethod* method_in_super,
149 std::unordered_set<ArtMethod*>& invalidated_single_impl_methods,
160 ArtMethod* interface_method,
161 ArtMethod* implementation_method,
162 std::unordered_set<ArtMethod*>& invalidated_single_impl_methods,
167 std::unordered_set<ArtMethod*>& invalidated_single_impl_methods)
172 std::unordered_map<ArtMethod*, ListOfDependentPairs> cha_dependency_map_