Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.h213 using EntryPair = std::pair<GcRoot<mirror::Object>, AllocRecord>; variable
214 typedef std::list<EntryPair> EntryList;
235 entries_.push_back(EntryPair(GcRoot<mirror::Object>(obj), std::move(record))); in Put()