Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dbytecode_utils.h142 return instruction.IsThrow() && instruction.Opcode() != Instruction::MONITOR_EXIT; in IsThrowingDexInstruction()
Ddex_instruction.h572 bool IsThrow() const { in IsThrow() function
/art/compiler/optimizing/
Dnodes.cc2463 DCHECK(!GetBlocks()[1]->GetLastInstruction()->IsThrow()); in InlineInto()
2554 if (last->IsThrow()) { in InlineInto()
Dinliner.cc1913 if (predecessor->GetLastInstruction()->IsThrow()) { in TryBuildAndInlineHelper()
/art/runtime/verifier/
Dmethod_verifier.cc1045 } else if (inst->IsSwitch() || inst->IsThrow()) { in VerifyInstructions()