HomeSort by relevance Sort by last modified time
    Searched full:switch_input (Results 1 - 1 of 1) sorted by null

  /art/compiler/optimizing/
dead_code_elimination.cc 55 HInstruction* switch_input = switch_instruction->InputAt(0); local
56 if (switch_input->IsIntConstant()) {
57 int32_t switch_value = switch_input->AsIntConstant()->GetValue();

Completed in 554 milliseconds