Home
last modified time | relevance | path

Searched refs:GetBssGcRoots (Results 1 – 7 of 7) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc52 DCHECK_GE(slot, oat_file->GetBssGcRoots().data()); in StoreObjectInBss()
53 DCHECK_LT(slot, oat_file->GetBssGcRoots().data() + oat_file->GetBssGcRoots().size()); in StoreObjectInBss()
/art/runtime/
Dclass_table-inl.h81 for (GcRoot<mirror::Object>& root : oat_file->GetBssGcRoots()) { in VisitRoots()
99 for (GcRoot<mirror::Object>& root : oat_file->GetBssGcRoots()) { in VisitRoots()
Dclass_table.cc150 if (oat_file != nullptr && !oat_file->GetBssGcRoots().empty()) { in InsertStrongRoot()
Doat_file.h365 ArrayRef<GcRoot<mirror::Object>> GetBssGcRoots() const;
Doat_file.cc2000 ArrayRef<GcRoot<mirror::Object>> OatFile::GetBssGcRoots() const { in GetBssGcRoots() function in art::OatFile
Dclass_linker.cc2076 if (!oat_file->GetBssGcRoots().empty()) { in AddImageSpace()
2148 for (GcRoot<mirror::Object>& root : oat_file->GetBssGcRoots()) { in VisitClassRoots()
4395 DCHECK(!oat_file->GetBssGcRoots().empty()) << oat_file->GetLocation(); in WriteBarrierForBootOatFileBssRoots()
/art/oatdump/
Doatdump.cc504 if (oat_file_.GetBssMethods().empty() && oat_file_.GetBssGcRoots().empty()) { in Dump()
508 os << oat_file_.GetBssGcRoots().size() << " GC roots.\n\n"; in Dump()