Home
last modified time | relevance | path

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

/art/compiler/dex/
Dcompiler_enums.h370 kSparseSwitch, enumerator
Dmir_graph.cc565 (insn->dalvikInsn.opcode == Instruction::PACKED_SWITCH) ? kPackedSwitch : kSparseSwitch; in ProcessCanSwitch()