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 37 kThrow // Throw an exception.
265 block->control_ = BasicBlock::kThrow;
  /art/runtime/
dex_instruction.h 122 kThrow = 0x000008, // could cause an exception to be thrown
474 return (kInstructionFlags[Opcode()] & kThrow) != 0;

Completed in 94 milliseconds