/art/compiler/debug/ |
H A D | elf_debug_writer.h | 24 #include "debug/dwarf/dwarf_constants.h" 33 namespace debug { namespace in namespace:art 63 } // namespace debug
|
H A D | elf_compilation_unit.h | 22 #include "debug/method_debug_info.h" 25 namespace debug { namespace in namespace:art 35 } // namespace debug
|
H A D | elf_symtab_writer.h | 22 #include "debug/method_debug_info.h" 27 namespace debug { namespace in namespace:art 108 } // namespace debug
|
H A D | method_debug_info.h | 24 namespace debug { namespace in namespace:art 45 } // namespace debug
|
H A D | elf_debug_frame_writer.h | 23 #include "debug/dwarf/debug_frame_opcode_writer.h" 24 #include "debug/dwarf/dwarf_constants.h" 25 #include "debug/dwarf/headers.h" 26 #include "debug/method_debug_info.h" 30 namespace debug { namespace in namespace:art 280 } // namespace debug
|
H A D | elf_debug_writer.cc | 21 #include "debug/dwarf/dwarf_constants.h" 22 #include "debug/elf_compilation_unit.h" 23 #include "debug/elf_debug_frame_writer.h" 24 #include "debug/elf_debug_info_writer.h" 25 #include "debug/elf_debug_line_writer.h" 26 #include "debug/elf_debug_loc_writer.h" 27 #include "debug/elf_gnu_debugdata_writer.h" 28 #include "debug/elf_symtab_writer.h" 29 #include "debug/method_debug_info.h" 35 namespace debug { namespace in namespace:art [all...] |
H A D | elf_gnu_debugdata_writer.h | 32 namespace debug { namespace in namespace:art 88 VectorOutputStream out("Mini-debug-info ELF file", &buffer); 108 } // namespace debug
|
H A D | elf_debug_line_writer.h | 24 #include "debug/dwarf/debug_line_opcode_writer.h" 25 #include "debug/dwarf/headers.h" 26 #include "debug/elf_compilation_unit.h" 32 namespace debug { namespace in namespace:art 286 } // namespace debug
|
H A D | elf_debug_loc_writer.h | 25 #include "debug/dwarf/debug_info_entry_writer.h" 26 #include "debug/dwarf/register.h" 27 #include "debug/method_debug_info.h" 31 namespace debug { namespace in namespace:art 332 } // namespace debug
|
H A D | elf_debug_info_writer.h | 24 #include "debug/dwarf/debug_abbrev_writer.h" 25 #include "debug/dwarf/debug_info_entry_writer.h" 26 #include "debug/elf_compilation_unit.h" 27 #include "debug/elf_debug_loc_writer.h" 28 #include "debug/method_debug_info.h" 38 namespace debug { namespace in namespace:art 193 // DecodeDebugLocalInfo might not also be available if there is no debug info. 391 // Emit debug info about an artifical class member for java.lang.String which represents 392 // the first element of the data stored in a string instance. Consumers of the debug 667 } // namespace debug [all...] |
/art/compiler/ |
H A D | elf_writer.h | 35 namespace debug { namespace in namespace:art 37 } // namespace debug 56 virtual void PrepareDebugInfo(const ArrayRef<const debug::MethodDebugInfo>& method_infos) = 0; 62 virtual void WriteDebugInfo(const ArrayRef<const debug::MethodDebugInfo>& method_infos) = 0;
|
H A D | oat_writer.h | 46 namespace debug { namespace in namespace:art 48 } // namespace debug 205 void AddMethodDebugInfos(const std::vector<debug::MethodDebugInfo>& infos) { 209 ArrayRef<const debug::MethodDebugInfo> GetMethodDebugInfo() const { 210 return ArrayRef<const debug::MethodDebugInfo>(method_info_); 296 dchecked_vector<debug::MethodDebugInfo> method_info_;
|
/art/tools/dexfuzz/src/dexfuzz/ |
H A D | Log.java | 44 public static void debug(String msg) { method in class:Log
|
/art/patchoat/ |
H A D | patchoat.cc | 981 bool debug) { 995 if (debug) { 1026 bool debug) { 1047 if (debug) { 1076 if (debug) { 1189 if (debug) { 1220 const bool debug = kIsDebugBuild; local 1349 debug); 1364 debug); 975 patchoat_image(TimingLogger& timings, InstructionSet isa, const std::string& input_image_location, const std::string& output_image_filename, off_t base_delta, bool base_delta_set, bool debug) argument 1013 patchoat_oat(TimingLogger& timings, InstructionSet isa, const std::string& patched_image_location, off_t base_delta, bool base_delta_set, int input_oat_fd, const std::string& input_oat_location, std::string input_oat_filename, bool have_input_oat, int output_oat_fd, std::string output_oat_filename, bool have_output_oat, bool lock_output, bool debug) argument
|