Home
last modified time | relevance | path

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

/art/runtime/
Dclass_table-inl.h83 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()
Dclass_table.cc147 if (oat_file != nullptr && !oat_file->GetBssGcRoots().empty()) { in InsertStrongRoot()
Dclass_linker.cc2395 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()
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc55 DCHECK_GE(slot, oat_file->GetBssGcRoots().data()); in StoreObjectInBss()
56 DCHECK_LT(slot, oat_file->GetBssGcRoots().data() + oat_file->GetBssGcRoots().size()); in StoreObjectInBss()
/art/runtime/oat/
Doat_file.h383 EXPORT ArrayRef<GcRoot<mirror::Object>> GetBssGcRoots() const;
Doat_file.cc2103 ArrayRef<GcRoot<mirror::Object>> OatFile::GetBssGcRoots() const { in GetBssGcRoots() function in art::OatFile
/art/oatdump/
Doatdump.cc519 if (oat_file_.GetBssMethods().empty() && oat_file_.GetBssGcRoots().empty()) { in Dump()
523 os << oat_file_.GetBssGcRoots().size() << " GC roots.\n\n"; in Dump()