Home
last modified time | relevance | path

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

/art/compiler/dex/
Dinline_method_analyser.h84 struct InlineMethod { struct
104 InlineMethod* result) argument
111 static bool AnalyseReturnMethod(const CodeItemDataAccessor* code_item, InlineMethod* result);
112 static bool AnalyseConstMethod(const CodeItemDataAccessor* code_item, InlineMethod* result);
115 InlineMethod* result)
119 InlineMethod* result)
Dinline_method_analyser.cc370 InlineMethod* result) in AnalyseConstructor()
428 InlineMethod* result) { in AnalyseMethodCode()
495 InlineMethod* result) { in AnalyseReturnMethod()
517 InlineMethod* result) { in AnalyseConstMethod()
549 InlineMethod* result) { in AnalyseIGetMethod()
611 InlineMethod* result) { in AnalyseIPutMethod()
/art/compiler/optimizing/
Dinliner.cc1692 InlineMethod inline_method; in TryPatternSubstitution()