HomeSort by relevance Sort by last modified time
    Searched full:moving_roots (Results 1 - 1 of 1) sorted by null

  /art/runtime/
transaction.cc 243 std::list<ObjectPair> moving_roots; local
252 moving_roots.push_back(std::make_pair(old_root, new_root));
257 for (const ObjectPair& pair : moving_roots) {
271 std::list<ArrayPair> moving_roots; local
279 moving_roots.push_back(std::make_pair(old_root, new_root));
284 for (const ArrayPair& pair : moving_roots) {

Completed in 61 milliseconds