Home | History | Annotate | Download | only in runtime

Lines Matching refs:cha_

420       cha_(Runtime::Current()->IsAotCompiler() ? nullptr : new ClassHierarchyAnalysis()) {
1311 : allocator_(alloc), cha_(Runtime::Current()->GetClassLinker()->GetClassHierarchyAnalysis()),
1317 cha_->ResetSingleImplementationInHierarchy(klass, allocator_, pointer_size_);
1322 const ClassHierarchyAnalysis* cha_;
2505 } else if (cha_ != nullptr) {
2507 cha_->RemoveDependenciesForLinearAlloc(data.allocator);
5902 if (cha_ != nullptr) {
5903 cha_->UpdateAfterLoadingOf(klass);
5952 if (cha_ != nullptr) {
5953 cha_->UpdateAfterLoadingOf(h_new_class);