Home
last modified time | relevance | path

Searched defs:ConstantCallSite (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/invoke/
DConstantCallSite.java34 public class ConstantCallSite extends CallSite { class
42 public ConstantCallSite(MethodHandle target) { in ConstantCallSite() method in ConstantCallSite
80 …protected ConstantCallSite(MethodType targetType, MethodHandle createTargetHook) throws Throwable { in ConstantCallSite() method in ConstantCallSite