Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc1307 bool* early_exit, in PruneObjectReferenceVisitor() argument
1310 : image_writer_(image_writer), early_exit_(early_exit), visited_(visited), result_(result) {} in PruneObjectReferenceVisitor()
1372 bool early_exit = false; in PruneAppImageClass() local
1374 return PruneAppImageClassInternal(klass, &early_exit, &visited); in PruneAppImageClass()
1379 bool* early_exit, in PruneAppImageClassInternal() argument
1381 DCHECK(early_exit != nullptr); in PruneAppImageClassInternal()
1394 *early_exit = true; in PruneAppImageClassInternal()
1479 *early_exit |= my_early_exit; in PruneAppImageClassInternal()
Dimage_writer.h590 bool* early_exit,