Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc2448 size_t total_string_refs = 0u; in CollectStringReferenceInfo() local
2477 total_string_refs += image_info.string_reference_offsets_.size(); in CollectStringReferenceInfo()
2483 VLOG(compiler) << "Dex2Oat:AppImage:stringReferences = " << total_string_refs; in CollectStringReferenceInfo()