Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc2949 auto init_it = mappings->begin(); in WriteIndexBssMapping() local
2957 *init_it = encoder.GetEntry(); in WriteIndexBssMapping()
2958 ++init_it; in WriteIndexBssMapping()
2963 *init_it = encoder.GetEntry(); in WriteIndexBssMapping()
2964 ++init_it; in WriteIndexBssMapping()
2965 DCHECK(init_it == mappings->end()); in WriteIndexBssMapping()