Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc1403 bool my_early_exit = false; // Only for ourselves, ignore caller. in PruneAppImageClassInternal() local
1417 &my_early_exit, in PruneAppImageClassInternal()
1423 &my_early_exit, in PruneAppImageClassInternal()
1438 &my_early_exit, in PruneAppImageClassInternal()
1443 &my_early_exit, in PruneAppImageClassInternal()
1449 PruneObjectReferenceVisitor visitor(this, &my_early_exit, visited, &tmp); in PruneAppImageClassInternal()
1460 &my_early_exit, in PruneAppImageClassInternal()
1476 if (result == true || !my_early_exit || visited->empty()) { in PruneAppImageClassInternal()
1479 *early_exit |= my_early_exit; in PruneAppImageClassInternal()