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;
1599 mi = ClassInfo.interfaceMethod(mInfo, cl); in isConsistent()1742 public static MethodInfo interfaceMethod(MethodInfo candidate, ClassInfo newClassObj) { in interfaceMethod() method in ClassInfo1753 return ClassInfo.interfaceMethod(candidate, newClassObj.mSuperclass); in interfaceMethod()