Home
last modified time | relevance | path

Searched refs:changeParameterType (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DBoundCallableLinker.java99 … MethodType newMethodType = descriptor.getMethodType().changeParameterType(0, callable.getClass()); in getGuardedInvocation()
102 …newMethodType = newMethodType.changeParameterType(1, boundThis == null? Object.class : boundThis.g… in getGuardedInvocation()
130 …inv.replaceMethods(droppingHandle, newGuard.asType(newGuard.type().changeParameterType(0, p0Type))… in getGuardedInvocation()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DBoundCallableLinker.java99 … MethodType newMethodType = descriptor.getMethodType().changeParameterType(0, callable.getClass()); in getGuardedInvocation()
102 …newMethodType = newMethodType.changeParameterType(1, boundThis == null? Object.class : boundThis.g… in getGuardedInvocation()
130 …inv.replaceMethods(droppingHandle, newGuard.asType(newGuard.type().changeParameterType(0, p0Type))… in getGuardedInvocation()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DBoundCallableLinker.java99 … MethodType newMethodType = descriptor.getMethodType().changeParameterType(0, callable.getClass()); in getGuardedInvocation()
102 …newMethodType = newMethodType.changeParameterType(1, boundThis == null? Object.class : boundThis.g… in getGuardedInvocation()
130 …inv.replaceMethods(droppingHandle, newGuard.asType(newGuard.type().changeParameterType(0, p0Type))… in getGuardedInvocation()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DBoundCallableLinker.java99 … MethodType newMethodType = descriptor.getMethodType().changeParameterType(0, callable.getClass()); in getGuardedInvocation()
102 …newMethodType = newMethodType.changeParameterType(1, boundThis == null? Object.class : boundThis.g… in getGuardedInvocation()
130 …inv.replaceMethods(droppingHandle, newGuard.asType(newGuard.type().changeParameterType(0, p0Type))… in getGuardedInvocation()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DBoundCallableLinker.java99 … MethodType newMethodType = descriptor.getMethodType().changeParameterType(0, callable.getClass()); in getGuardedInvocation()
102 …newMethodType = newMethodType.changeParameterType(1, boundThis == null? Object.class : boundThis.g… in getGuardedInvocation()
130 …inv.replaceMethods(droppingHandle, newGuard.asType(newGuard.type().changeParameterType(0, p0Type))… in getGuardedInvocation()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/micro/org/openjdk/bench/java/lang/invoke/
H A DMethodTypeChangeParam.java58 return mt.changeParameterType(1, int.class); in baselineSame()
63 return mt.changeParameterType(1, Integer.class); in testChangeType()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/micro/org/openjdk/bench/java/lang/invoke/
H A DMethodTypeChangeParam.java58 return mt.changeParameterType(1, int.class); in baselineSame()
63 return mt.changeParameterType(1, Integer.class); in testChangeType()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/micro/org/openjdk/bench/java/lang/invoke/
H A DMethodTypeChangeParam.java58 return mt.changeParameterType(1, int.class); in baselineSame()
63 return mt.changeParameterType(1, Integer.class); in testChangeType()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/micro/org/openjdk/bench/java/lang/invoke/
H A DMethodTypeChangeParam.java58 return mt.changeParameterType(1, int.class); in baselineSame()
63 return mt.changeParameterType(1, Integer.class); in testChangeType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/micro/org/openjdk/bench/java/lang/invoke/
H A DMethodTypeChangeParam.java58 return mt.changeParameterType(1, int.class); in baselineSame()
63 return mt.changeParameterType(1, Integer.class); in testChangeType()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/micro/org/openjdk/bench/java/lang/invoke/
H A DMethodTypeChangeParam.java58 return mt.changeParameterType(1, int.class); in baselineSame()
63 return mt.changeParameterType(1, Integer.class); in testChangeType()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/linker/
H A DBoundCallableLinker.java99 … MethodType newMethodType = descriptor.getMethodType().changeParameterType(0, callable.getClass()); in getGuardedInvocation()
102 …newMethodType = newMethodType.changeParameterType(1, boundThis == null? Object.class : boundThis.g… in getGuardedInvocation()
130 …inv.replaceMethods(droppingHandle, newGuard.asType(newGuard.type().changeParameterType(0, p0Type))… in getGuardedInvocation()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/linker/
H A DBoundCallableLinker.java99 … MethodType newMethodType = descriptor.getMethodType().changeParameterType(0, callable.getClass()); in getGuardedInvocation()
102 …newMethodType = newMethodType.changeParameterType(1, boundThis == null? Object.class : boundThis.g… in getGuardedInvocation()
130 …inv.replaceMethods(droppingHandle, newGuard.asType(newGuard.type().changeParameterType(0, p0Type))… in getGuardedInvocation()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DSetMethodCreator.java163 casMap = MH.asType(casMap, casMap.type().changeParameterType(0, Object.class)); in createExistingPropertySetter()
207 slowSetter = MH.asType(slowSetter, slowSetter.type().changeParameterType(0, Object.class)); in createNewSetter()
214 casMap = MH.asType(casMap, casMap.type().changeParameterType(0, Object.class)); in createNewSetter()
221 extCheck = MH.asType(extCheck, extCheck.type().changeParameterType(0, Object.class)); in createNewSetter()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DSetMethodCreator.java163 casMap = MH.asType(casMap, casMap.type().changeParameterType(0, Object.class)); in createExistingPropertySetter()
207 slowSetter = MH.asType(slowSetter, slowSetter.type().changeParameterType(0, Object.class)); in createNewSetter()
214 casMap = MH.asType(casMap, casMap.type().changeParameterType(0, Object.class)); in createNewSetter()
221 extCheck = MH.asType(extCheck, extCheck.type().changeParameterType(0, Object.class)); in createNewSetter()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DSetMethodCreator.java163 casMap = MH.asType(casMap, casMap.type().changeParameterType(0, Object.class)); in createExistingPropertySetter()
207 slowSetter = MH.asType(slowSetter, slowSetter.type().changeParameterType(0, Object.class)); in createNewSetter()
214 casMap = MH.asType(casMap, casMap.type().changeParameterType(0, Object.class)); in createNewSetter()
221 extCheck = MH.asType(extCheck, extCheck.type().changeParameterType(0, Object.class)); in createNewSetter()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DSetMethodCreator.java163 casMap = MH.asType(casMap, casMap.type().changeParameterType(0, Object.class)); in createExistingPropertySetter()
207 slowSetter = MH.asType(slowSetter, slowSetter.type().changeParameterType(0, Object.class)); in createNewSetter()
214 casMap = MH.asType(casMap, casMap.type().changeParameterType(0, Object.class)); in createNewSetter()
221 extCheck = MH.asType(extCheck, extCheck.type().changeParameterType(0, Object.class)); in createNewSetter()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DSetMethodCreator.java163 casMap = MH.asType(casMap, casMap.type().changeParameterType(0, Object.class)); in createExistingPropertySetter()
207 slowSetter = MH.asType(slowSetter, slowSetter.type().changeParameterType(0, Object.class)); in createNewSetter()
214 casMap = MH.asType(casMap, casMap.type().changeParameterType(0, Object.class)); in createNewSetter()
221 extCheck = MH.asType(extCheck, extCheck.type().changeParameterType(0, Object.class)); in createNewSetter()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DSetMethodCreator.java164 casMap = MH.asType(casMap, casMap.type().changeParameterType(0, Object.class)); in createExistingPropertySetter()
208 slowSetter = MH.asType(slowSetter, slowSetter.type().changeParameterType(0, Object.class)); in createNewSetter()
215 casMap = MH.asType(casMap, casMap.type().changeParameterType(0, Object.class)); in createNewSetter()
222 extCheck = MH.asType(extCheck, extCheck.type().changeParameterType(0, Object.class)); in createNewSetter()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DSetMethodCreator.java164 casMap = MH.asType(casMap, casMap.type().changeParameterType(0, Object.class)); in createExistingPropertySetter()
208 slowSetter = MH.asType(slowSetter, slowSetter.type().changeParameterType(0, Object.class)); in createNewSetter()
215 casMap = MH.asType(casMap, casMap.type().changeParameterType(0, Object.class)); in createNewSetter()
222 extCheck = MH.asType(extCheck, extCheck.type().changeParameterType(0, Object.class)); in createNewSetter()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/arrays/
H A DContinuousArrayData.java183 mh = MH.asType(mh, mh.type().changeReturnType(returnType).changeParameterType(0, clazz)); in getContinuousElementGetter()
200 …return MH.asType(setHas, setHas.type().changeParameterType(2, elementType).changeParameterType(0, … in getContinuousElementSetter()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/arrays/
H A DContinuousArrayData.java183 mh = MH.asType(mh, mh.type().changeReturnType(returnType).changeParameterType(0, clazz)); in getContinuousElementGetter()
200 …return MH.asType(setHas, setHas.type().changeParameterType(2, elementType).changeParameterType(0, … in getContinuousElementSetter()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/arrays/
H A DContinuousArrayData.java183 mh = MH.asType(mh, mh.type().changeReturnType(returnType).changeParameterType(0, clazz)); in getContinuousElementGetter()
200 …return MH.asType(setHas, setHas.type().changeParameterType(2, elementType).changeParameterType(0, … in getContinuousElementSetter()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/arrays/
H A DContinuousArrayData.java183 mh = MH.asType(mh, mh.type().changeReturnType(returnType).changeParameterType(0, clazz)); in getContinuousElementGetter()
200 …return MH.asType(setHas, setHas.type().changeParameterType(2, elementType).changeParameterType(0, … in getContinuousElementSetter()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/arrays/
H A DContinuousArrayData.java183 mh = MH.asType(mh, mh.type().changeReturnType(returnType).changeParameterType(0, clazz)); in getContinuousElementGetter()
200 …return MH.asType(setHas, setHas.type().changeParameterType(2, elementType).changeParameterType(0, … in getContinuousElementSetter()

12345678910>>...13