Searched defs:kThrow (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_instruction.h124 kThrow = 0x000008, // could cause an exception to be thrown enumerator in enum:art::Instruction::Flags
476 return (kInstructionFlags[Opcode()] & kThrow) != 0;

Completed in 81 milliseconds