Searched refs:kept (Results 1 – 5 of 5) sorted by relevance
1 Test that phis with environment uses which can be properly typed are kept
7 In particular, the basic RandomAccessFile interface is kept small and simple so
20 # be eliminated in normal mode but kept live in debuggable mode. Test that
2683 size_t kept = 0u; in PruneNonExistentDexFiles() local2688 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()
139 # The phi will be kept and typed according to the second input despite the