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