Home
last modified time | relevance | path

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

/tools/treble/split/
Dmanifest_split.py490 debug_info = {}
503 debug_info.setdefault(project, DebugInfo()).direct_input = True
512 debug_info.setdefault(project, DebugInfo()).kati_makefiles = makefiles
520 debug_info.setdefault(project, DebugInfo()).manual_add_config = cfile
522 debug_info.setdefault(project, DebugInfo()).manual_remove_config = cfile
568 debug_info.setdefault(project, DebugInfo()).deps_input = True
579 debug_info.setdefault(project, DebugInfo()).adjacent_input = True
597 debug_info,
/tools/dexter/slicer/
Dwriter.cc344 CopySection(dex_->debug_info, image, image_size); in CreateImage()
415 AddMapItem(dex_->debug_info, map_items); in CreateMapSection()
507 dex_->debug_info.SetOffset(section_offset); in CreateDebugInfoSection()
509 for (const auto& ir_node : dex_ir_->debug_info) { in CreateDebugInfoSection()
515 dex::u4 size = dex_->debug_info.Seal(4); in CreateDebugInfoSection()
752 auto& data = dex_->debug_info; in WriteDebugInfo()
983 dex_code.debug_info_off = FilePointer(irCode->debug_info); in WriteCode()
Ddebuginfo_encoder.cc128 auto ir_debug_info = ir_method->code->debug_info; in Encode()
Dcode_ir.cc48 if (ir_code->debug_info != nullptr) { in Assemble()
337 DisassembleDebugInfo(ir_code->debug_info); in Disassemble()
Dreader.cc764 ir_code->debug_info = ExtractDebugInfo(dex_code->debug_info_off); in ExtractCode()
/tools/dexter/slicer/export/slicer/
Ddex_ir.h235 DebugInfo* debug_info; member
374 std::vector<own<DebugInfo>> debug_info; member
455 void Track(DebugInfo* p) { PushOwn(debug_info, p); } in Track()
Dwriter.h140 debug_info(dex::kDebugInfoItem), in DexImage()
159 Section debug_info; member
/tools/dexter/testdata/expected/
Dlarge.stats26 debug_info : 46224
Dentry_hooks.stats26 debug_info : 19
Dinvoke-polymorphic.stats26 debug_info : 0
Dexit_hooks.stats26 debug_info : 12
Dhello.stats26 debug_info : 10
Dtry_catch.stats26 debug_info : 5
Dmi.stats26 debug_info : 5
Dmin.stats26 debug_info : 1
Dlarge.am_stats26 debug_info : 74
Dhello.hello_stats26 debug_info : 4
Dhello_nodebug.stats26 debug_info : 0
Dmedium.stats26 debug_info : 3802
/tools/dexter/dexter/
Ddexter.cc215 printf(" debug_info : %zu\n", dex_ir->debug_info.size()); in PrintDexIrStats()
/tools/asuite/atest/tf_proto/
Dtest_record.proto48 DebugInfo debug_info = 6; field