Home
last modified time | relevance | path

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

/aosp12/art/compiler/dex/
H A Dinline_method_analyser.h123 static bool IsSyntheticAccessor(MethodReference ref);
H A 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()