Searched refs:it_end (Results 1 - 3 of 3) sorted by relevance

/art/runtime/native/
H A Ddalvik_system_DexFile.cc232 auto it_end = descriptors.end(); local
234 for (; it != it_end; it++, ++i) {
/art/compiler/dex/portable/
H A Dmir_to_gbc.cc1945 it_end = placeholder_bb_->end(); it != it_end;) {
/art/runtime/
H A Dclass_linker.cc813 auto it_end = dex_files->end(); local
814 for (; it != it_end; it++) {
817 dex_files->erase(dex_files->begin() + old_size, it_end);

Completed in 314 milliseconds