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()
Dgraph_visualizer.cc471 << invoke->AlwaysThrows() in VisitInvoke()
Dinliner.cc434 static bool AlwaysThrows(const CompilerOptions& compiler_options, ArtMethod* method) in AlwaysThrows() function
541 } else if (!cha_devirtualize && AlwaysThrows(codegen_->GetCompilerOptions(), actual_method)) { in TryInline()
Dgraph_checker.cc47 return instruction->AlwaysThrows(); in IsAllowedToJumpToExitBlock()
Dnodes.h2133 virtual bool AlwaysThrows() const { return false; } in AlwaysThrows() function
4351 bool AlwaysThrows() const override { return GetPackedFlag<kFlagAlwaysThrows>(); } in AlwaysThrows() function
7137 bool AlwaysThrows() const override { return true; } in AlwaysThrows() function
Dcode_generator_arm64.cc3220 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()
Dcode_generator_x86_64.cc1590 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()
Dcode_generator_x86.cc1443 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()
Dcode_generator_arm_vixl.cc2547 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()