Searched refs:debug_info (Results 1 – 21 of 21) sorted by relevance
/tools/treble/split/ |
D | manifest_split.py | 490 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/ |
D | writer.cc | 344 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()
|
D | debuginfo_encoder.cc | 128 auto ir_debug_info = ir_method->code->debug_info; in Encode()
|
D | code_ir.cc | 48 if (ir_code->debug_info != nullptr) { in Assemble() 337 DisassembleDebugInfo(ir_code->debug_info); in Disassemble()
|
D | reader.cc | 764 ir_code->debug_info = ExtractDebugInfo(dex_code->debug_info_off); in ExtractCode()
|
/tools/dexter/slicer/export/slicer/ |
D | dex_ir.h | 235 DebugInfo* debug_info; member 374 std::vector<own<DebugInfo>> debug_info; member 455 void Track(DebugInfo* p) { PushOwn(debug_info, p); } in Track()
|
D | writer.h | 140 debug_info(dex::kDebugInfoItem), in DexImage() 159 Section debug_info; member
|
/tools/dexter/testdata/expected/ |
D | large.stats | 26 debug_info : 46224
|
D | entry_hooks.stats | 26 debug_info : 19
|
D | invoke-polymorphic.stats | 26 debug_info : 0
|
D | exit_hooks.stats | 26 debug_info : 12
|
D | hello.stats | 26 debug_info : 10
|
D | try_catch.stats | 26 debug_info : 5
|
D | mi.stats | 26 debug_info : 5
|
D | min.stats | 26 debug_info : 1
|
D | large.am_stats | 26 debug_info : 74
|
D | hello.hello_stats | 26 debug_info : 4
|
D | hello_nodebug.stats | 26 debug_info : 0
|
D | medium.stats | 26 debug_info : 3802
|
/tools/dexter/dexter/ |
D | dexter.cc | 215 printf(" debug_info : %zu\n", dex_ir->debug_info.size()); in PrintDexIrStats()
|
/tools/asuite/atest/tf_proto/ |
D | test_record.proto | 48 DebugInfo debug_info = 6; field
|