Home
last modified time | relevance | path

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

/dalvik/vm/oo/
DObject.h834 INLINE bool dvmIsDirectMethod(const Method* method) { in dvmIsDirectMethod() function
/dalvik/vm/reflect/
DReflect.c472 if (dvmIsDirectMethod(meth)) { in methodToSlot()