Home
last modified time | relevance | path

Searched refs:IsSyntheticAccessor (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dinline_method_analyser.h123 static bool IsSyntheticAccessor(MethodReference ref);
Dinline_method_analyser.cc513 bool InlineMethodAnalyser::IsSyntheticAccessor(MethodReference ref) { in IsSyntheticAccessor() function in art::InlineMethodAnalyser
613 if (!IsSyntheticAccessor(method_ref)) { in AnalyseIGetMethod()
679 if (!IsSyntheticAccessor(method_ref)) { in AnalyseIPutMethod()