Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.cc842 bool my_early_exit = false; // Only for ourselves, ignore caller. in PruneAppImageClassInternal() local
856 &my_early_exit, in PruneAppImageClassInternal()
862 &my_early_exit, in PruneAppImageClassInternal()
877 &my_early_exit, in PruneAppImageClassInternal()
882 &my_early_exit, in PruneAppImageClassInternal()
888 PruneObjectReferenceVisitor visitor(this, &my_early_exit, visited, &tmp); in PruneAppImageClassInternal()
899 &my_early_exit, in PruneAppImageClassInternal()
915 if (result == true || !my_early_exit || visited->empty()) { in PruneAppImageClassInternal()
918 *early_exit |= my_early_exit; in PruneAppImageClassInternal()