Searched refs:strong_gc_subroot_names_ (Results 1 – 2 of 2) sorted by relevance
1908 if (strong_gc_subroot_names_.is_empty()) { in GetStrongGcSubrootName()1909 #define NAME_ENTRY(name) strong_gc_subroot_names_.SetTag(heap_->name(), #name); in GetStrongGcSubrootName()1911 strong_gc_subroot_names_.SetTag(roots.name(), #name); in GetStrongGcSubrootName()1944 CHECK(!strong_gc_subroot_names_.is_empty()); in GetStrongGcSubrootName()1946 return strong_gc_subroot_names_.GetTag(object); in GetStrongGcSubrootName()
485 HeapObjectsSet strong_gc_subroot_names_; variable