Home | History | Annotate | Download | only in runtime

Lines Matching refs:GcRoot

699   std::vector<GcRoot<mirror::DexCache>> dex_caches_ GUARDED_BY(dex_lock_);
705 std::size_t operator()(const GcRoot<mirror::Class>& root) const NO_THREAD_SAFETY_ANALYSIS;
706 bool operator()(const GcRoot<mirror::Class>& a, const GcRoot<mirror::Class>& b)
711 bool operator()(const GcRoot<mirror::Class>& a,
715 bool operator()(const GcRoot<mirror::Class>& a, const char* descriptor)
721 void MakeEmpty(GcRoot<mirror::Class>& item) const {
722 item = GcRoot<mirror::Class>();
724 bool IsEmpty(const GcRoot<mirror::Class>& item) const {
731 typedef HashSet<GcRoot<mirror::Class>, GcRootEmptyFn, ClassDescriptorHashEquals,
732 ClassDescriptorHashEquals, TrackingAllocator<GcRoot<mirror::Class>, kAllocatorTagClassTable>>
738 std::vector<GcRoot<mirror::Class>> new_class_roots_;
786 GcRoot<mirror::ObjectArray<mirror::Class>> class_roots_;
803 GcRoot<mirror::IfTable> array_iftable_;
808 GcRoot<mirror::Class> find_array_class_cache_[kFindArrayCacheSize];