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

  /dalvik/vm/oo/
Object.h 684 INLINE bool dvmIsPrivateMethod(const Method* method) {
713 return dvmIsPrivateMethod(method) ||
Object.c 632 if (dvmIsPrivateMethod(meth)) // no vtable entry for these

Completed in 36 milliseconds