Searched refs:dvmIsPublicMethod (Results 1 – 3 of 3) sorted by relevance
597 if ((!publicOnly || dvmIsPublicMethod(meth)) && in dvmGetDeclaredConstructors()618 if ((!publicOnly || dvmIsPublicMethod(meth)) && in dvmGetDeclaredConstructors()756 if ((!publicOnly || dvmIsPublicMethod(meth)) && in dvmGetDeclaredMethods()764 if ((!publicOnly || dvmIsPublicMethod(meth)) && in dvmGetDeclaredMethods()786 if ((!publicOnly || dvmIsPublicMethod(meth)) && in dvmGetDeclaredMethods()799 if ((!publicOnly || dvmIsPublicMethod(meth)) && in dvmGetDeclaredMethods()
681 INLINE bool dvmIsPublicMethod(const Method* method) { in dvmIsPublicMethod() function
3182 if (!dvmIsPublicMethod(clazz->vtable[j])) { in createIftable()