Lines Matching refs:ConstantCallSite
29 * A {@code ConstantCallSite} is a {@link CallSite} whose target is permanent, and can never be changed.
30 * An {@code invokedynamic} instruction linked to a {@code ConstantCallSite} is permanently
34 public class ConstantCallSite extends CallSite {
42 public ConstantCallSite(MethodHandle target) {
55 * since the target must be fixed before the {@code ConstantCallSite} constructor returns.
65 * While the hook is being called, the new {@code ConstantCallSite}
80 protected ConstantCallSite(MethodType targetType, MethodHandle createTargetHook) throws Throwable {
87 * like a {@code final} field of the {@code ConstantCallSite}.
92 * @throws IllegalStateException if the {@code ConstantCallSite} constructor has not completed
114 * @throws IllegalStateException if the {@code ConstantCallSite} constructor has not completed