Home | History | Annotate | Download | only in dex

Lines Matching defs:it

1152    * If huge, assume we won't compile, but allow futher analysis to turn it back on.
1162 /* If it's large and contains no branches, it's likely to be machine generated initialization */
1223 // Get field index and try to find it among existing indexes. If found, it's usually among
1225 // is a linear search, it actually performs much better than map based approach.
1372 // We need to store the vtable index since we can't necessarily recreate it at resolve
1387 // and increment it as needed instead of making O(log n) lookups.
1397 auto it = invoke_map.insert(entry).first; // Iterator to either the old or the new entry.
1398 mir->meta.method_lowering_info = it->lowering_info_index;
1400 sequential_entries[it->lowering_info_index] = &*it;