Home
last modified time | relevance | path

Searched refs:init_it (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/linker/
Doat_writer.cc2823 auto init_it = mappings->begin(); in WriteIndexBssMapping() local
2831 *init_it = encoder.GetEntry(); in WriteIndexBssMapping()
2832 ++init_it; in WriteIndexBssMapping()
2837 *init_it = encoder.GetEntry(); in WriteIndexBssMapping()
2838 ++init_it; in WriteIndexBssMapping()
2839 DCHECK(init_it == mappings->end()); in WriteIndexBssMapping()