Searched refs:dvmIsSyntheticMethod (Results 1 – 2 of 2) sorted by relevance
697 INLINE bool dvmIsSyntheticMethod(const Method* method) { in dvmIsSyntheticMethod() function
735 if (!dvmIsSyntheticMethod(method)) { in findConstructorOrMethodInArray()