Home
last modified time | relevance | path

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

/art/test/552-checker-primitive-typeprop/
Dinfo.txt1 Test that phis with environment uses which can be properly typed are kept
/art/libartbase/base/unix_file/
DREADME7 In particular, the basic RandomAccessFile interface is kept small and simple so
/art/test/537-checker-debuggable/smali/
DTestCase.smali20 # be eliminated in normal mode but kept live in debuggable mode. Test that
/art/dex2oat/
Ddex2oat.cc2683 size_t kept = 0u; in PruneNonExistentDexFiles() local
2688 if (kept != i) { in PruneNonExistentDexFiles()
2689 dex_filenames_[kept] = dex_filenames_[i]; in PruneNonExistentDexFiles()
2690 dex_locations_[kept] = dex_locations_[i]; in PruneNonExistentDexFiles()
2692 ++kept; in PruneNonExistentDexFiles()
2695 dex_filenames_.resize(kept); in PruneNonExistentDexFiles()
2696 dex_locations_.resize(kept); in PruneNonExistentDexFiles()
/art/test/552-checker-primitive-typeprop/smali/
DArrayGet.smali139 # The phi will be kept and typed according to the second input despite the