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

  /art/runtime/
class_table-inl.h 41 for (GcRoot<mirror::Object>& root : oat_file->GetBssGcRoots()) {
59 for (GcRoot<mirror::Object>& root : oat_file->GetBssGcRoots()) {
oat_file.h 333 ArrayRef<GcRoot<mirror::Object>> GetBssGcRoots() const;
class_table.cc 235 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());
  /art/oatdump/
oatdump.cc 502 if (oat_file_.GetBssMethods().empty() && oat_file_.GetBssGcRoots().empty()) {
506 os << oat_file_.GetBssGcRoots().size() << " GC roots.\n\n";
    [all...]

Completed in 460 milliseconds