Searched defs:debug (Results 1 - 2 of 2) sorted by relevance

/art/compiler/
H A Delf_writer_quick.cc486 // Get the layout of the extra sections. (This will deal with the debug
599 // Postponed debug info.
893 void ElfWriterQuick::ReservePatchSpace(std::vector<uint8_t>* buffer, bool debug) { argument
899 if (debug) {
905 if (debug) {
914 const bool debug = false; local
921 oat_data_size, oat_data_size, oat_exec_size, add_symbols, debug);
924 AddDebugSymbols(builder, oat_writer, debug);
946 ReservePatchSpace(oat_patches.GetBuffer(), debug);
953 void ElfWriterQuick::AddDebugSymbols(ElfBuilder& builder, OatWriter* oat_writer, bool debug) { argument
[all...]
/art/patchoat/
H A Dpatchoat.cc765 const bool debug = kIsDebugBuild; local
961 if (debug) {
990 if (debug) {
1101 if (debug) {

Completed in 616 milliseconds