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

  /art/runtime/
dex_instruction.h 123 kSwitch = 0x04, // switch statement
345 return (kInstructionFlags[Opcode()] & kSwitch) != 0;
  /art/compiler/dex/
mir_graph.h 42 kSwitch
59 #define AN_SWITCH (1 << kSwitch)

Completed in 120 milliseconds