Home
last modified time | relevance | path

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

/art/runtime/quick/
Dinline_method_analyser.cc138 bool InlineMethodAnalyser::IsSyntheticAccessor(MethodReference ref) { in IsSyntheticAccessor() function in art::InlineMethodAnalyser
235 if (!IsSyntheticAccessor(verifier->GetMethodReference())) { in AnalyseIGetMethod()
300 if (!IsSyntheticAccessor(verifier->GetMethodReference())) { in AnalyseIPutMethod()
Dinline_method_analyser.h172 static bool IsSyntheticAccessor(MethodReference ref);
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc795 if (!InlineMethodAnalyser::IsSyntheticAccessor( in GenInlineIGet()
857 if (!InlineMethodAnalyser::IsSyntheticAccessor( in GenInlineIPut()