Searched refs:linker (Results 151 - 164 of 164) sorted by relevance

1234567

/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCompiledFunction.java46 import jdk.dynalink.linker.GuardedInvocation;
55 import jdk.nashorn.internal.runtime.linker.Bootstrap;
714 // optimistic, but it isn't necessary as the linker upstream will eventually convert the return type.
H A DJSType.java48 import jdk.nashorn.internal.runtime.linker.Bootstrap;
1342 * Java array to java array conversion - but using type conversions implemented by linker.
H A DRecompilableScriptFunctionData.java71 import jdk.nashorn.internal.runtime.linker.NameCodec;
H A DScriptFunctionData.java41 import jdk.nashorn.internal.runtime.linker.LinkerCallSite;
H A DContext.java105 import jdk.nashorn.internal.runtime.linker.Bootstrap;
488 /** Dynamic linker for linking call sites in script code loaded by this context */
1307 * Gets the Nashorn dynamic linker for the specified class. If the class is
1308 * a script class, the dynamic linker associated with its context is
1309 * returned. Otherwise the dynamic linker associated with the current
1311 * @param clazz the class for which we want to retrieve a dynamic linker.
1312 * @return the Nashorn dynamic linker for the specified class.
1319 * Gets the Nashorn dynamic linker associated with the current context.
1320 * @return the Nashorn dynamic linker for the current context.
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DGlobal.java51 import jdk.dynalink.linker.GuardedInvocation;
52 import jdk.dynalink.linker.LinkRequest;
79 import jdk.nashorn.internal.runtime.linker.Bootstrap;
80 import jdk.nashorn.internal.runtime.linker.InvokeByName;
81 import jdk.nashorn.internal.runtime.linker.NashornCallSiteDescriptor;
H A DNativeRegExp.java50 import jdk.nashorn.internal.runtime.linker.Bootstrap;
/openjdk9/nashorn/test/src/jdk/nashorn/internal/runtime/linker/test/
H A DJavaAdapterTest.java25 package jdk.nashorn.internal.runtime.linker.test;
294 e.eval("function convertParamFromEngineScope(){ return Java.type('jdk.nashorn.internal.runtime.linker.test.JavaAdapterTest').m(f);}", e.getBindings(ScriptContext.ENGINE_SCOPE));
295 e.eval("function convertParamFromGlobalScope(){ return Java.type('jdk.nashorn.internal.runtime.linker.test.JavaAdapterTest').m(f);}", e.getBindings(ScriptContext.GLOBAL_SCOPE));
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/scripting/
H A DNashornScriptEngine.java61 import jdk.nashorn.internal.runtime.linker.JavaAdapterFactory;
H A DScriptObjectMirror.java56 import jdk.nashorn.internal.runtime.linker.NashornCallSiteDescriptor;
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DCodeGenerator.java50 import static jdk.nashorn.internal.runtime.linker.NashornCallSiteDescriptor.CALLSITE_APPLY_TO_CALL;
51 import static jdk.nashorn.internal.runtime.linker.NashornCallSiteDescriptor.CALLSITE_DECLARE;
52 import static jdk.nashorn.internal.runtime.linker.NashornCallSiteDescriptor.CALLSITE_FAST_SCOPE;
53 import static jdk.nashorn.internal.runtime.linker.NashornCallSiteDescriptor.CALLSITE_OPTIMISTIC;
54 import static jdk.nashorn.internal.runtime.linker.NashornCallSiteDescriptor.CALLSITE_PROGRAM_POINT_SHIFT;
55 import static jdk.nashorn.internal.runtime.linker.NashornCallSiteDescriptor.CALLSITE_SCOPE;
153 import jdk.nashorn.internal.runtime.linker.LinkerCallSite;
H A DCompiler.java69 import jdk.nashorn.internal.runtime.linker.NameCodec;
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DParser.java151 import jdk.nashorn.internal.runtime.linker.NameCodec;
/openjdk9/common/autoconf/
H A Dgenerated-configure.sh2284 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2286 LIBS libraries to pass to the linker, e.g. -l<library>
2313 linker flags for FREETYPE, overriding pkg-config
2315 ALSA_LIBS linker flags for ALSA, overriding pkg-config
2318 LIBFFI_LIBS linker flags for LIBFFI, overriding pkg-config
2320 PNG_LIBS linker flags for PNG, overriding pkg-config
2322 LCMS_LIBS linker flags for LCMS, overriding pkg-config
2324 ELF_LIBS linker flags for ELF, overriding pkg-config
4118 # Check that the linker support an argument
4983 # toolchain, i.e. the compiler, linker an
[all...]

Completed in 225 milliseconds

1234567