Searched refs:first_index (Results 1 - 2 of 2) sorted by relevance

/art/dex2oat/linker/
H A Doat_writer.cc2313 bool first_index = true; local
2316 if (first_index || !encoder.TryMerge(index, bss_offset)) {
2319 first_index = false;
3133 bool first_index = true; local
3136 if (first_index) {
3137 first_index = false;
/art/runtime/verifier/
H A Dmethod_verifier.cc3363 uint32_t first_index = GetFirstFinalInstanceFieldIndex(*dex_file_, local
3365 if (first_index != dex::kDexNoIndex) {
3367 << first_index;

Completed in 75 milliseconds