Home
last modified time | relevance | path

Searched refs:AlwaysThrows (Results 1 – 10 of 10) sorted by relevance

/art/compiler/optimizing/
Ddead_code_elimination.cc271 if (it.Current()->IsInvoke() && it.Current()->AsInvoke()->AlwaysThrows()) { in SimplifyAlwaysThrows()
963 } else if (instruction->IsInvoke() && instruction->AsInvoke()->AlwaysThrows()) { in UpdateGraphFlags()
Dinliner.cc417 static bool AlwaysThrows(ArtMethod* method) in AlwaysThrows() function
530 if (invoke_instruction->AlwaysThrows() || AlwaysThrows(actual_method)) { in TryInline()
Dgraph_checker.cc51 return instruction->AlwaysThrows(); in IsAllowedToJumpToExitBlock()
742 if (invoke->AlwaysThrows()) { in VisitInvoke()
Dgraph_visualizer.cc515 << invoke->AlwaysThrows() in VisitInvoke()
Dnodes.h2359 virtual bool AlwaysThrows() const { return false; } in AlwaysThrows() function
4784 bool AlwaysThrows() const override final { return GetPackedFlag<kFlagAlwaysThrows>(); }
7698 bool AlwaysThrows() const override { return true; }
Dcode_generator_arm64.cc3759 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()
Dcode_generator_riscv64.cc2010 DCHECK(instruction->GetPrevious()->AlwaysThrows()); in HandleGoto()
Dcode_generator_x86_64.cc2098 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()
Dcode_generator_x86.cc1904 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()
Dcode_generator_arm_vixl.cc2831 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()