Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Ddead_code_elimination.cc246 if (first->AlwaysThrows() && in SimplifyAlwaysThrows()
Dgraph_visualizer.cc468 << invoke->AlwaysThrows() in VisitInvoke()
Dinliner.cc434 static bool AlwaysThrows(const CompilerOptions& compiler_options, ArtMethod* method) in AlwaysThrows() function
526 } else if (!cha_devirtualize && AlwaysThrows(codegen_->GetCompilerOptions(), actual_method)) { in TryInline()
Dgraph_checker.cc47 return instruction->AlwaysThrows(); in IsAllowedToJumpToExitBlock()
Dnodes.h2118 virtual bool AlwaysThrows() const { return false; } in AlwaysThrows() function
4335 bool AlwaysThrows() const override { return GetPackedFlag<kFlagAlwaysThrows>(); } in AlwaysThrows() function
7061 bool AlwaysThrows() const override { return true; } in AlwaysThrows() function
Dcode_generator_arm64.cc3096 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()
Dcode_generator_mips64.cc3690 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()
Dcode_generator_x86_64.cc1535 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()
Dcode_generator_x86.cc1376 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()
Dcode_generator_arm_vixl.cc2408 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()
Dcode_generator_mips.cc4363 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()