Searched refs:IsPathologicalCase (Results 1 – 3 of 3) sorted by relevance
39 bool Compiler::IsPathologicalCase(const DexFile::CodeItem& code_item, in IsPathologicalCase() function in art::Compiler
94 static bool IsPathologicalCase(const DexFile::CodeItem& code_item,
642 if (Compiler::IsPathologicalCase(*code_item, method_idx, dex_file)) { in TryCompile()