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.cc433 static bool AlwaysThrows(const CompilerOptions& compiler_options, ArtMethod* method) in AlwaysThrows() function
548 } else if (!cha_devirtualize && AlwaysThrows(codegen_->GetCompilerOptions(), actual_method)) { in TryInline()
Dgraph_checker.cc48 return instruction->AlwaysThrows(); in IsAllowedToJumpToExitBlock()
Dnodes.h2189 virtual bool AlwaysThrows() const { return false; } in AlwaysThrows() function
4405 bool AlwaysThrows() const override { return GetPackedFlag<kFlagAlwaysThrows>(); } in AlwaysThrows() function
7221 bool AlwaysThrows() const override { return true; } in AlwaysThrows() function
Dcode_generator_arm64.cc3407 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()
Dcode_generator_x86_64.cc1640 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()
Dcode_generator_x86.cc1471 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()
Dcode_generator_arm_vixl.cc2601 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()