Searched refs:switch_instruction (Results 1 – 1 of 1) sorted by relevance
54 HPackedSwitch* switch_instruction = last_instruction->AsPackedSwitch(); in MarkReachableBlocks() local55 HInstruction* switch_input = switch_instruction->InputAt(0); in MarkReachableBlocks()58 int32_t start_value = switch_instruction->GetStartValue(); in MarkReachableBlocks()64 if (switch_index < switch_instruction->GetNumEntries()) { in MarkReachableBlocks()68 live_successors = live_successors.SubArray(switch_instruction->GetNumEntries(), 1u); in MarkReachableBlocks()69 DCHECK_EQ(live_successors[0], switch_instruction->GetDefaultBlock()); in MarkReachableBlocks()