Home
last modified time | relevance | path

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

/art/compiler/dex/
Dinline_method_analyser.h121 static bool IsSyntheticAccessor(MethodReference ref);
Dinline_method_analyser.cc509 bool InlineMethodAnalyser::IsSyntheticAccessor(MethodReference ref) { in IsSyntheticAccessor() function in art::InlineMethodAnalyser
609 if (!IsSyntheticAccessor(method_ref)) { in AnalyseIGetMethod()
675 if (!IsSyntheticAccessor(method_ref)) { in AnalyseIPutMethod()