Home | History | Annotate | Download | only in out

Lines Matching refs:dvmResolveMethod

3300             baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL);
3387 * The first arg to dvmResolveMethod() is just the referring class
3393 baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL);
3512 methodToCall = dvmResolveMethod(curMethod->clazz, ref,
3539 methodToCall = dvmResolveMethod(curMethod->clazz, ref, METHOD_STATIC);