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.java110 int rslotCount = 1; // temp. estimate in MethodTypeForm() local
142 rtypeCount = rslotCount = 0; in MethodTypeForm()
144 rslotCount += lrc; in MethodTypeForm()
196 this.argCounts = pack(rslotCount, rtypeCount, pslotCount, ptypeCount); in MethodTypeForm()