Searched refs:AnalyseConstMethod (Results 1 – 2 of 2) sorted by relevance
251 static bool AnalyseConstMethod(const DexFile::CodeItem* code_item, InlineMethod* result);
487 if (AnalyseConstMethod(code_item, result)) { in AnalyseMethodCode()561 bool InlineMethodAnalyser::AnalyseConstMethod(const DexFile::CodeItem* code_item, in AnalyseConstMethod() function in art::InlineMethodAnalyser