Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dbytecode_utils.h142 return instruction.IsThrow() && instruction.Opcode() != Instruction::MONITOR_EXIT; in IsThrowingDexInstruction()
Ddex_instruction.h579 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.cc1875 if (predecessor->GetLastInstruction()->IsThrow()) { in CanInlineBody()