Home | History | Annotate | Download | only in oo

Lines Matching refs:MethodType

177     MethodType methodType)
184 assert(methodType != METHOD_INTERFACE);
214 if (methodType == METHOD_DIRECT) {
216 } else if (methodType == METHOD_STATIC) {
240 if (methodType == METHOD_STATIC) {
266 if (methodType == METHOD_STATIC && !dvmIsClassInitialized(resMethod->clazz))
575 * For debugging: return a string representing the methodType.
577 const char* dvmMethodTypeStr(MethodType methodType)
579 switch (methodType) {