Searched refs:kSwitch (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | dex_instruction.h | 121 kSwitch = 0x000004, // switch statement enumerator 469 return (kInstructionFlags[Opcode()] & kSwitch) != 0; in IsSwitch()
|
D | dex_instruction_list.h | 64 …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/ |
D | mir_analysis.cc | 51 kSwitch enumerator 69 kAnSwitch = 1 << kSwitch,
|
D | mir_graph.cc | 840 } else if (flags & Instruction::kSwitch) { in InlineMethod()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2988 if ((opcode_flags & Instruction::kSwitch) != 0) { in CodeFlowVerifyInstruction()
|