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