Home
last modified time | relevance | path

Searched refs:changeParameterType (Results 176 – 200 of 322) sorted by relevance

12345678910>>...13

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/arrays/
H A DNumberArrayData.java224 …) ? getContinuousElementSetter(MH.asType(SET_ELEM, SET_ELEM.type().changeParameterType(2, elementT… in getElementSetter()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DGlobalConstants.java387 …lidator = MH.asType(boundInvalidator, boundInvalidator.type().changeParameterType(0, receiver… in findSetMethod()
H A DCompiledFunction.java291 …final MethodType newType = type.changeParameterType(0, Object.class).changeParameterType(1, Script… in swapCalleeAndThis()
H A DRecompilableScriptFunctionData.java853 …MethodType toType = needsCallee(fromType) ? callSiteType.changeParameterType(0, ScriptFunction.cla… in addCode()
867 toType = toType.changeParameterType(i, fromParam); in addCode()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/arrays/
H A DNumberArrayData.java224 …) ? getContinuousElementSetter(MH.asType(SET_ELEM, SET_ELEM.type().changeParameterType(2, elementT… in getElementSetter()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DGlobalConstants.java387 …lidator = MH.asType(boundInvalidator, boundInvalidator.type().changeParameterType(0, receiver… in findSetMethod()
H A DCompiledFunction.java291 …final MethodType newType = type.changeParameterType(0, Object.class).changeParameterType(1, Script… in swapCalleeAndThis()
H A DRecompilableScriptFunctionData.java853 …MethodType toType = needsCallee(fromType) ? callSiteType.changeParameterType(0, ScriptFunction.cla… in addCode()
867 toType = toType.changeParameterType(i, fromParam); in addCode()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/arrays/
H A DNumberArrayData.java224 …) ? getContinuousElementSetter(MH.asType(SET_ELEM, SET_ELEM.type().changeParameterType(2, elementT… in getElementSetter()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCompiledFunction.java295 …final MethodType newType = type.changeParameterType(0, Object.class).changeParameterType(1, Script… in swapCalleeAndThis()
H A DRecompilableScriptFunctionData.java855 …MethodType toType = needsCallee(fromType) ? callSiteType.changeParameterType(0, ScriptFunction.cla… in addCode()
869 toType = toType.changeParameterType(i, fromParam); in addCode()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCompiledFunction.java295 …final MethodType newType = type.changeParameterType(0, Object.class).changeParameterType(1, Script… in swapCalleeAndThis()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCompiledFunction.java295 …final MethodType newType = type.changeParameterType(0, Object.class).changeParameterType(1, Script… in swapCalleeAndThis()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCompiledFunction.java295 …final MethodType newType = type.changeParameterType(0, Object.class).changeParameterType(1, Script… in swapCalleeAndThis()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCompiledFunction.java295 …final MethodType newType = type.changeParameterType(0, Object.class).changeParameterType(1, Script… in swapCalleeAndThis()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/
H A DPrivateInvokeTest.java98 btype = btype.changeParameterType(i, type); in basicType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/invoke/
H A DPrivateInvokeTest.java98 btype = btype.changeParameterType(i, type); in basicType()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/
H A DPrivateInvokeTest.java98 btype = btype.changeParameterType(i, type); in basicType()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/invoke/
H A DPrivateInvokeTest.java98 btype = btype.changeParameterType(i, type); in basicType()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/invoke/
H A DPrivateInvokeTest.java98 btype = btype.changeParameterType(i, type); in basicType()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/invoke/
H A DPrivateInvokeTest.java98 btype = btype.changeParameterType(i, type);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/invoke/
H A DPrivateInvokeTest.java98 btype = btype.changeParameterType(i, type); in basicType()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/invoke/
H A DPrivateInvokeTest.java98 btype = btype.changeParameterType(i, type); in basicType()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/invoke/
H A DPrivateInvokeTest.java99 btype = btype.changeParameterType(i, type); in basicType()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/invoke/
H A DPrivateInvokeTest.java99 btype = btype.changeParameterType(i, type); in basicType()

12345678910>>...13