Home
last modified time | relevance | path

Searched refs:AnalyseMethodCode (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/
Dinline_method_analyser.h103 static bool AnalyseMethodCode(ArtMethod* method, InlineMethod* result)
126 static bool AnalyseMethodCode(const CodeItemDataAccessor* code_item,
Dinline_method_analyser.cc432 bool InlineMethodAnalyser::AnalyseMethodCode(ArtMethod* method, InlineMethod* result) { in AnalyseMethodCode() function in art::InlineMethodAnalyser
438 return AnalyseMethodCode(&code_item, in AnalyseMethodCode()
445 bool InlineMethodAnalyser::AnalyseMethodCode(const CodeItemDataAccessor* code_item, in AnalyseMethodCode() function in art::InlineMethodAnalyser
/art/compiler/optimizing/
Dinliner.cc1601 if (!InlineMethodAnalyser::AnalyseMethodCode(resolved_method, &inline_method)) { in TryPatternSubstitution()