Searched refs:switch_input (Results 1 – 1 of 1) sorted by relevance
65 HInstruction* switch_input = switch_instruction->InputAt(0); in MarkReachableBlocks() local66 if (switch_input->IsIntConstant()) { in MarkReachableBlocks()67 int32_t switch_value = switch_input->AsIntConstant()->GetValue(); in MarkReachableBlocks()