HomeSort by relevance Sort by last modified time
    Searched refs:dvmIsPublicMethod (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/reflect/
Reflect.cpp 472 if ((!publicOnly || dvmIsPublicMethod(meth)) &&
493 if ((!publicOnly || dvmIsPublicMethod(meth)) &&
625 if ((!publicOnly || dvmIsPublicMethod(meth)) &&
633 if ((!publicOnly || dvmIsPublicMethod(meth)) && meth->name[0] != '<') {
652 if ((!publicOnly || dvmIsPublicMethod(meth)) &&
665 if ((!publicOnly || dvmIsPublicMethod(meth)) &&
    [all...]
  /dalvik/vm/oo/
Object.h 673 INLINE bool dvmIsPublicMethod(const Method* method) {
Class.cpp     [all...]

Completed in 243 milliseconds