Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_quick.h219 const bool add_symbols,
223 add_symbols_(add_symbols), in oat_writer_()
Delf_writer_quick.cc915 const bool add_symbols = oat_writer->DidAddSymbols(); in Write() local
921 oat_data_size, oat_data_size, oat_exec_size, add_symbols, debug); in Write()
923 if (add_symbols) { in Write()