Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dwriter.h215 dex::u4 WriteDebugInfo(const ir::DebugInfo* ir_debug_info);
/tools/dexter/slicer/
Dwriter.cc512 offset = WriteDebugInfo(ir_node.get()); in CreateDebugInfoSection()
749 dex::u4 Writer::WriteDebugInfo(const ir::DebugInfo* ir_debug_info) { in WriteDebugInfo() function in dex::Writer