Searched refs:dvmIsDirectMethod (Results 1 – 2 of 2) sorted by relevance
/dalvik/vm/oo/ | ||
D | Object.h | 834 INLINE bool dvmIsDirectMethod(const Method* method) { in dvmIsDirectMethod() function |
/dalvik/vm/reflect/ | ||
D | Reflect.c | 472 if (dvmIsDirectMethod(meth)) { in methodToSlot() |