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