Home
last modified time | relevance | path

Searched refs:changeParameterType (Results 201 – 225 of 322) sorted by relevance

12345678910>>...13

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DRecompilableScriptFunctionData.java855 …MethodType toType = needsCallee(fromType) ? callSiteType.changeParameterType(0, ScriptFunction.cla… in addCode()
869 toType = toType.changeParameterType(i, fromParam); in addCode()
H A DScriptFunction.java1052 appliedType = appliedType.changeParameterType(1, Object.class); in createApplyOrCallCall()
1075 appliedType = appliedType.changeParameterType(2, Object[].class); in createApplyOrCallCall()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DRecompilableScriptFunctionData.java855 …MethodType toType = needsCallee(fromType) ? callSiteType.changeParameterType(0, ScriptFunction.cla… in addCode()
869 toType = toType.changeParameterType(i, fromParam); in addCode()
H A DScriptFunction.java1052 appliedType = appliedType.changeParameterType(1, Object.class); in createApplyOrCallCall()
1075 appliedType = appliedType.changeParameterType(2, Object[].class); in createApplyOrCallCall()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DRecompilableScriptFunctionData.java855 …MethodType toType = needsCallee(fromType) ? callSiteType.changeParameterType(0, ScriptFunction.cla… in addCode()
869 toType = toType.changeParameterType(i, fromParam); in addCode()
H A DScriptFunction.java1052 appliedType = appliedType.changeParameterType(1, Object.class); in createApplyOrCallCall()
1075 appliedType = appliedType.changeParameterType(2, Object[].class); in createApplyOrCallCall()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DRecompilableScriptFunctionData.java859 …MethodType toType = needsCallee(fromType) ? callSiteType.changeParameterType(0, ScriptFunction.cla… in addCode()
873 toType = toType.changeParameterType(i, fromParam); in addCode()
H A DScriptFunction.java1052 appliedType = appliedType.changeParameterType(1, Object.class); in createApplyOrCallCall()
1075 appliedType = appliedType.changeParameterType(2, Object[].class); in createApplyOrCallCall()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DScriptFunction.java996 appliedType = appliedType.changeParameterType(1, Object.class); in createApplyOrCallCall()
1019 appliedType = appliedType.changeParameterType(2, Object[].class); in createApplyOrCallCall()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DScriptFunction.java996 appliedType = appliedType.changeParameterType(1, Object.class); in createApplyOrCallCall()
1019 appliedType = appliedType.changeParameterType(2, Object[].class); in createApplyOrCallCall()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DScriptFunction.java1052 appliedType = appliedType.changeParameterType(1, Object.class); in createApplyOrCallCall()
1075 appliedType = appliedType.changeParameterType(2, Object[].class); in createApplyOrCallCall()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DLinkerCallSite.java131 …return MH.asType(missCounterWithDesc, missCounterWithDesc.type().changeParameterType(0, type).chan… in getIncreaseMissCounter()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DLinkerCallSite.java131 …return MH.asType(missCounterWithDesc, missCounterWithDesc.type().changeParameterType(0, type).chan… in getIncreaseMissCounter()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DLinkerCallSite.java131 …return MH.asType(missCounterWithDesc, missCounterWithDesc.type().changeParameterType(0, type).chan… in getIncreaseMissCounter()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DLinkerCallSite.java131 …return MH.asType(missCounterWithDesc, missCounterWithDesc.type().changeParameterType(0, type).chan… in getIncreaseMissCounter()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DLinkerCallSite.java131 …return MH.asType(missCounterWithDesc, missCounterWithDesc.type().changeParameterType(0, type).chan… in getIncreaseMissCounter()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/linker/
H A DLinkerCallSite.java162 …return MH.asType(missCounterWithDesc, missCounterWithDesc.type().changeParameterType(0, type).chan… in getIncreaseMissCounter()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/linker/
H A DLinkerCallSite.java162 …return MH.asType(missCounterWithDesc, missCounterWithDesc.type().changeParameterType(0, type).chan… in getIncreaseMissCounter()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/
H A DExplicitCastArgumentsTest.java550 newType = original.type().changeParameterType(0, from); in testConversion()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/lookup/
H A DMethodHandleFactory.java302 … traceReturn.type().changeParameterType(0, retType).changeReturnType(retType))); in addDebugPrintout()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/invoke/
H A DExplicitCastArgumentsTest.java550 newType = original.type().changeParameterType(0, from); in testConversion()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/lookup/
H A DMethodHandleFactory.java302 … traceReturn.type().changeParameterType(0, retType).changeReturnType(retType))); in addDebugPrintout()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/
H A DExplicitCastArgumentsTest.java550 newType = original.type().changeParameterType(0, from); in testConversion()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/invoke/
H A DExplicitCastArgumentsTest.java550 newType = original.type().changeParameterType(0, from); in testConversion()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/invoke/
H A DExplicitCastArgumentsTest.java550 newType = original.type().changeParameterType(0, from); in testConversion()

12345678910>>...13