Searched refs:IsThrow (Results 1 – 4 of 4) sorted by relevance
142 return instruction.IsThrow() && instruction.Opcode() != Instruction::MONITOR_EXIT; in IsThrowingDexInstruction()
579 bool IsThrow() const { in IsThrow() function
2738 DCHECK(!GetBlocks()[1]->GetLastInstruction()->IsThrow()); in InlineInto()2829 if (last->IsThrow()) { in InlineInto()
1774 if (predecessor->GetLastInstruction()->IsThrow()) { in CanInlineBody()