Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc2937 auto init_it = mappings->begin(); in WriteIndexBssMapping() local
2945 *init_it = encoder.GetEntry(); in WriteIndexBssMapping()
2946 ++init_it; in WriteIndexBssMapping()
2951 *init_it = encoder.GetEntry(); in WriteIndexBssMapping()
2952 ++init_it; in WriteIndexBssMapping()
2953 DCHECK(init_it == mappings->end()); in WriteIndexBssMapping()