Searched defs:EntryPair (Results 1 – 2 of 2) sorted by relevance
27 struct EntryPair { struct28 EntryPair(EntryType* pEntry1, EntryType* pEntry2) in EntryPair() function39 EntryPair* pair_ptr; argument
213 using EntryPair = std::pair<GcRoot<mirror::Object>, AllocRecord>; variable