Home
last modified time | relevance | path

Searched refs:IsPathologicalCase (Results 1 – 5 of 5) sorted by relevance

/art/compiler/
Dcompiler.cc37 bool Compiler::IsPathologicalCase(const dex::CodeItem& code_item, in IsPathologicalCase() function in art::Compiler
Dcompiler.h91 static bool IsPathologicalCase(const dex::CodeItem& code_item,
/art/compiler/optimizing/
Dinduction_var_analysis.h314 bool IsPathologicalCase();
Dinduction_var_analysis.cc232 if (IsPathologicalCase()) { in Run()
1636 bool HInductionVarAnalysis::IsPathologicalCase() { in IsPathologicalCase() function in art::HInductionVarAnalysis
Doptimizing_compiler.cc784 if (Compiler::IsPathologicalCase(*code_item, method_idx, dex_file)) { in TryCompile()