Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.h123 kSwitch = 0x000004, // switch statement enumerator
471 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_graph.h53 kSwitch enumerator
70 #define AN_SWITCH (1 << kSwitch)
Dmir_graph.cc799 } else if (flags & Instruction::kSwitch) { in InlineMethod()
/art/runtime/verifier/
Dmethod_verifier.cc2761 if ((opcode_flags & Instruction::kSwitch) != 0) { in CodeFlowVerifyInstruction()