Home
last modified time | relevance | path

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

/art/compiler/dex/
Dinline_method_analyser.h85 struct InlineMethod { struct
103 static bool AnalyseMethodCode(ArtMethod* method, InlineMethod* result) argument
130 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)
Dinline_method_analyser.cc371 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()
/art/compiler/optimizing/
Dinliner.cc1600 InlineMethod inline_method; in TryPatternSubstitution()