Searched refs:GetBssGcRoots (Results 1 – 6 of 6) sorted by relevance
52 DCHECK_GE(slot, oat_file->GetBssGcRoots().data()); in StoreObjectInBss()53 DCHECK_LT(slot, oat_file->GetBssGcRoots().data() + oat_file->GetBssGcRoots().size()); in StoreObjectInBss()
41 for (GcRoot<mirror::Object>& root : oat_file->GetBssGcRoots()) { in VisitRoots()59 for (GcRoot<mirror::Object>& root : oat_file->GetBssGcRoots()) { in VisitRoots()
333 ArrayRef<GcRoot<mirror::Object>> GetBssGcRoots() const;
235 if (oat_file != nullptr && !oat_file->GetBssGcRoots().empty()) { in InsertStrongRoot()
1782 ArrayRef<GcRoot<mirror::Object>> OatFile::GetBssGcRoots() const { in GetBssGcRoots() function in art::OatFile
502 if (oat_file_.GetBssMethods().empty() && oat_file_.GetBssGcRoots().empty()) { in Dump()506 os << oat_file_.GetBssGcRoots().size() << " GC roots.\n\n"; in Dump()