Searched defs:methodType (Results 1 – 6 of 6) sorted by relevance
107 …int methodType = classDef.getMethodType(String.format("%s(%s)%s", methodName, methodParams, method… in parseAndResolveInlineMethod() local
282 public final int methodType; field in DeodexUtil.InlineMethod290 InlineMethod(int methodType, String classType, String methodName, String parameters, in InlineMethod()
335 String methodType = methodrefConstant.getType(clazz); in visitMethodrefConstant() local
358 TypeId<Method> methodType = TypeId.get(Method.class); in generateCodeForAllMethods() local
660 tok::TokenKind methodType = Tok.getKind(); in ParseObjCMethodPrototype() local
147 TypeId<Method> methodType = TypeId.get(Method.class); in testCreateLocalMethodAsNull() local