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

/art/runtime/
H A Dtransaction.cc168 std::list<ObjectPair> moving_roots; local
177 moving_roots.push_back(std::make_pair(old_root, new_root));
182 for (const ObjectPair& pair : moving_roots) {
196 std::list<ArrayPair> moving_roots; local
204 moving_roots.push_back(std::make_pair(old_root, new_root));
209 for (const ArrayPair& pair : moving_roots) {

Completed in 894 milliseconds