Searched refs:AlwaysThrows (Results 1 – 10 of 10) sorted by relevance
271 if (it.Current()->IsInvoke() && it.Current()->AsInvoke()->AlwaysThrows()) { in SimplifyAlwaysThrows()963 } else if (instruction->IsInvoke() && instruction->AsInvoke()->AlwaysThrows()) { in UpdateGraphFlags()
417 static bool AlwaysThrows(ArtMethod* method) in AlwaysThrows() function530 if (invoke_instruction->AlwaysThrows() || AlwaysThrows(actual_method)) { in TryInline()
51 return instruction->AlwaysThrows(); in IsAllowedToJumpToExitBlock()742 if (invoke->AlwaysThrows()) { in VisitInvoke()
515 << invoke->AlwaysThrows() in VisitInvoke()
2359 virtual bool AlwaysThrows() const { return false; } in AlwaysThrows() function4784 bool AlwaysThrows() const override final { return GetPackedFlag<kFlagAlwaysThrows>(); }7698 bool AlwaysThrows() const override { return true; }
3759 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()
2010 DCHECK(instruction->GetPrevious()->AlwaysThrows()); in HandleGoto()
2098 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()
1904 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()
2831 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()