Searched refs:getMethodSignature (Results 1 – 7 of 7) sorted by relevance
76 invokedMethodSignatures.add(getMethodSignature(method)); in invoke()92 methodSignatures.add(getMethodSignature(m)); in determineMethodSignatures()98 private static String getMethodSignature(Method m) { in getMethodSignature() method in SubstitutableLoggerTest
114 …String methodSig = debuggeeWrapper.vmMirror.getMethodSignature(frameIDs[i].location.classID, frame… in testThisObjectTest001()
242 Type.getMethodSignature(Type.INT, in byte_code()
159 public static String getMethodSignature( final Type return_type, final Type[] arg_types ) { in getMethodSignature() method in Type
881 return Type.getMethodSignature(super.getType(), arg_types); in getSignature()1101 String signature = Type.getMethodSignature(super.getType(), arg_types); in toString()
89 final String signature = Type.getMethodSignature(ret_type, arg_types); in createInvoke()
2220 public final String getMethodSignature(long classID, long methodID) { in getMethodSignature() method in VmMirror