Searched defs:ArrayPair (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dtransaction.cc195 typedef std::pair<mirror::Array*, mirror::Array*> ArrayPair; typedef
196 std::list<ArrayPair> moving_roots;
209 for (const ArrayPair& pair : moving_roots) {

Completed in 24 milliseconds