Searched defs:callMethod (Results 1 – 2 of 2) sorted by relevance
44 T callMethod(U targetObject); in callMethod() method58 void callMethod(U targetObject); in callMethod() method73 T callMethod(U targetObject) throws E; in callMethod() method87 void callMethod(U targetObject) throws E; in callMethod() method324 T callMethod(); in callMethod() method
115 MethodProfile callMethod = classProfile.getOrCreateMethod(name, params); in handleMethodCall() local