Searched defs:kSwitch (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_instruction.h143 kSwitch = 0x0000004, // switch statement enumerator in enum:art::Instruction::Flags
542 return (kInstructionFlags[Opcode()] & kSwitch) != 0;

Completed in 52 milliseconds