Home
last modified time | relevance | path

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

/tools/treble/split/
Dmanifest_split.py434 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/
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()
964 dex_code.debug_info_off = FilePointer(irCode->debug_info); in WriteCode()
Dcode_ir.cc49 if (ir_code->debug_info != nullptr) { in Assemble()
338 DissasembleDebugInfo(ir_code->debug_info); in Dissasemble()
Ddebuginfo_encoder.cc122 auto ir_debug_info = ir_method->code->debug_info; in Encode()
Dreader.cc763 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/
Dexit_hooks.stats26 debug_info : 12
Dentry_hooks.stats26 debug_info : 19
Dtry_catch.stats26 debug_info : 5
Dhello.stats26 debug_info : 10
Dlarge.stats26 debug_info : 46224
Dlarge.am_stats26 debug_info : 74
Dhello.hello_stats26 debug_info : 4
Dmedium.stats26 debug_info : 3802
Dhello_nodebug.stats26 debug_info : 0
Dmin.stats26 debug_info : 1
Dmi.stats26 debug_info : 5
/tools/dexter/dexter/
Ddexter.cc213 printf(" debug_info : %zu\n", dex_ir->debug_info.size()); in PrintDexIrStats()
/tools/tradefederation/core/proto/
Dtest_record.proto48 DebugInfo debug_info = 6; field