Home
last modified time | relevance | path

Searched refs:GetBssGcRoots (Results 1 – 6 of 6) 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.h41 for (GcRoot<mirror::Object>& root : oat_file->GetBssGcRoots()) { in VisitRoots()
59 for (GcRoot<mirror::Object>& root : oat_file->GetBssGcRoots()) { in VisitRoots()
Doat_file.h333 ArrayRef<GcRoot<mirror::Object>> GetBssGcRoots() const;
Dclass_table.cc235 if (oat_file != nullptr && !oat_file->GetBssGcRoots().empty()) { in InsertStrongRoot()
Doat_file.cc1782 ArrayRef<GcRoot<mirror::Object>> OatFile::GetBssGcRoots() const { in GetBssGcRoots() function in art::OatFile
/art/oatdump/
Doatdump.cc502 if (oat_file_.GetBssMethods().empty() && oat_file_.GetBssGcRoots().empty()) { in Dump()
506 os << oat_file_.GetBssGcRoots().size() << " GC roots.\n\n"; in Dump()