Searched refs:EntryPair (Results 1 – 1 of 1) sorted by relevance
213 using EntryPair = std::pair<GcRoot<mirror::Object>, AllocRecord>; variable214 typedef std::list<EntryPair> EntryList;235 entries_.push_back(EntryPair(GcRoot<mirror::Object>(obj), std::move(record))); in Put()