Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Ddead_code_elimination.cc246 if (first->AlwaysThrows() && in SimplifyAlwaysThrows()
Dinliner.cc402 static bool AlwaysThrows(const CompilerOptions& compiler_options, ArtMethod* method) in AlwaysThrows() function
485 if (AlwaysThrows(codegen_->GetCompilerOptions(), actual_method)) { in TryInline()
Dgraph_visualizer.cc502 << invoke->AlwaysThrows() in VisitInvoke()
Dgraph_checker.cc48 return instruction->AlwaysThrows(); in IsAllowedToJumpToExitBlock()
Dnodes.h2300 virtual bool AlwaysThrows() const { return false; } in AlwaysThrows() function
4657 bool AlwaysThrows() const override { return GetPackedFlag<kFlagAlwaysThrows>(); }
7589 bool AlwaysThrows() const override { return true; }
Dcode_generator_arm64.cc3488 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()
Dcode_generator_x86_64.cc1713 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()
Dcode_generator_x86.cc1637 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()
Dcode_generator_arm_vixl.cc2630 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()