Searched refs:debug_info (Results 1 – 20 of 20) sorted by relevance
/tools/treble/split/ |
D | manifest_split.py | 434 debug_info = {} 450 debug_info.setdefault(project, DebugInfo()).direct_input = True 459 debug_info.setdefault(project, DebugInfo()).kati_makefiles = makefiles 467 debug_info.setdefault(project, DebugInfo()).manual_add_configs = configs 469 debug_info.setdefault(project, DebugInfo()).manual_remove_configs = configs 514 debug_info.setdefault(project, DebugInfo()).deps_input = True 525 debug_info.setdefault(project, DebugInfo()).adjacent_input = True 548 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() 964 dex_code.debug_info_off = FilePointer(irCode->debug_info); in WriteCode()
|
D | code_ir.cc | 49 if (ir_code->debug_info != nullptr) { in Assemble() 338 DissasembleDebugInfo(ir_code->debug_info); in Dissasemble()
|
D | debuginfo_encoder.cc | 122 auto ir_debug_info = ir_method->code->debug_info; in Encode()
|
D | reader.cc | 763 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 | exit_hooks.stats | 26 debug_info : 12
|
D | entry_hooks.stats | 26 debug_info : 19
|
D | try_catch.stats | 26 debug_info : 5
|
D | hello.stats | 26 debug_info : 10
|
D | large.stats | 26 debug_info : 46224
|
D | large.am_stats | 26 debug_info : 74
|
D | hello.hello_stats | 26 debug_info : 4
|
D | medium.stats | 26 debug_info : 3802
|
D | hello_nodebug.stats | 26 debug_info : 0
|
D | min.stats | 26 debug_info : 1
|
D | mi.stats | 26 debug_info : 5
|
/tools/dexter/dexter/ |
D | dexter.cc | 213 printf(" debug_info : %zu\n", dex_ir->debug_info.size()); in PrintDexIrStats()
|
/tools/tradefederation/core/proto/ |
D | test_record.proto | 48 DebugInfo debug_info = 6; field
|