Searched refs:IsPathologicalCase (Results 1 – 5 of 5) sorted by relevance
37 bool Compiler::IsPathologicalCase(const dex::CodeItem& code_item, in IsPathologicalCase() function in art::Compiler
91 static bool IsPathologicalCase(const dex::CodeItem& code_item,
314 bool IsPathologicalCase();
232 if (IsPathologicalCase()) { in Run()1636 bool HInductionVarAnalysis::IsPathologicalCase() { in IsPathologicalCase() function in art::HInductionVarAnalysis
784 if (Compiler::IsPathologicalCase(*code_item, method_idx, dex_file)) { in TryCompile()