Home
last modified time | relevance | path

Searched refs:dvmIsPrivateMethod (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/oo/
DObject.h684 INLINE bool dvmIsPrivateMethod(const Method* method) { in dvmIsPrivateMethod() function
713 return dvmIsPrivateMethod(method) || in dvmIsDirectMethod()
DObject.c632 if (dvmIsPrivateMethod(meth)) // no vtable entry for these in dvmGetVirtualizedMethod()