Searched refs:dex_packed_switch (Results 1 – 1 of 1) sorted by relevance
374 auto dex_packed_switch = reinterpret_cast<const dex::PackedSwitchPayload*>(ptr); in FixupPackedSwitch() local375 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()