Home
last modified time | relevance | path

Searched refs:IsThrow (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dbytecode_utils.h175 return instruction.IsThrow() && instruction.Opcode() != Instruction::MONITOR_EXIT; in IsThrowingDexInstruction()
Ddex_instruction.h546 bool IsThrow() const { in IsThrow() function
/art/compiler/optimizing/
Dcode_sinking.cc33 if (exit_predecessor->GetLastInstruction()->IsThrow()) { in Run()
Dgraph_checker.cc33 return instruction->IsThrow() || instruction->IsReturn() || instruction->IsReturnVoid(); in IsAllowedToJumpToExitBlock()
Dnodes.cc2071 DCHECK(!GetBlocks()[1]->GetLastInstruction()->IsThrow()); in InlineInto()
2162 if (last->IsThrow()) { in InlineInto()
Dinliner.cc1733 if (predecessor->GetLastInstruction()->IsThrow()) { in TryBuildAndInlineHelper()
/art/runtime/verifier/
Dmethod_verifier.cc1131 } else if (inst->IsSwitch() || inst->IsThrow()) { in VerifyInstructions()