Searched refs:dex_packed_switch (Results 1 – 1 of 1) sorted by relevance
373 auto dex_packed_switch = reinterpret_cast<const dex::PackedSwitchPayload*>(ptr); in FixupPackedSwitch() local374 SLICER_CHECK_EQ(dex_packed_switch->ident, dex::kPackedSwitchSignature); in FixupPackedSwitch()376 instr->first_key = dex_packed_switch->first_key; in FixupPackedSwitch()377 for (dex::u2 i = 0; i < dex_packed_switch->size; ++i) { in FixupPackedSwitch()379 GetLabel(base_offset + dex_packed_switch->targets[i])); in FixupPackedSwitch()