Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dcode_ir.cc85 handler.label = GetLabel(address); in DissasembleTryBlocks()
97 try_block_end->catch_all = GetLabel(address); in DissasembleTryBlocks()
380 GetLabel(base_offset + dex_packed_switch->targets[i])); in FixupPackedSwitch()
409 switch_case.target = GetLabel(base_offset + data[i + size]); in FixupSparseSwitch()
485 auto label = GetLabel(offset + dex::s4(dex_instr.vA)); in DecodeBytecode()
494 auto label = GetLabel(targetOffset); in DecodeBytecode()
522 auto label = GetLabel(offset + dex::s4(dex_instr.vC)); in DecodeBytecode()
628 Label* CodeIr::GetLabel(dex::u4 offset) { in GetLabel() function in lir::CodeIr
/tools/dexter/slicer/export/slicer/
Dcode_ir.h447 Label* GetLabel(dex::u4 offset);