HomeSort by relevance Sort by last modified time
    Searched refs:GetBssGcRoots (Results 1 - 6 of 6) sorted by null

  /art/runtime/
class_table-inl.h 39 for (GcRoot<mirror::Object>& root : oat_file->GetBssGcRoots()) {
57 for (GcRoot<mirror::Object>& root : oat_file->GetBssGcRoots()) {
oat_file.h 321 ArrayRef<GcRoot<mirror::Object>> GetBssGcRoots() const;
class_table.cc 243 if (oat_file != nullptr && !oat_file->GetBssGcRoots().empty()) {
oat_file.cc     [all...]
class_linker.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_dexcache_entrypoints.cc 52 DCHECK_GE(slot, oat_file->GetBssGcRoots().data());
53 DCHECK_LT(slot, oat_file->GetBssGcRoots().data() + oat_file->GetBssGcRoots().size());

Completed in 858 milliseconds