Searched refs:GetBssGcRoots (Results 1 – 6 of 6) sorted by relevance
39 for (GcRoot<mirror::Object>& root : oat_file->GetBssGcRoots()) { in VisitRoots()57 for (GcRoot<mirror::Object>& root : oat_file->GetBssGcRoots()) { in VisitRoots()
289 ArrayRef<GcRoot<mirror::Object>> GetBssGcRoots() const;
243 if (oat_file != nullptr && !oat_file->GetBssGcRoots().empty()) { in InsertStrongRoot()
1292 ArrayRef<GcRoot<mirror::Object>> OatFile::GetBssGcRoots() const { in GetBssGcRoots() function in art::OatFile
2016 if (!oat_file->GetBssGcRoots().empty()) { in AddImageSpace()2106 for (GcRoot<mirror::Object>& root : oat_file->GetBssGcRoots()) { in VisitClassRoots()4010 DCHECK(!oat_file->GetBssGcRoots().empty()) << oat_file->GetLocation(); in WriteBarrierForBootOatFileBssRoots()
41 !dex_file->GetOatDexFile()->GetOatFile()->GetBssGcRoots().empty()) { in BssWriteBarrier()