Searched refs:slotToArgTab (Results 1 – 1 of 1) sorted by relevance
172 int[] argToSlotTab = null, slotToArgTab = null; in MethodTypeForm() local224 slotToArgTab = new int[slot+1]; in MethodTypeForm()232 slotToArgTab[slot] = i+1; // "+1" see argSlotToParameter note in MethodTypeForm()241 slotToArgTab = that.slotToArgTable; in MethodTypeForm()245 slotToArgTab = new int[slot+1]; in MethodTypeForm()250 slotToArgTab[slot] = i+1; // "+1" see argSlotToParameter note in MethodTypeForm()257 this.slotToArgTable = slotToArgTab; in MethodTypeForm()