Searched refs:InlineMethod (Results 1 – 3 of 3) sorted by relevance
85 struct InlineMethod { struct103 static bool AnalyseMethodCode(ArtMethod* method, InlineMethod* result) argument130 InlineMethod* result)132 static bool AnalyseReturnMethod(const CodeItemDataAccessor* code_item, InlineMethod* result);133 static bool AnalyseConstMethod(const CodeItemDataAccessor* code_item, InlineMethod* result);138 InlineMethod* result)144 InlineMethod* result)
371 InlineMethod* result) in AnalyseConstructor()432 bool InlineMethodAnalyser::AnalyseMethodCode(ArtMethod* method, InlineMethod* result) { in AnalyseMethodCode()449 InlineMethod* result) { in AnalyseMethodCode()523 InlineMethod* result) { in AnalyseReturnMethod()545 InlineMethod* result) { in AnalyseConstMethod()579 InlineMethod* result) { in AnalyseIGetMethod()643 InlineMethod* result) { in AnalyseIPutMethod()
1524 InlineMethod inline_method; in TryPatternSubstitution()