Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodTypeForm.java170 int rslotCount = 1; // temp. estimate in MethodTypeForm() local
202 rtypeCount = rslotCount = 0; in MethodTypeForm()
204 rslotCount += lrc; in MethodTypeForm()
255 this.argCounts = pack(rslotCount, rtypeCount, pslotCount, ptypeCount); in MethodTypeForm()