Home | History | Annotate | Download | only in runtime

Lines Matching refs:ClassHierarchyAnalysis

35 void ClassHierarchyAnalysis::AddDependency(ArtMethod* method,
43 static const ClassHierarchyAnalysis::ListOfDependentPairs s_empty_vector;
45 const ClassHierarchyAnalysis::ListOfDependentPairs& ClassHierarchyAnalysis::GetDependents(
54 void ClassHierarchyAnalysis::RemoveAllDependenciesFor(ArtMethod* method) {
58 void ClassHierarchyAnalysis::RemoveDependentsWithMethodHeaders(
82 void ClassHierarchyAnalysis::ResetSingleImplementationInHierarchy(ObjPtr<mirror::Class> klass,
325 void ClassHierarchyAnalysis::CheckVirtualMethodSingleImplementationInfo(
471 void ClassHierarchyAnalysis::CheckInterfaceMethodSingleImplementationInfo(
521 void ClassHierarchyAnalysis::InitSingleImplementationFlag(Handle<mirror::Class> klass,
558 void ClassHierarchyAnalysis::UpdateAfterLoadingOf(Handle<mirror::Class> klass) {
630 void ClassHierarchyAnalysis::InvalidateSingleImplementationMethods(
707 void ClassHierarchyAnalysis::RemoveDependenciesForLinearAlloc(const LinearAlloc* linear_alloc) {