Home
last modified time | relevance | path

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

/art/runtime/
Dclass_table-inl.h39 for (GcRoot<mirror::Object>& root : oat_file->GetBssGcRoots()) { in VisitRoots()
57 for (GcRoot<mirror::Object>& root : oat_file->GetBssGcRoots()) { in VisitRoots()
Doat_file.h289 ArrayRef<GcRoot<mirror::Object>> GetBssGcRoots() const;
Dclass_table.cc243 if (oat_file != nullptr && !oat_file->GetBssGcRoots().empty()) { in InsertStrongRoot()
Doat_file.cc1292 ArrayRef<GcRoot<mirror::Object>> OatFile::GetBssGcRoots() const { in GetBssGcRoots() function in art::OatFile
Dclass_linker.cc2016 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()
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc41 !dex_file->GetOatDexFile()->GetOatFile()->GetBssGcRoots().empty()) { in BssWriteBarrier()