Searched refs:type_cache_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddebugger.h816 static TypeCache type_cache_ GUARDED_BY(Locks::alloc_tracker_lock_);
829 friend class AllocRecord; // For type_cache_ with proper annotalysis.
H A Ddebugger.cc146 type_ = Dbg::type_cache_.Add(t);
391 Dbg::TypeCache Dbg::type_cache_; member in class:art::Dbg
4861 ScopedObjectAccess soa(self); // For type_cache_.Clear();
4871 type_cache_.Clear();

Completed in 61 milliseconds