Home
last modified time | relevance | path

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

/dalvik/vm/oo/
DObject.h707 INLINE bool dvmIsDirectMethod(const Method* method) { in dvmIsDirectMethod() function
DObject.cpp678 if (dvmIsDirectMethod(meth)) { in dvmGetVirtualizedMethod()
/dalvik/vm/reflect/
DReflect.cpp352 if (dvmIsDirectMethod(meth)) { in methodToSlot()
/dalvik/vm/
DDebugger.cpp2783 dvmIsDirectMethod(pReq->method)) in dvmDbgExecuteMethod()
/dalvik/vm/analysis/
DCodeVerify.cpp1070 return dvmIsDirectMethod(resMethod); in isCorrectInvokeKind()
1075 return !dvmIsDirectMethod(resMethod); in isCorrectInvokeKind()