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

  /external/chromium_org/v8/src/compiler/
schedule.h 37 kThrow // Throw an exception.
265 block->control_ = BasicBlock::kThrow;
  /art/runtime/
dex_instruction.h 124 kThrow = 0x000008, // could cause an exception to be thrown
476 return (kInstructionFlags[Opcode()] & kThrow) != 0;

Completed in 64 milliseconds