Home
last modified time | relevance | path

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

/art/runtime/quick/
Dinline_method_analyser.cc134 bool InlineMethodAnalyser::IsSyntheticAccessor(MethodReference ref) { in IsSyntheticAccessor() function in art::InlineMethodAnalyser
234 if (!IsSyntheticAccessor(verifier->GetMethodReference())) { in AnalyseIGetMethod()
299 if (!IsSyntheticAccessor(verifier->GetMethodReference())) { in AnalyseIPutMethod()
Dinline_method_analyser.h179 static bool IsSyntheticAccessor(MethodReference ref);
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc922 if (!InlineMethodAnalyser::IsSyntheticAccessor( in GenInlineIGet()
981 if (!InlineMethodAnalyser::IsSyntheticAccessor( in GenInlineIPut()