Searched refs:pslotCount (Results 1 – 1 of 1) sorted by relevance
168 int pslotCount = ptypeCount; // temp. estimate in MethodTypeForm() local191 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()