Lines Matching refs:it

158   // won't conflict when it comes time to load the image.
160 // around it.
172 for (BacktraceMap::const_iterator it = map->begin();
173 reservation_start < reservation_end && it != map->end(); ++it) {
174 ReserveImageSpaceChunk(reservation_start, std::min(it->start, reservation_end));
175 reservation_start = std::max(reservation_start, it->end);
244 // Case: We have a DEX file, but no OAT file for it.
296 // Case: We have a DEX file and up-to-date OAT file for it.
326 // Case: We have a DEX file and speed-profile OAT file for it.
352 // Case: We have a DEX file and speed-profile OAT file for it.
378 // Case: We have a MultiDEX file and up-to-date OAT file for it.
418 // Case: We have a MultiDEX file and up-to-date OAT file for it with relative
455 // We create a dex, generate an oat for it, then overwrite the dex with a
555 // Verify we can load the dex files from it.
570 // Create the oat file from a different dex file so it looks out of date.
622 // Verify we can load the dex files from it.
800 // Things aren't relocated, so it should fall back to interpreted.
866 // Case: We have a DEX file and up-to-date OAT file for it.
885 // Case: We have a DEX file and up-to-date interpret-only OAT file for it.
904 // Case: We have a DEX file and up-to-date OAT file for it.
947 // Verify it didn't create an oat in the default location.
1023 // Expect: Not sure, but it shouldn't crash.
1060 // Trying to make it up to date should have no effect.
1127 // TODO: The test case no longer tests locking the way it was intended since we now get multiple
1133 // We use the lib core dex file, because it's large, and hopefully should
1270 // because it's unrelocated and no dex2oat
1272 // make it up to date.