Home
last modified time | relevance | path

Searched refs:ptypeCount (Results 1 – 6 of 6) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodTypeForm.java162 int ptypeCount = ptypes.length; in MethodTypeForm() local
163 int pslotCount = ptypeCount; // temp. estimate in MethodTypeForm()
217 int slot = ptypeCount + lac; in MethodTypeForm()
219 argToSlotTab = new int[1+ptypeCount]; in MethodTypeForm()
232 assert(ptypeCount == pslotCount); in MethodTypeForm()
233 MethodTypeForm that = MethodType.genericMethodType(ptypeCount).form(); in MethodTypeForm()
238 int slot = ptypeCount; // first arg is deepest in stack in MethodTypeForm()
240 argToSlotTab = new int[1+ptypeCount]; in MethodTypeForm()
242 for (int i = 0; i < ptypeCount; i++) { in MethodTypeForm()
249 this.argCounts = pack(rslotCount, rtypeCount, pslotCount, ptypeCount); in MethodTypeForm()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/invoke/
H A DMethodTypeForm.java156 int ptypeCount = ptypes.length; in MethodTypeForm() local
157 int pslotCount = ptypeCount; // temp. estimate in MethodTypeForm()
211 int slot = ptypeCount + lac; in MethodTypeForm()
213 argToSlotTab = new int[1+ptypeCount]; in MethodTypeForm()
226 assert(ptypeCount == pslotCount); in MethodTypeForm()
227 MethodTypeForm that = MethodType.genericMethodType(ptypeCount).form(); in MethodTypeForm()
232 int slot = ptypeCount; // first arg is deepest in stack in MethodTypeForm()
234 argToSlotTab = new int[1+ptypeCount]; in MethodTypeForm()
236 for (int i = 0; i < ptypeCount; i++) { in MethodTypeForm()
243 this.argCounts = pack(rslotCount, rtypeCount, pslotCount, ptypeCount); in MethodTypeForm()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodTypeForm.java162 int ptypeCount = ptypes.length; in MethodTypeForm() local
163 int pslotCount = ptypeCount; // temp. estimate in MethodTypeForm()
217 int slot = ptypeCount + lac; in MethodTypeForm()
219 argToSlotTab = new int[1+ptypeCount]; in MethodTypeForm()
232 assert(ptypeCount == pslotCount); in MethodTypeForm()
233 MethodTypeForm that = MethodType.genericMethodType(ptypeCount).form(); in MethodTypeForm()
238 int slot = ptypeCount; // first arg is deepest in stack in MethodTypeForm()
240 argToSlotTab = new int[1+ptypeCount]; in MethodTypeForm()
242 for (int i = 0; i < ptypeCount; i++) { in MethodTypeForm()
249 this.argCounts = pack(rslotCount, rtypeCount, pslotCount, ptypeCount); in MethodTypeForm()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodTypeForm.java162 int ptypeCount = ptypes.length; in MethodTypeForm() local
163 int pslotCount = ptypeCount; // temp. estimate in MethodTypeForm()
217 int slot = ptypeCount + lac; in MethodTypeForm()
219 argToSlotTab = new int[1+ptypeCount]; in MethodTypeForm()
232 assert(ptypeCount == pslotCount); in MethodTypeForm()
233 MethodTypeForm that = MethodType.genericMethodType(ptypeCount).form(); in MethodTypeForm()
238 int slot = ptypeCount; // first arg is deepest in stack in MethodTypeForm()
240 argToSlotTab = new int[1+ptypeCount]; in MethodTypeForm()
242 for (int i = 0; i < ptypeCount; i++) { in MethodTypeForm()
249 this.argCounts = pack(rslotCount, rtypeCount, pslotCount, ptypeCount); in MethodTypeForm()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/invoke/
H A DMethodTypeForm.java162 int ptypeCount = ptypes.length; in MethodTypeForm() local
163 int pslotCount = ptypeCount; // temp. estimate in MethodTypeForm()
217 int slot = ptypeCount + lac; in MethodTypeForm()
219 argToSlotTab = new int[1+ptypeCount]; in MethodTypeForm()
232 assert(ptypeCount == pslotCount); in MethodTypeForm()
233 MethodTypeForm that = MethodType.genericMethodType(ptypeCount).form(); in MethodTypeForm()
238 int slot = ptypeCount; // first arg is deepest in stack in MethodTypeForm()
240 argToSlotTab = new int[1+ptypeCount]; in MethodTypeForm()
242 for (int i = 0; i < ptypeCount; i++) { in MethodTypeForm()
249 this.argCounts = pack(rslotCount, rtypeCount, pslotCount, ptypeCount); in MethodTypeForm()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/invoke/
H A DMethodTypeForm.java156 int ptypeCount = ptypes.length; in MethodTypeForm() local
157 int pslotCount = ptypeCount; // temp. estimate in MethodTypeForm()
211 int slot = ptypeCount + lac; in MethodTypeForm()
213 argToSlotTab = new int[1+ptypeCount]; in MethodTypeForm()
226 assert(ptypeCount == pslotCount); in MethodTypeForm()
227 MethodTypeForm that = MethodType.genericMethodType(ptypeCount).form(); in MethodTypeForm()
232 int slot = ptypeCount; // first arg is deepest in stack in MethodTypeForm()
234 argToSlotTab = new int[1+ptypeCount]; in MethodTypeForm()
236 for (int i = 0; i < ptypeCount; i++) { in MethodTypeForm()
243 this.argCounts = pack(rslotCount, rtypeCount, pslotCount, ptypeCount); in MethodTypeForm()