Searched refs:case_value (Results 1 – 1 of 1) sorted by relevance
746 HInstruction* case_value = graph_->GetIntConstant(it.CurrentKey(), dex_pc); in BuildSwitch() local747 HEqual* comparison = new (allocator_) HEqual(value, case_value, dex_pc); in BuildSwitch()