Searched refs:MethodCallable (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DMethodCallable.java34 public class MethodCallable implements Callable { class in inherits:Callable
43 public MethodCallable(Object target, Method method, boolean wrapArgs) { method in class:MethodCallable
49 public MethodCallable(Object target, Method method) { method in class:MethodCallable
H A DMapScriptObject.java115 map.put(method.getName(), new MethodCallable(target, method, wrapArgs));
H A DJSJavaHeap.java56 return new MethodCallable(this, forEachObjectMethod);
58 return new MethodCallable(this, forEachClassMethod);

Completed in 41 milliseconds