Searched refs:IsThrow (Results 1 – 7 of 7) sorted by relevance
175 return instruction.IsThrow() && instruction.Opcode() != Instruction::MONITOR_EXIT; in IsThrowingDexInstruction()
561 bool IsThrow() const { in IsThrow() function
33 if (exit_predecessor->GetLastInstruction()->IsThrow()) { in Run()
33 return instruction->IsThrow() || instruction->IsReturn() || instruction->IsReturnVoid(); in IsAllowedToJumpToExitBlock()
2170 DCHECK(!GetBlocks()[1]->GetLastInstruction()->IsThrow()); in InlineInto()2261 if (last->IsThrow()) { in InlineInto()
1749 if (predecessor->GetLastInstruction()->IsThrow()) { in TryBuildAndInlineHelper()
1132 } else if (inst->IsSwitch() || inst->IsThrow()) { in VerifyInstructions()