Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodTypeForm.java168 int pslotCount = ptypeCount; // temp. estimate in MethodTypeForm() local
191 pslotCount += lac; // #slots = #args + #longs in MethodTypeForm()
238 assert(ptypeCount == pslotCount); in MethodTypeForm()
255 this.argCounts = pack(rslotCount, rtypeCount, pslotCount, ptypeCount); in MethodTypeForm()
259 if (pslotCount >= 256) throw newIllegalArgumentException("too many arguments"); in MethodTypeForm()