jdk.nashorn.internal.runtime.linker.PrimitiveLookup的实例源码

项目:Openjsharp    文件NativeString.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  the link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,final Object receiver) {
    final MethodHandle guard = NashornGuards.getInstanceOf2Guard(String.class,Consstring.class);
    return PrimitiveLookup.lookupPrimitive(request,guard,new NativeString((CharSequence)receiver),WRAPFILTER,PROTOFILTER);
}
项目:Openjsharp    文件NativeNumber.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 * @param request  The link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,final Object receiver) {
    return PrimitiveLookup.lookupPrimitive(request,Number.class,new NativeNumber(((Number)receiver).doubleValue()),PROTOFILTER);
}
项目:Openjsharp    文件NativeBoolean.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,Boolean.class,new NativeBoolean((Boolean)receiver),PROTOFILTER);
}
项目:openjdk-jdk10    文件NativeString.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  the link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,NashornGuards.getStringGuard(),PROTOFILTER);
}
项目:openjdk-jdk10    文件NativeSymbol.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,Symbol.class,new NativeSymbol((Symbol)receiver),PROTOFILTER);
}
项目:openjdk-jdk10    文件NativeNumber.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 * @param request  The link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,NashornGuards.getNumberGuard(),PROTOFILTER);
}
项目:openjdk-jdk10    文件NativeBoolean.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:openjdk9    文件NativeString.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  the link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:openjdk9    文件NativeSymbol.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:openjdk9    文件NativeNumber.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 * @param request  The link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:openjdk9    文件NativeBoolean.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:kaziranga    文件NativeString.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  the link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:kaziranga    文件NativeNumber.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 * @param request  The link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:kaziranga    文件NativeBoolean.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:lookaside_java-1.8.0-openjdk    文件NativeString.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  the link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:lookaside_java-1.8.0-openjdk    文件NativeNumber.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 * @param request  The link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:lookaside_java-1.8.0-openjdk    文件NativeBoolean.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:jdk8u_nashorn    文件NativeString.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  the link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:jdk8u_nashorn    文件NativeNumber.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 * @param request  The link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:jdk8u_nashorn    文件NativeBoolean.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:infobip-open-jdk-8    文件NativeString.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  the link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:infobip-open-jdk-8    文件NativeNumber.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 * @param request  The link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:infobip-open-jdk-8    文件NativeBoolean.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,PROTOFILTER);
}
项目:OLD-OpenJDK8    文件NativeString.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  the link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,WRAPFILTER);
}
项目:OLD-OpenJDK8    文件NativeNumber.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 * @param request  The link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,WRAPFILTER);
}
项目:OLD-OpenJDK8    文件NativeBoolean.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,WRAPFILTER);
}
项目:nashorn-backport    文件NativeString.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  the link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,WRAPFILTER);
}
项目:nashorn-backport    文件NativeNumber.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 * @param request  The link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,WRAPFILTER);
}
项目:nashorn-backport    文件NativeBoolean.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,WRAPFILTER);
}
项目:nashorn    文件NativeString.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  the link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,WRAPFILTER);
}
项目:nashorn    文件NativeNumber.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 * @param request  The link request
 * @param receiver receiver of call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,WRAPFILTER);
}
项目:nashorn    文件NativeBoolean.java   
/**
 * Lookup the appropriate method for an invoke dynamic call.
 *
 * @param request  The link request
 * @param receiver The receiver for the call
 * @return Link to be invoked at call site.
 */
public static GuardedInvocation lookupPrimitive(final LinkRequest request,WRAPFILTER);
}

相关文章

买水果
比较全面的redis工具类
gson 反序列化到多态子类
java 版本的 mb_strwidth
JAVA 反转字符串的最快方法,大概比StringBuffer.reverse()性...
com.google.gson.internal.bind.ArrayTypeAdapter的实例源码...