Home
last modified time | relevance | path

Searched refs:dbg_annotations_ (Results 1 – 2 of 2) sorted by relevance

/tools/dexter/slicer/
Dcode_ir.cc124 dbg_annotations_.push_back(dbg_header); in DissasembleDebugInfo()
133 dbg_annotations_.push_back(annotation); in DissasembleDebugInfo()
141 dbg_annotations_.push_back(annotation); in DissasembleDebugInfo()
234 dbg_annotations_.push_back(annotation); in DissasembleDebugInfo()
322 dbg_annotations_.clear(); in Dissasemble()
352 MergeInstructions(instructions, dbg_annotations_); in Dissasemble()
/tools/dexter/slicer/export/slicer/
Dcode_ir.h478 std::vector<Instruction*> dbg_annotations_; member