Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.h121 kSwitch = 0x000004, // switch statement enumerator
469 return (kInstructionFlags[Opcode()] & kSwitch) != 0; in IsSwitch()
Ddex_instruction_list.h64 …V(0x2B, PACKED_SWITCH, "packed-switch", k31t, false, kNone, kContinue | kSwitch, kVerifyRegA | kVe…
65 …V(0x2C, SPARSE_SWITCH, "sparse-switch", k31t, false, kNone, kContinue | kSwitch, kVerifyRegA | kVe…
/art/compiler/dex/
Dmir_analysis.cc51 kSwitch enumerator
69 kAnSwitch = 1 << kSwitch,
Dmir_graph.cc840 } else if (flags & Instruction::kSwitch) { in InlineMethod()
/art/runtime/verifier/
Dmethod_verifier.cc2988 if ((opcode_flags & Instruction::kSwitch) != 0) { in CodeFlowVerifyInstruction()