Searched refs:EntryPair (Results 1 – 2 of 2) sorted by relevance
27 struct EntryPair { struct28 EntryPair(EntryType* pEntry1, EntryType* pEntry2) in EntryPair() argument39 EntryPair* pair_ptr; argument48 typedef std::list<EntryPair> PairListType;179 m_Pairs.push_back(EntryPair(&pEntry1, &pEntry2)); in record()
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()