Searched refs:GetBssGcRoots (Results 1 – 7 of 7) sorted by relevance
83 for (GcRoot<mirror::Object>& root : oat_file->GetBssGcRoots()) { in VisitRoots()103 for (GcRoot<mirror::Object>& root : oat_file->GetBssGcRoots()) { in VisitRoots()152 for (GcRoot<mirror::Object>& root : oat_file->GetBssGcRoots()) { in VisitClassesAndRoots()
147 if (oat_file != nullptr && !oat_file->GetBssGcRoots().empty()) { in InsertStrongRoot()
2395 if (!oat_file->GetBssGcRoots().empty()) { in AddImageSpace()2493 for (GcRoot<mirror::Object>& root : oat_file->GetBssGcRoots()) { in VisitClassRoots()4754 DCHECK(!oat_file->GetBssGcRoots().empty()) << oat_file->GetLocation(); in WriteBarrierForBootOatFileBssRoots()
55 DCHECK_GE(slot, oat_file->GetBssGcRoots().data()); in StoreObjectInBss()56 DCHECK_LT(slot, oat_file->GetBssGcRoots().data() + oat_file->GetBssGcRoots().size()); in StoreObjectInBss()
383 EXPORT ArrayRef<GcRoot<mirror::Object>> GetBssGcRoots() const;
2103 ArrayRef<GcRoot<mirror::Object>> OatFile::GetBssGcRoots() const { in GetBssGcRoots() function in art::OatFile
519 if (oat_file_.GetBssMethods().empty() && oat_file_.GetBssGcRoots().empty()) { in Dump()523 os << oat_file_.GetBssGcRoots().size() << " GC roots.\n\n"; in Dump()