Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dcode_ir.cc374 auto dex_packed_switch = reinterpret_cast<const dex::PackedSwitchPayload*>(ptr); in FixupPackedSwitch() local
375 SLICER_CHECK(dex_packed_switch->ident == dex::kPackedSwitchSignature); in FixupPackedSwitch()
377 instr->first_key = dex_packed_switch->first_key; in FixupPackedSwitch()
378 for (dex::u2 i = 0; i < dex_packed_switch->size; ++i) { in FixupPackedSwitch()
380 GetLabel(base_offset + dex_packed_switch->targets[i])); in FixupPackedSwitch()