Searched refs:IsThrow (Results 1 – 3 of 3) sorted by relevance
142 return instruction.IsThrow() && instruction.Opcode() != Instruction::MONITOR_EXIT; in IsThrowingDexInstruction()
572 bool IsThrow() const { in IsThrow() function
1913 if (predecessor->GetLastInstruction()->IsThrow()) { in TryBuildAndInlineHelper()