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

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

Completed in 6 milliseconds