Searched defs:targets (Results 1 – 4 of 4) sorted by relevance
29 public List<MInsn> targets = new LinkedList<MInsn>(); field in MSwitchInsn
401 int[] targets = new int[targetsSize]; in readSwitchInstruction() local458 int[] targets = new int[targetsSize]; in updateSwitchInstruction() local
860 const int32_t* targets = reinterpret_cast<const int32_t*>(&switch_data[4]); in DoPackedSwitch() local
48 const int32_t targets[]; member