Home
last modified time | relevance | path

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

/art/test/305-other-fault-handler/
Dinfo.txt3 Tests that we can use and remove these handlers and they can change mappings.
/art/dex2oat/linker/
Doat_writer.cc2888 IndexBssMapping* mappings = new(storage.get()) IndexBssMapping(number_of_entries); in WriteIndexBssMapping() local
2889 mappings->ClearPadding(); in WriteIndexBssMapping()
2892 auto init_it = mappings->begin(); in WriteIndexBssMapping()
2908 DCHECK(init_it == mappings->end()); in WriteIndexBssMapping()