Home
last modified time | relevance | path

Searched refs:case_value (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dinstruction_builder.cc757 HInstruction* case_value = graph_->GetIntConstant(it.CurrentKey(), dex_pc); in BuildSwitch() local
758 HEqual* comparison = new (allocator_) HEqual(value, case_value, dex_pc); in BuildSwitch()