Home
last modified time | relevance | path

Searched defs:EntryPair (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h27 struct EntryPair { struct
28 EntryPair(EntryType* pEntry1, EntryType* pEntry2) in EntryPair() function
39 EntryPair* pair_ptr; argument
/aosp12/art/runtime/gc/
H A Dallocation_record.h213 using EntryPair = std::pair<GcRoot<mirror::Object>, AllocRecord>; variable