Home | History | Annotate | Download | only in oo

Lines Matching refs:methodType

177     MethodType methodType)
184 assert(methodType != METHOD_INTERFACE);
213 if (methodType == METHOD_DIRECT) {
215 } else if (methodType == METHOD_STATIC) {
239 if (methodType == METHOD_STATIC) {
265 if (methodType == METHOD_STATIC && !dvmIsClassInitialized(resMethod->clazz))
559 * For debugging: return a string representing the methodType.
561 const char* dvmMethodTypeStr(MethodType methodType)
563 switch (methodType) {