Searched refs:kSwitch (Results 1 – 3 of 3) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction.h | 147 kSwitch = 0x04, // switch statement enumerator 575 return (kInstructionDescriptors[Opcode()].flags & kSwitch) != 0; in IsSwitch()
|
D | dex_instruction_list.h | 65 …V(0x2B, PACKED_SWITCH, "packed-switch", k31t, kIndexNone, kContinue | kSwitch, 0, kVerifyRegA | kV… 66 …V(0x2C, SPARSE_SWITCH, "sparse-switch", k31t, kIndexNone, kContinue | kSwitch, 0, kVerifyRegA | kV…
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3424 if ((opcode_flags & Instruction::kSwitch) != 0) { in CodeFlowVerifyInstruction()
|