Searched refs:interfaceMethod (Results 1 – 3 of 3) sorted by relevance
6 #in interfaceMethod()21 invoke-interface {v1}, LInterface;->interfaceMethod()Ljava/lang/String;30 .method public interfaceMethod()Ljava/lang/String;33 const-string v0, "in interfaceMethod()"
4 .method public abstract interfaceMethod()Ljava/lang/String;
1610 mi = ClassInfo.interfaceMethod(mInfo, cl); in isConsistent()1753 public static MethodInfo interfaceMethod(MethodInfo candidate, ClassInfo newClassObj) { in interfaceMethod() method in ClassInfo1764 return ClassInfo.interfaceMethod(candidate, newClassObj.mSuperclass); in interfaceMethod()