HomeSort by relevance Sort by last modified time
    Searched defs:kSwitch (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
schedule.h 38 kSwitch, // Table dispatch to one of the successor blocks.
  /art/runtime/
dex_instruction.h 133 kSwitch = 0x0000004, // switch statement
502 return (kInstructionFlags[Opcode()] & kSwitch) != 0;

Completed in 158 milliseconds