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

  /external/v8/src/compiler/
schedule.h 42 kThrow // Throw an exception.
  /art/runtime/
dex_instruction.h 134 kThrow = 0x0000008, // could cause an exception to be thrown
507 return (kInstructionFlags[Opcode()] & kThrow) != 0;

Completed in 428 milliseconds